-
-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement power_sums and power_sums_to_poly #20004
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
When FLINT is not applicable, |
comment:3
Replying to @kedlaya:
Indeed, it uses Newton formula. However, there is #20399 to review first because
|
comment:4
Now that #20399 is resolved, maybe time for another look? |
comment:5
|
Changed dependencies from #20399 to none |
comment:6
Did this make it into FLINT 2.6.0? If so, we should add #29719 as a dependency. |
After flint pull request 213 and flint pull request 221 flint will have a native support for going back and forth between an integer polynomial and its power sums series.
We provide generic methods
power_sums
andpower_sums_to_poly
for any polynomial and use direct call to flint when available.Component: number fields
Issue created by migration from https://trac.sagemath.org/ticket/20004
The text was updated successfully, but these errors were encountered: