-
-
Notifications
You must be signed in to change notification settings - Fork 510
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 of power series to symbolic ring #14693
Comments
This comment has been minimized.
This comment has been minimized.
comment:4
#15707 is related. |
This comment has been minimized.
This comment has been minimized.
comment:5
The examples here refer to conversion; not coercion. That fact that power series over "basic" ring types such as rationals or integers don't convert into SR is, I think, a shortcoming that can be fixed. The main thing is to find how to represent the relevant "big-Oh" in SR. Maxima does have power series, so there is at least one back-end that provides some support: http://maxima.sourceforge.net/docs/manual/en/maxima_28.html#IDX1221. Linking up maxima's internal format with sage might need some work:
(in maxima this prints with dots, so it knows it's a power series) |
comment:8
seems fixed? |
Converting a power series to the symbolic ring doesn't work as expected:
Perhaps it could be converted to a polynomial first and then converted to the symbolic ring?
Or maybe just raise an error (as per #13360)?
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/14693
The text was updated successfully, but these errors were encountered: