#9894: Group cohomology spkg, version 2.1
----------------------------------------------------------------------------+
Reporter: SimonKing |
Owner: tbd
Type: enhancement |
Status: needs_review
Priority: major |
Milestone: sage-4.6
Component: optional packages |
Keywords: modular group cohomology solaris t2
Author: Simon King |
Upstream: N/A
Reviewer: |
Merged:
Work_issues: Is the code independent of the computer's newline character? |
----------------------------------------------------------------------------+
Comment(by kcrisman):
Not sure what happened there - must have formatted wrong.
{{{
----------------------------------------------------------------------
| Sage Version 4.5.3, Release Date: 2010-09-04 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: R = singular.ring(0,'(x,y)','dp')
sage: I = singular.maxideal(3)
sage: singular.eval('print(%s)'%I.name()).split(',\n')
['y^3', 'x*y^2', 'x^2*y', 'x^3']
sage: [t.strip() for t in singular.eval('print(%s)'%I.name()).split(',')]
['y^3', 'x*y^2', 'x^2*y', 'x^3']
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9894#comment:23>
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.