-
-
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 expansion generator: singularity analysis (log-type) #19969
Comments
Branch: u/behackl/asy/SA-generator-log |
Commit: |
comment:1
Implemented the generator for Last 10 new commits:
|
Reviewer: Clemens Heuberger |
comment:4
I had a first look at this implementation.
which I do not find convincing. Of course, convergence will be bad due to slow growth of logarithms, so larger values might be of interest, but I do currently lack computer power to test it myself. But that might be a consequence of 2. |
Author: Benjamin Hackl |
comment:5
Replying to @cheuberg:
at second glance, the error term seems to be fine.
this is settled, much larger values apparently lead to convergence. |
Changed branch from u/behackl/asy/SA-generator-log to u/cheuberg/asy/SA-generator-log |
comment:7
Replying to @cheuberg:
done.
done. This amounts to a major rewrite of the code (old case beta=0 as well as new case). Please review. New commits:
|
Changed branch from u/cheuberg/asy/SA-generator-log to u/dkrenn/asy/SA-generator-log |
comment:10
Merged #20043 due to a conflict; is now on 7.1.beta3. New commits:
|
comment:12
Replying to @sagetrac-git:
cross-reviewed the merge and the changes. |
comment:13
I'm in the middle of the review. I didn't investigate further, but the (correct) result of
does not seem to depend on the precision anymore for values at least 13. |
comment:19
Replying to @cheuberg:
Indeed, I'm finished my review. I've added an additional test. Please cross-review this commit and the minor changes yesterday. It's a positive review from my side. |
comment:20
Replying to @dkrenn:
Done, thanks. |
comment:21
During review of #19944 I've noticed that
raises a
which is not incorrect, but also seems not to be consistent to the above. Is there a particular reason for this? |
comment:23
Replying to @dkrenn:
It was an easy option to implement the transfer theorem: Having this for Finally, setting In some sense, returning |
comment:24
Replying to @cheuberg:
Ok, thank you for your explanation. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits: |
comment:27
Replying to @sagetrac-git:
Accidentally pushed on wrong ticket; is corrected now. |
comment:28
Replying to @dkrenn:
In that case, let's set it back to |
Changed branch from u/dkrenn/asy/SA-generator-log to |
Follow-up to #19532. This ticket is for implementation of the case
beta != 0
.Depends on #19532
Depends on #19993
Depends on #20043
CC: @dkrenn @cheuberg
Component: asymptotic expansions
Author: Benjamin Hackl, Clemens Heuberger
Branch/Commit:
b540598
Reviewer: Clemens Heuberger, Daniel Krenn
Issue created by migration from https://trac.sagemath.org/ticket/19969
The text was updated successfully, but these errors were encountered: