We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment we have
but the "nicer" and more expected result would be
This is a follow-up ticket to #19946.
CC: @cheuberg
Component: asymptotic expansions
Issue created by migration from https://trac.sagemath.org/ticket/19965
The text was updated successfully, but these errors were encountered: