Create animations of simple numerical integration methods.
Project description
quadplots
The quadplots
program is an educational utility to create visualizations of basic quadrature methods. The current methods supported are Riemann sum (left, right, mid, max, min), Trapezoid rule, and Simpson's rule.
Usage
Basic usage of quadplots only requires an expression you want to graph (must be valid python), and the start and end points.
quadplots "x**2 - 3*x + 1" -2 3
By default quadplots will graph a riemann sum with n=10 and use the midpoint method, but you can easily change these options.
quadplots "x**2 - 3*x + 1" -2 3 --method min --partitions 5
You can also change the type of quadrature method used
quadplots "x**3 - 8*x + 7" -2 3 --method min --partitions 4 --quad-type simpson
If you want, instead of python functions, you can write latex by adding the --latex
flag to the command.
quadplots "\exp{-x^{2}}" -2 4 --partitions 4 --quad_type simpson --latex
Finally, if you wish to animate the plot, you can pass --animate
with a list of partitions you would like to see at each frame.
quadplots "\exp{-x^{2}}" -2 4 --partitions 4 --quad_type simpson --latex --animate 2 4 6 10 100
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
Built Distribution
File details
Details for the file quadplots-1.0.3.tar.gz
.
File metadata
- Download URL: quadplots-1.0.3.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a18c8d206f507dcd023e29be7de391699d29db4af1f26a3294e9ff771537004 |
|
MD5 | 346d85af36c6fb0d81da0fca77af0bfe |
|
BLAKE2b-256 | 5e8da5ddd08230caa52e97570597ec162e11f4adb51c432ce934a19a237a07a5 |
File details
Details for the file quadplots-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: quadplots-1.0.3-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8d190ef07eab1f97a8853b5198cb79c34cbd88e890e92cd8003da4739fcc224 |
|
MD5 | d3d475bd99825124656711155826fe74 |
|
BLAKE2b-256 | 1b9676c0a1b7141271181355bbc9a86f9354021cc2bbdbd4946838593c6ce7a9 |