-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
fix coefficients for symbolic series #17399
Comments
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
Author: Ralf Stephan |
Dependencies: #17438 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
You have introduced lines made of blank symbols in Note. With |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Bruno Grenet |
comment:11
Thanks, LGTM. |
Changed branch from u/rws/fix_coefficients_for_symbolic_series to |
There is no SR.function that gets the coefficients of SR.series; rather,
coeffs()
etc give confusing results;truncate()
must be prepended manually.Working around with
s.truncate()
is only a fig leaf.Extracted from http://ask.sagemath.org/question/24968/coefficients-in-polynomial-ring-over-symbolic-ring/
Depends on #17438
CC: @kcrisman
Component: symbolics
Author: Ralf Stephan
Branch/Commit:
0b9914f
Reviewer: Bruno Grenet
Issue created by migration from https://trac.sagemath.org/ticket/17399
The text was updated successfully, but these errors were encountered: