A library for the subject "Differential Equations"
Project description
This is a library for the subject ‘Differential Equations’
Short documentation:
function - function, which we want to solve h - step x0, y0 - initial condition
a,b - range n - number of iterations
euler(function,h,x0,y0)
improved_euler(function,h,x0,y0)
runge_kutta2(function,h,x0,y0)
runge_kutta3(function,h,x0,y0)
runge_kutta4(function,h,x0,y0)
simpson_rule(function,a,b,n,rng=[],result=0)
trapezoidal_rule(function,a,b,n,rng=[],result=0)
Change Log
0.0.1 (17/12/2021)
First Release
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
difflibakik-0.0.1.tar.gz
(2.8 kB
view details)
File details
Details for the file difflibakik-0.0.1.tar.gz.
File metadata
- Download URL: difflibakik-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0bb624a52447b237eaded2d88fc944955459967435e54684c18eee00731fe07
|
|
| MD5 |
edcd2d5964fb05ea0a3ba979655ee31a
|
|
| BLAKE2b-256 |
8505081e80b919f166603db3fbaf28225b0a4617623e867de0753abb7d6419f3
|