OK, it can be almost as nice as gap, but I don't think I can change
the fact that for python ()*() isn't defined. But if I start the
multiplication with a DisjointCycle instance then

>>> C = DisjointCycle()
>>> C*(1,2)*(2,3)
[(1, 2, 3)]
>>> C*(1,2)*(2,3)*(4,5)
[(1, 2, 3), (4, 5)]

/c

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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/sympy?hl=en.

Reply via email to