-
-
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
Singularity analysis: fix and speed up singularity analysis (log-type) without renormalization #20051
Comments
This comment has been minimized.
This comment has been minimized.
Author: Clemens Heuberger |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
Hello! I've reviewed your changes, they look good to me in general. I only have some minor comments:
|
comment:7
Replying to @behackl:
I do not like a description like "whether the normalization factor ... is taken into account" because this is not a very clear description. I prefer to clearly state the fact, so that no ambiguities can arise. If you want me to move this second variant to the top, say "the n-th coefficient of ... (if
There was one incorrect doctest in the growth group |
comment:8
Replying to @cheuberg:
I agree that unabiguity is more important than brevity in this case.
Yes, I think that mentioning the parameter in the extended function description too would be a good idea. Could you add such a statement?
I see, I've missed these lines when comparing diffs. The output of the doctest is now mathematically correct. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
Thanks! Documentation builds and looks fine, doctests pass. => |
Reviewer: Benjamin Hackl |
comment:11
merge conflict |
comment:13
Replying to @vbraun:
sorry, fixed now. |
comment:14
Changes LGTM, merging with all other of our closed tickets also works now. |
Changed branch from u/cheuberg/asy/improve-singularity-analysis-log-not-normalized to |
#20020 introduced
asymptotic_expansions._SingularityAnalysis_non_normalized_
.For
zeta != 1
, its results are incorrect due to substitution:instead of the correct
2^n * n^(-1) + O(2^n * n^(-2))
.Furthermore, its performance is poor as it relies on substitution. Speed up is possible by introducing a flag to
asymptotic_expansions.SingularityAnalysis
to ignore the normalization factor.See #17601 for the asymptotic expansions meta ticket.
Depends on #20020
Depends on #20056
Depends on #20049
CC: @dkrenn @behackl
Component: asymptotic expansions
Keywords: singularity analysis
Author: Clemens Heuberger
Branch/Commit:
e95cd2e
Reviewer: Benjamin Hackl
Issue created by migration from https://trac.sagemath.org/ticket/20051
The text was updated successfully, but these errors were encountered: