FUNCTION: uf_gabrielov - Gabrielov transformation

CALLING SEQUENCE:
uf_gabrielov(q,i,j)

PARAMETERS:
q - matrix of the unit form
i,j - numbers of base elements

SYNOPSIS:

EXAMPLES:

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

[Maple Math]

> q:=uf_gabrielov(q,1,2);

[Maple Math]

> q:=uf_gabrielov(q,2,1);

[Maple Math]

SEE ALSO: uf_swelling

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