-
-
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
Asymptotic Ring: cannot construct 2^n when coefficient ring is SR #19946
Comments
This comment has been minimized.
This comment has been minimized.
Replying to @cheuberg:
The workaround
works. However, for some reason (I still have to track this down) the parent changes to
|
Branch: u/dkrenn/t/19946 |
Author: Daniel Krenn |
Commit: |
comment:4
I've fixed the original problem. However, there is the following:
For me this is fine; although it is not nice. What do you think? New commits:
|
Changed branch from u/dkrenn/t/19946 to u/cheuberg/t/19946 |
comment:6
Reviewed your changes, main bug is fixed; two reviewer commits added; but I do not understand the explanation why we fall into New commits:
|
Changed branch from u/cheuberg/t/19946 to u/dkrenn/t/19946 |
comment:8
Replying to @cheuberg:
Cross-reviewed.
Rewritten.
Ok. I've merged #19961 and made a link from there to this new explaination. New commits:
|
Dependencies: #19961 |
comment:10
LGTM, thank you. |
Reviewer: Clemens Heuberger |
Changed branch from u/dkrenn/t/19946 to u/cheuberg/t/19946 |
comment:12
had forgotten to push the fix for one typo. New commits:
|
Changed branch from u/cheuberg/t/19946 to |
comment:14
This ticket has added a few doctests of the form
With #19945, the last result will change to
I think that this change makes sense, since a coercion of |
Changed commit from |
The following is unexpected:
The only work-around I found until now is
Once this is fixed, the work-around should be removed from #19532 (
asymptotic_expansions.SingularityAnalysis
).Depends on #19961
CC: @dkrenn @behackl
Component: asymptotic expansions
Author: Daniel Krenn
Branch:
1259201
Reviewer: Clemens Heuberger
Issue created by migration from https://trac.sagemath.org/ticket/19946
The text was updated successfully, but these errors were encountered: