FUNCTION: uf_restriction - restriction of a unit form

CALLING SEQUENCE:
uf_restriction(q,v)

PARAMETERS:
q - matrix of the unit form
v - set of vertices to delete

SYNOPSIS:

EXAMPLES:

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

[Maple Math]

> uf_type(q);

[Maple Math]

[Maple Math]

> q:=uf_restriction(q,[1]);

[Maple Math]

> uf_type(q);

[Maple Math]

[Maple Math]

SEE ALSO: uf_addvertex, uf_editedge

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