FUNCTION: uf_roots - compute real roots for a unit form

CALLING SEQUENCE:
uf_roots(q)
uf_roots(q,m)

PARAMETERS:
q - matrix of the unit form
m - optional parameter, maximal value for root entries. Default value is 6.

SYNOPSIS:

EXAMPLES:

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

[Maple Math]

> uf_roots(q);

[Maple Math]
[Maple Math]

> uf_roots(q,2);

[Maple Math]

> r:=uf_roots(q,8);

[Maple Math]
[Maple Math]

> r[vectdim(r)];

[Maple Math]

SEE ALSO: uf_sinroots, uf_critvectors

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