FUNCTION: tubetest - test for tubular extensions of E~n

CALLING SEQUENCE:
tubetest(p)
tubetest(p,sap)
tubetest(p,sap,tc)

PARAMETERS:
p - a bound poset algebra
sap, tc - optional arguments evaluating to a name

SYNOPSIS:

EXAMPLES:

> p:=[8,{[1,2,3,4],[2,5,8],[3,6,8],[4,7,8]}];

[Maple Math]

> tubetest(p,'sap','tc');

[Maple Math]

> print(sap);

[Maple Math]

> iscriticale(sap);

[Maple Math]

-----------------------------------------------------------------------------

> p:=[8,{[1,2,3],[2,4],[3,4],[5,2],[6,3],[7,4],[2,8]},{[6,8],[7,8]}];

[Maple Math]
[Maple Math]

> tubetest(p,'sap','tc');

[Maple Math]

> print(sap);

[Maple Math]

> print(tc);

[Maple Math]

-----------------------------------------------------------------------------

> p:=[10,{[1,2,3,4],[2,5,8],[3,6,8],[4,7,8],[8,9,10]}];

[Maple Math]

> tubetest(p,'sap','tc');

[Maple Math]

> print(sap);

[Maple Math]

SEE ALSO: critical_alge, iscriticale

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