#13295: p_group_cohomology 2.1.3
----------------------------------------------------------------+-----------
Reporter: SimonKing |
Owner:
Type: defect |
Status: needs_work
Priority: major |
Milestone: sage-5.4
Component: optional packages |
Resolution:
Keywords: group cohomology | Work
issues: Fix tests
Report Upstream: None of the above - read trac for reasoning. |
Reviewers:
Authors: Simon King | Merged
in:
Dependencies: database_gap-4.4.12.p1, #13123 |
Stopgaps:
----------------------------------------------------------------+-----------
Comment (by SimonKing):
Replying to [comment:18 SimonKing]:
> But what does that mean to us? Of course, I could work around by
temporarily switch off `redSB`.
It would be as follow:
{{{
sage: from pGroupCohomology import CohomologyRing
sage: H = CohomologyRing(64,245)
sage: I = H.essential_ideal()
sage: singular.option()
//options: redSB redTail redThrough redefine loadLib usage prompt
sage: singular.option("noredSB")
sage: singular.option()
//options: redTail redThrough redefine loadLib usage prompt
sage: (I*I).NF('std(0)').interred()
a_4_8*a_6_8*a_1_0^3*a_1_3
sage: singular.option("redSB")
sage: (I*I).NF('std(0)').interred()
a_4_8*a_6_8*a_1_0^3*a_1_3,
a_4_8*a_6_8*c_8_16*a_1_0^3*a_1_3
}}}
Does the reviewer think that it is a valid work-around?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13295#comment:19>
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.