FUNCTION: alg_zr - conversion of a zero relation algebra into intermediary format

CALLING SEQUENCE:
alg_zr(a)

PARAMETERS:
a - a zero relation algebra

SYNOPSIS:

EXAMPLES:

> z:=[4,[[2,1,1],[2,1,1],[1,1,3],[2,2,2],[2,2,2],[3,3,2],[3,4,3],[4,2,1],[4,3,3]],[[2,2],[3,3,3],[2,3]]];

[Maple Math]
[Maple Math]

> a:=alg_zr(z):

> a[quiver];

[Maple Math]
[Maple Math]

> a[relations];

[Maple Math]
[Maple Math]

> get_alg(a):

SEE ALSO: get_alg, get_alg/dataformat

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