FUNCTION: uf_eval - evaluation of a unit form

CALLING SEQUENCE:
uf_eval(q,v)

PARAMETERS:
q - matrix of the unit form
v - a vector

SYNOPSIS:

EXAMPLES:

> q:=uf_init([6,[1,2],[1,3],[1,4],[1,5],[1,6,2],[6,2],[6,3],[6,4],[6,5]]);

[Maple Math]

> uf_eval(q,[2,1,1,1,1,0]);

[Maple Math]

> uf_eval(q,[1,0,0,0,0,1]);

[Maple Math]

SEE ALSO: uforms/unit_form

BACK TO: start page of the crep online manual, uforms