#12831: implement product of posets
-----------------------------+----------------------------------------------
Reporter: chapoton | Owner: sage-combinat
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.1
Component: combinatorics | Keywords: poset, product
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------------------------
There currently lacks an implementation of the (cartesian) product of
posets.
{{{
sage: P2=Posets.ChainPoset(2)
sage: P4=Posets.ChainPoset(4)
sage: Q=P2.product(P4)
}}}
This should return a poset with 8 elements, with Hasse diagram a 2 x 4
grid.
It would be nice to have a fast enough procedure for this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12831>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.