#13404: Improved printing for symmetric function bases and misc refactoring
---------------------------------------+------------------------------------
Reporter: nthiery | Owner: sage-combinat
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-5.4
Component: combinatorics | Resolution:
Keywords: symmetric functions | Work issues:
Report Upstream: N/A | Reviewers: Anne Schilling
Authors: Nicolas M. ThiƩry | Merged in:
Dependencies: #13399 | Stopgaps:
---------------------------------------+------------------------------------
Comment (by aschilling):
There is one more thing that Mike pointed out to me. Currently we have
{{{
sage: Sym = SymmetricFunctions(FractionField(QQ['t']))
sage: ks = Sym.kschur(4)
sage: ks
4-Schur functions with t=t
sage: s = Sym.schur()
sage: s
Symmetric Functions over Fraction Field of Univariate Polynomial Ring in t
over Rational Field in the Schur basis
}}}
Should ks be changed to
{{{
4-Bounded Subspace of Symmetric Functions over Fraction Field of
Univariate Polynomial Ring in t over Rational Field in the 4-Schur basis
}}}
Thanks,
Anne
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13404#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.