#10052: Improve the implementation of the Steenrod algebra
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: AlexGhitza
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.6.1
Component: algebra | Keywords: steenrod, notebook
Author: John Palmieri | Upstream: N/A
Reviewer: Niles Johnson | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by jhpalmieri):
The "delta2to3" patch is now slightly out of date. If I have time, I'll
fix this, but for now, the last line in
{{{
if truncation_type > 0:
k = k + [2]
else:
k = k + [1]
}}}
(from `is_valid_profile` in steenrod_algebra_misc.py) has been changed:
{{{
if truncation_type > 0:
k = k + [2]
else:
k = k + [1]*len(profile[0])
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10052#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.