-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
conversion from SR.series to PowerSeries #16203
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: |
Changed commit from |
Changed branch from u/rws/conversion_from_sr_series___to_powerseries_sr__gives_unexpected_result to none |
Branch: public/16203 |
Commit: |
comment:10
This also resolves #16198 New commits:
|
comment:11
As currently stated in the description, this is the correct result as the variable for |
comment:12
Replying to @tscrim:
I see. So, conversion to an existing power series ring should only be allowed if the series expansion variable has the same name as the ring var. Multiple vars aren't supported by SR.series anyway. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Ralf Stephan |
Changed branch from public/16203 to public/16203-1 |
New commits:
|
comment:20
Pending because #17659 is pending. |
Changed branch from public/16203-1 to public/16203-2 |
New commits:
|
comment:23
"is" should be "==". |
Changed keywords from series conversion to series conversion days71 |
Reviewer: Maurizio Monge |
Changed branch from public/16203-2 to public/16203-3 |
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed reviewer from Maurizio Monge to Maurizio Monge, Marc Mezzarobba |
comment:28
Thanks! |
Changed branch from public/16203-3 to |
The correct result would be
1 + x + x^2...
. ObviouslyOrder(20)
is not recognized as a marker for the existence of a power series. The whole symbolic expression is taken as a constant.Also reported in http://ask.sagemath.org/question/24777/how-to-convert-a-taylor-polynomial-to-a-power-series/ and http://ask.sagemath.org/question/24968/coefficients-in-polynomial-ring-over-symbolic-ring/
Depends on #17399
Depends on #17438
Depends on #17659
CC: @kcrisman
Component: algebra
Keywords: series conversion days71
Author: Ralf Stephan
Branch/Commit:
aa9c05c
Reviewer: Maurizio Monge, Marc Mezzarobba
Issue created by migration from https://trac.sagemath.org/ticket/16203
The text was updated successfully, but these errors were encountered: