-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
AsymptoticRing: inversion #19068
Comments
Branch: u/behackl/asy/inversion |
Commit: |
Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from u/behackl/asy/inversion to u/dkrenn/asy/inversion |
Reviewer: Daniel Krenn |
Author: Benjamin Hackl |
comment:6
3 reviewer commits. Please cross check. Fine otherwise. From my side a conditional positive review (once #17716 is positive this can be set to positive as well). |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Merged 6.9.beta5 |
comment:10
Merged positively reviewed dependencies and fixed some merge conflicts. Last 10 new commits:
|
Changed branch from u/dkrenn/asy/inversion to u/behackl/asy/inversion |
comment:11
Benjamin |
comment:12
Merge conflict with changed dependency. |
comment:13
Please add a TODO: Once |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:16
Daniel, do you want to cross-check the merge and the adaptions? |
Changed branch from u/behackl/asy/inversion to |
comment:19
Why reinvent the coercion model? You don't need I will fix this in #18578. |
Changed commit from |
comment:20
Replying to @jdemeyer:
Seems to be a forgotten
Thank you. |
This ticket implements the inversion (and division) of asymptotic expressions (elements of the AsymptoticRing, implemented in #17716).
This relies heavily on the expansion via geometric series. If the expansion of such a series does not stop (e.g. in the case
1/(1-x)
), the series has to be truncated with an O-Term.Depends on #17716
CC: @dkrenn
Component: asymptotic expansions
Keywords: gsoc15
Author: Benjamin Hackl
Branch:
c7023dd
Reviewer: Daniel Krenn
Issue created by migration from https://trac.sagemath.org/ticket/19068
The text was updated successfully, but these errors were encountered: