Basic Tools in Numerical Methods
Project description
Spoonful Scientific Library
Spoonful is a Python package meant to handle fairly common tasks encounted in mathematics and physics, such as numerical integration, matrix and linear algebra, and root-finding.
Installation and Upgrading
I'm still trying to figure that one out, I'll need a second lol.
Usage
The initial release of Spoonful contains some useful functions such as:
- Integrator.Simpson -- Integration via Simpson's 1/3 rule
- Integrator.Trapezoid -- Integration via trapezoidal sums
- ODE.RK4 -- Numerical integration using Runge Kutta of 4th Order
- ODE.Coupled_RK4 -- Numerical integration of coupled ODEs using Runge Kutta of 4th Order
Contributing
If you have an idea you'd like me to implement or catch a bug, let me know and I'll try to send a fix ASAP!
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Spoonful-0.0.1.tar.gz
(4.2 kB
view details)
File details
Details for the file Spoonful-0.0.1.tar.gz
.
File metadata
- Download URL: Spoonful-0.0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e307be463e8550cf41d85b5d03a50defe5faf9c77e04d00d9883478bb5f1e7ac |
|
MD5 | de2a21b85eb7c266ff325f316acea36f |
|
BLAKE2b-256 | 1d61d72c4096b5c7b1bd233e3f9326bdf19735b1fd9348fe2c4e134bfb101e38 |