#8810: Implementation of Stanley symmetric functions
-------------------------------------------------------------+--------------
Reporter: aschilling | Owner:
sage-combinat
Type: enhancement | Status:
needs_work
Priority: major | Milestone:
Component: combinatorics | Keywords:
Author: Steve Pon, Anne Schilling, Nicolas M. ThiƩry | Upstream:
N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------------------------------------+--------------
Comment(by jbandlow):
Another point--I'm concerned about the following doctest in
`stanley_symmetric_function_as_polynomial`:
{{{
sage: W = WeylGroup(['B',3,1])
sage:
W.from_reduced_word([3,2,1]).stanley_symmetric_function_as_polynomial()
2.0*x1^3 + x1*x2 + 0.5*x3
}}}
The coefficients should be in QQ, I think. Probably you can replace
{{{ return sum(...) }}} with {{{ return R(sum( ... )) }}}.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8810#comment:5>
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.