#5457: Refactor symmetric functions and k-bounded subspace
----------------------------------------------------------------+-----------
Reporter: nthiery |
Owner: mhansen
Type: enhancement |
Status: positive_review
Priority: major |
Milestone: sage-5.3
Component: combinatorics |
Resolution:
Keywords: symmetric functions, sd38, sd40 | Work
issues:
Report Upstream: N/A |
Reviewers: Dan Bump, Nicolas M. ThiƩry
Authors: Mike Zabrocki, Anne Schilling, Jason Bandlow | Merged
in:
Dependencies: #11563, #13109, #12969 |
Stopgaps:
----------------------------------------------------------------+-----------
Comment (by nthiery):
There is no compelling reason to have a cmp function for symmetric
functions (nor its bases). The order has no meaning, and equality testing
should be taken care of by UniqueRepresentation.
So altogether, I'd rather not add a cmp function, and instead would rather
replace the failing test by:
sage: cmp(L3Q, L3Z) != 0
which is platform independent, and is all we care about. We could even
just discard this test.
Now, I don't want to slow down the integration of this patch, so I am
happy leaving this issue for a latter ticket, at the author's choice.
Cheers,
Nicolas
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5457#comment:50>
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.