FUNCTION: uf_swelling - swelling of a unit form

CALLING SEQUENCE:
uf_swelling(q,i)

PARAMETERS:
q - matrix of the unit form
i - number of point to swell

SYNOPSIS:

EXAMPLES:

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

[Maple Math]

> q:=uf_swelling(q,1);

[Maple Math]

> q:=uf_swelling(q,2);

[Maple Math]

SEE ALSO: uf_gabrielov

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