First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 0 years ago

FrédéricC gravatar image

Like this

sage: V = [vector(v,immutable=True) for v in U]
sage: Poset([V,lambda x,y:bool(x-y in V)])
Finite poset containing 12 elements
click to hide/show revision 2
No.2 Revision

Like this

sage: V = [vector(v,immutable=True) for v in U]
sage: Poset([V,lambda x,y:bool(x-y v,w:bool(w-v in V)])
Finite poset containing 12 elements