#12597: Error in creating a Permutation Group
-----------------------------+----------------------------------------------
Reporter: dkrenn | Owner: sage-combinat
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: combinatorics | Keywords: permutation group
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------------+----------------------------------------------
{{{
sage: # Define the generators for the group of symmetries of the Tic-Tac-
Toe board.
sage: r = Permutation("(1,7,9,3)(2,4,8,6)")
sage: f = Permutation("(1,3)(4,6)(7,9)")
sage: # Generate the group of symmetries for the Tic-Tac-Toe board.
sage: PermutationGroup([r,f])
Traceback (most recent call last):
...
TypeError: 'int' object is not iterable
}}}
Should see
{{{
Permutation Group with generators [(1,3)(4,6)(7,9), (1,7,9,3)(2,4,8,6)]
}}}
This is the result when run on a server running 'Sage Version 4.6, Release
Date: 2010-10-30'.
This was reported on
[https://spreadsheets.google.com/pub?key=pCwvGVwSMxTzT6E2xNdo5fA the
public bug reports from the notebook interface] by <[email protected]> on
12/1/2011.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12597>
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.