This repository provides implementations of popular numerical methods for solving ordinary differential equations (ODEs). The methods included are Euler's, Modified Euler's, and the Runge-Kutta method.
- Euler's Method: A simple and foundational method for approximating solutions to ODEs.
- Modified Euler's Method: An improved version of Euler's method that offers better accuracy.
- Runge-Kutta Method: A more advanced method that provides even greater accuracy for many problems.
- GCC Compiler
gcc main.c -o my_program