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

parent of exponent getting too large in exponentiation in asymptotic ring #19965

Open
dkrenn opened this issue Jan 26, 2016 · 0 comments
Open

Comments

@dkrenn
Copy link
Contributor

dkrenn commented Jan 26, 2016

At the moment we have

sage: M.<n> = AsymptoticRing(growth_group='QQ^n * n^QQ', coefficient_ring=SR)
sage: (n.rpow(2)).parent()
Asymptotic Ring <QQ^n * n^SR> over Symbolic Ring

but the "nicer" and more expected result would be

Asymptotic Ring <QQ^n * n^QQ> over Symbolic Ring

This is a follow-up ticket to #19946.

CC: @cheuberg

Component: asymptotic expansions

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

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