FUNCTION: uf_type - determine the type of a unit form

CALLING SEQUENCE:
uf_type(q)
uf_type(q,'f')

PARAMETERS:
q - matrix of the unit form
'f' - optional parameter which tells the function to perform fast determination of the type of the unit form, without checking if it is positive or nonnegative defined

SYNOPSIS:

EXAMPLES:

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

[Maple Math]

> uf_type(q);

[Maple Math]

[Maple Math]

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

[Maple Math]

> uf_type(q);

[Maple Math]

[Maple Math]

SEE ALSO: uforms/unit_form

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