#21123: monomials() and lt() for SymmetricFunctions over SymbolicRing broken
----------------------------+-------------------------
Reporter: schilly | Type: defect
Status: new | Priority: major
Milestone: sage-7.3 | Component: symbolics
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
----------------------------+-------------------------
smc user reported these inconsistencies related to listing monomials of a
symmetric function:
{{{
e = SymmetricFunctions(SR).e()
f = e([2]).expand(3)
f
f.monomials()
f.lt()
x0*x1 + x0*x2 + x1*x2
[1]
x0*x1 + x0*x2 + x1*x2
}}}
i.e. just `[1]` and the whole polynomial, while over `QQ`:
{{{
e = SymmetricFunctions(QQ).e()
f = e([2]).expand(3)
f
f.monomials()
f.lt()
x0*x1 + x0*x2 + x1*x2
[x0*x1, x0*x2, x1*x2]
x0*x1
}}}
lists all three monomials and only one term for `lt()`.
--
Ticket URL: <https://trac.sagemath.org/ticket/21123>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.