Using sagenb.org:

sage: G = SymmetricGroup(5)
sage GA = G.algebra(QQ)
sage: GA.gens()



Traceback (click to the left of this block for traceback)
...
RuntimeError: Free module generated by SymmetricGroup(5) over Rational
Field still using old coercion framework

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_6.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding:
utf-8 -*-\\n" +
_support_.preparse_worksheet_cell(base64.b64decode("R0EuZ2Vucygp"),globals())
+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>

  File "/tmp/tmpRs8c10/___code___.py", line 2, in <module>
    exec compile(u'GA.gens()
  File "", line 1, in <module>

  File "parent_gens.pyx", line 294, in
sage.structure.parent_gens.ParentWithGens.gens (sage/structure/
parent_gens.c:2674)

-- 
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-support
URL: http://www.sagemath.org

Reply via email to