#20004: Implement power_sums and power_sums_to_poly
---------------------------------+------------------------
Reporter: vdelecroix | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: sage-7.2
Component: number fields | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: #20399 | Stopgaps:
---------------------------------+------------------------
Changes (by vdelecroix):
* dependencies: #18356 => #20399
* milestone: sage-7.1 => sage-7.2
Comment:
Replying to [comment:2 kedlaya]:
> When FLINT is not applicable, {{{power_sums}}} can also try calling
PARI's {{{polsym}}}, although I don't think the implementation therein is
anything special.
Indeed, it uses Newton formula. However, there is #20399 to review first
because
{{{
sage: x = polygen(ZZ)
sage: p = x^2 + 4
sage: c = p._pari_().polsym(5)
sage: c
[2, 0, -8, 0, 32, 0]~
sage: c.sage()
Traceback (most recent call last):
...
TypeError: Object (=[2, 0, -8, 0, 32, 0]~) must be of type t_VEC.
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/20004#comment:3>
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.