A simple example package with basic calculation of RK2 and RK4.
Project description
lab2mod267128850
lab2mod167128850 is a lightweight Python package that provides simple utility functions
for RK2, RK4
It is designed mainly for learning purposes and as an example of Python packaging.
Features
Runge-Kutta 2nd Order Method
To solve the initial value problem (IVP) of ordinary differential equations (ODEs) using the Runge-Kutta 2nd Order Method.
The function returns a list of tuples, where each tuple contains the values of x and y at each step.
Runge-Kutta 2nd Order Method
To solve the initial value problem (IVP) of ordinary differential equations (ODEs) using the Runge-Kutta 2nd Order Method.
f : is a function that defines the ODE in the form dy/dx = f(x, y).
The function returns a list of tuples, where each tuple contains the values of x and y at each step.
Installation
You can install the package directly from PyPI:
pip install lab2mod267128850
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lab2mod267128850-0.1.1.tar.gz.
File metadata
- Download URL: lab2mod267128850-0.1.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81e8c9d327185d42ed8685461a597109071d4b82a7b9dac5666b3e0753146f8a
|
|
| MD5 |
fa1ced726957a5143f1b9b8248463d40
|
|
| BLAKE2b-256 |
02bcb2dcaaf209aabb7c7781cd981373c0c677e0a6c8832340823480f01832bb
|
File details
Details for the file lab2mod267128850-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lab2mod267128850-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d332c149e1cad95d7b2ed4c795a3022bb2a5c8a34bc169e9646eb0c0f67ca7f
|
|
| MD5 |
75d86b80bf97c8e8dcbe754612b8a623
|
|
| BLAKE2b-256 |
fb73a10c4dd21ac8113491879a2bd485ed65293e39778f12dc9e49f66ea04634
|