FUNCTION: isodual - test whether two algebras are dual to one another
CALLING SEQUENCE:
isodual(a,b)
a,b - bound poset algebras
SYNOPSIS:
EXAMPLES:
>
p:=critical_alge(7,14);
>
q:=dual(p);
>
isoalg(p,q);
>
isodual(p,q);