FUNCTION: subposet - look for a given subposet within a poset

CALLING SEQUENCE:
subposet(q,p)
subposet(q,p,incl)
subposet(q,p,incl,img)

PARAMETERS:
q, p - posets
incl, img - optional arguments evaluating to a name

SYNOPSIS:

EXAMPLES:

> 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]

SEE ALSO: pspg, psrepfin, pswild, crep/predefined_variables

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