FUNCTION: uf_addvertex - add a vertex to a unit form

CALLING SEQUENCE:
uf_addvertex(q,c)

PARAMETERS:
q - matrix of the unit form
c - edges between the new vertex and other vertices defined as follows, c = [i1,k1,i2,k2,...], where |kl | is the number of edges (solid if kl<0, dotted if kl>0) between vertices il and n+1.

SYNOPSIS:

EXAMPLES:

> q:=uf_init([1]);

[Maple Math]

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

[Maple Math]

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

[Maple Math]

SEE ALSO: uf_editedge

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