FUNCTION: drwpst - draw a poset or a bound poset algebra

CALLING SEQUENCE:
drwpst(p);
drwpst(p,l);
drwpst(p,s);
drwpst(p,l,s);

PARAMETERS:
p - a bound poset algebra
l - a list of length p[1] (i.e. the number of points of p)
s - a set of positive integers between 1 and p[1]

SYNOPSIS:

EXAMPLES:

> a:=critical_alge(7,14);

[Maple Math]
[Maple Math]

> drwpst(a);

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

[Maple Math]

> subposet(cr_K[2],p,'incl','img');

[Maple Math]

> print(img,incl);

[Maple Math]

> drwpst(p);

> s:=convert(incl,set);

[Maple Math]

> drwpst(p,s);

> drwpst(p,img);

SEE ALSO: poset, posetalgebra, subposet, rdrwpst, crep/predefined_variables

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