Skip to content
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

coercion of Laurent series to SR #18500

Open
rwst opened this issue May 25, 2015 · 0 comments
Open

coercion of Laurent series to SR #18500

rwst opened this issue May 25, 2015 · 0 comments

Comments

@rwst
Copy link

rwst commented May 25, 2015

#16203 deals with conversion from Expression.series to PowerSeries but this should work too:

sage: R.<x> = LaurentSeriesRing(QQ)
sage: (1/(1-y)).series(y,5)
1 + 1*y + 1*y^2 + 1*y^3 + 1*y^4 + Order(y^5)
sage: _.subs(y=x)
TypeError: no canonical coercion from Laurent Series Ring in x over Rational Field to Symbolic Ring

or:

sage: (1/(1-y)).series(x,5)
(same error)

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/18500

@rwst rwst added this to the sage-6.8 milestone May 25, 2015
@mkoeppe mkoeppe removed this from the sage-6.8 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants