Skip to content
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

calculate asymptotic expansions to some asymptotic expansions exponents directly #20044

Closed
dkrenn opened this issue Feb 12, 2016 · 9 comments
Closed

Comments

@dkrenn
Copy link
Contributor

dkrenn commented Feb 12, 2016

Make

sage: (1+1/n^2)^n

and related be calculated directly.

Depends on #20043

CC: @behackl @cheuberg

Component: asymptotic expansions

Author: Daniel Krenn

Branch/Commit: 29bffe0

Reviewer: Clemens Heuberger

Issue created by migration from https://trac.sagemath.org/ticket/20044

@dkrenn
Copy link
Contributor Author

dkrenn commented Feb 12, 2016

Branch: u/dkrenn/asy/pow-var

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 12, 2016

Commit: c6ca928

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 12, 2016

Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:

98591d6Trac #20044: NoConvergenceError
69c090cTrac #20044: extend `__pow_number__` and test for convergence
7ed3541Trac #20044: add shortcuts for exponents 0 and 1 in __pow__
3f7a661Trac #20044: use new extension in __pow__
c6ca928Merge branch 'u/dkrenn/asy/one-times-zero' of git://trac.sagemath.org/sage into t/20044/asy/pow-var

@dkrenn
Copy link
Contributor Author

dkrenn commented Feb 12, 2016

Dependencies: #20043

@cheuberg
Copy link
Contributor

Changed branch from u/dkrenn/asy/pow-var to u/cheuberg/asy/pow-var

@cheuberg
Copy link
Contributor

comment:5

Proving mathematical correctness is not completely trivial: if one rewrites it as exp( exponent*log(1+x)), this is no problem. And expanding these exponential function and logarithms leads to some monomials in x and exponent. The error is O((exponent + exponent<sup>K)*x</sup>K) if K is the number of exact summands in the binomial series. Both of these error terms actually occur in the binomial expansion, so everything is fine.

Added a minor commit (one comma removed); the rest is fine.


New commits:

29bffe0Trac #20044: punctuation

@cheuberg
Copy link
Contributor

Reviewer: Clemens Heuberger

@cheuberg
Copy link
Contributor

Changed commit from c6ca928 to 29bffe0

@vbraun
Copy link
Member

vbraun commented Feb 13, 2016

Changed branch from u/cheuberg/asy/pow-var to 29bffe0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants