FUNCTION: uf_critvectors - compute critical vectors for a unit form

CALLING SEQUENCE:
uf_critvectors(q)

PARAMETERS:
q - matrix of the unit form

SYNOPSIS:

EXAMPLES:

> q:=uf_init([2,[1,2,-2]]);

[Maple Math]

> uf_critvectors(q);

[Maple Math]

> 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]

> r:=uf_critvectors(q);

[Maple Math]

> uf_eval(q,r[1]);

[Maple Math]

SEE ALSO: uf_sinroots, uf_roots, uf_corank

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