Metadata-Version: 2.4
Name: scm203lab267100370
Version: 0.1.0
Summary: This my package. Can use to Roots of Equation in One Variable and Initial Value Problems for a frist-order differential equation 
Home-page: https://github.com/Cartoonmee/scm203lab267100370
Author: THITIRAT
Author-email: thitirat98242@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

# Package name : CTpackage

`adisak_utils` is a lightweight Python package that provides simple utility functions
for **Roots of Equation in One Variable**, and **Initial Value Problems for a first-order differential equation**.
It is designed mainly for learning purposes and as an example of Python packaging.

---

## Features
- **Roots of Equation in One Variable**: Solve f(x)=0, where funtion is a continuous function. Methods include : Bisection Method and Fixed-Point Iteration
- **Initial Value Problems for a first-order differential equation**:Solve a differential equation. Methods include : Euler’s Method and 4-order Runge-Kutta method.
---

## Installation

You can install the package directly from PyPI:

```bash
pip install adisak_utils
