Numerical integration using methods like: Trapezoidal method, Simpson rule, Newton cotes method and Compound trapezoidal method
Project description
Hi!, with this package you can use different methods in order to aproximate the numerical integration of a function, using methods like: Trapezoidal method, Simpson rule, Newton cotes method and Compound trapezoidal method.
You can invoke the following methods:
1.- funcion(x) — by defult is: funcion(x) = 1/(1+(x**2))
2.- trapecio(f,x_0,x_1,h)
3.- Simpson(f,x_0,x_1,x_2,h)
4.- NewtonCotOpen(f,x_1,x_2,x_3,x_4,h)
5.- trap_Comp(f,a,b,h,n):
6.- analitica(a,b)
7.- error(analitica, numerica)
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
File details
Details for the file NumIntM-0.0.2.tar.gz
.
File metadata
- Download URL: NumIntM-0.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ff48397e14a4e4e6b296c4a70e62cf8613a0594de3af72303315585d68ffa9c |
|
MD5 | 9150e1fa52f912c7e075b116801d809c |
|
BLAKE2b-256 | c109b6caaac26c50a78a9b8aa6dedcddfbb59c16e247031ad103dd5b1d11ed19 |