#13569: group multiplication seems to depend on order sometimes
--------------------------------+------------------------
Reporter: kcrisman | Owner: joyner
Type: defect | Status: new
Priority: major | Milestone: sage-6.2
Component: group theory | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
--------------------------------+------------------------
Comment (by mmezzarobba):
{{{
sage: G = SymmetricGroup(3)
sage: H = AlternatingGroup(3)
sage: for g in G:
for h in H:
try:
print h, "*", g, "=", h*g
except TypeError:
print "???"
....:
() * () = ()
(1,2,3) * () = (1,2,3)
(1,3,2) * () = (1,3,2)
() * (2,3) = ???
(1,2,3) * (2,3) = ???
(1,3,2) * (2,3) = ???
() * (1,2) = ???
(1,2,3) * (1,2) = ???
(1,3,2) * (1,2) = ???
() * (1,2,3) = (1,2,3)
(1,2,3) * (1,2,3) = (1,3,2)
(1,3,2) * (1,2,3) = ()
() * (1,3,2) = (1,3,2)
(1,2,3) * (1,3,2) = ()
(1,3,2) * (1,3,2) = (1,2,3)
() * (1,3) = ???
(1,2,3) * (1,3) = ???
(1,3,2) * (1,3) = ???
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/13569#comment:3>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.