FUNCTION: uf_dynkin - determine the (ext.) Dynkin diagram corresponding to a unit form

CALLING SEQUENCE:
uf_dynkin(q)

PARAMETERS:
q - matrix of the unit form

SYNOPSIS:

EXAMPLES:

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

[Maple Math]

> uf_dynkin(q);

[Maple Math]

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

[Maple Math]

> uf_dynkin(q);

[Maple Math]

SEE ALSO: uf_type

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