This project is an ODE (Ordinary Differential Equation) solver implemented in Rust. It provides a simple and efficient way to solve differential equations numerically using various methods such as Euler's method, Runge-Kutta methods, and more.
- Multiple Solvers: Includes implementations of Euler's method, Runge-Kutta methods (RK4), Heun Method and more.
- Flexible Interface: Easily define your differential equations and initial conditions.
- Extensible: Designed to be easily extended with new solving methods.
For a basic example of how to use the ODE solver, check the main.rs file.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.