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

log of an asymptotic expansion ignores coefficient ring #19412

Open
dkrenn opened this issue Oct 15, 2015 · 2 comments
Open

log of an asymptotic expansion ignores coefficient ring #19412

dkrenn opened this issue Oct 15, 2015 · 2 comments

Comments

@dkrenn
Copy link
Contributor

dkrenn commented Oct 15, 2015

sage: A.<x> = AsymptoticRing('x^ZZ * log(x)^ZZ', QQ)
sage: log(x^4).parent()
Asymptotic Ring <x^ZZ * log(x)^ZZ> over Integer Ring

The correct parent should be

Asymptotic Ring <x^ZZ * log(x)^ZZ> over Rational Field

Depends on #19083

CC: @cheuberg @behackl

Component: asymptotic expansions

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

@dkrenn
Copy link
Contributor Author

dkrenn commented Oct 15, 2015

comment:1

Not tried, but there should be an easy fix in the _create_element_via_parent_ methods.

@dkrenn
Copy link
Contributor Author

dkrenn commented Oct 15, 2015

Dependencies: #19083

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