Metadata-Version: 2.4
Name: lab2mod267128850
Version: 0.1.1
Summary: A simple example package with basic calculation of RK2 and  RK4.
Home-page: https://github.com/paytai/sp_package
Author: Yok
Author-email: raseljone.com@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# 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:

```bash
pip install lab2mod267128850
