FUNCTION: uf_sinroots - compute sincere real roots for a unit form

CALLING SEQUENCE:
uf_sinroots(q)
uf_sinroots(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([6,[1,2],[2,3],[3,4],[4,5],[6,3]]);

[Maple Math]

> uf_sinroots(q);

[Maple Math]
[Maple Math]

SEE ALSO: uf_roots, uf_eval, uf_critvectors

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