Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barton-willis/asymptotic_expansion
Maxima code for some asymptotic expansions.
https://github.com/barton-willis/asymptotic_expansion
common-lisp mathematics maxima-cas special-functions
Last synced: about 2 months ago
JSON representation
Maxima code for some asymptotic expansions.
- Host: GitHub
- URL: https://github.com/barton-willis/asymptotic_expansion
- Owner: barton-willis
- License: gpl-3.0
- Created: 2022-06-21T15:34:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:38:23.000Z (6 months ago)
- Last Synced: 2024-07-16T12:16:36.964Z (6 months ago)
- Topics: common-lisp, mathematics, maxima-cas, special-functions
- Language: Common Lisp
- Homepage:
- Size: 280 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Asymptotic expansions
This package extends the Maxima function `stirling0.` The function `stirling0` is used internally by the limit code to find asymptotic expansions for gamma, factorial, and polylogarithm expressions. The `asymptotic_expansion` package extends `stirling0` to handle more cases. There are no user-level functions in this package.
The `asymptotic_expansion` package and the three associated files that are described below are _not_ ready for general work. The three associated files are:
* `simplimexpt` is a new implementation of the function that computes the limit of an exponential expression.
* `my-infsimp` is a new implementation of the functions `simpab`, `simpinf`, and `infsimp`. Each of these three functions are used internally by the limit code to do extended real arithmetic. The intent is to make these functions handle more cases and to make these functions easier to extend and fix.
* `continuous_p` is a function that attempts to determine if an expression is continuous.