GitHunt
SA

sagnik150699/Euler-s-Modified-Euler-s-Runga-Kutta-Methods

Numerical methods for ODEs in C: Implementations of Euler's, Modified Euler's, and Runge-Kutta methods. Ideal for students and researchers looking for efficient ODE solvers

Euler's Modified Euler's Runga Kutta Methods

Numerical Methods for ODEs in C

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.

Features

  • 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.

Getting Started

Prerequisites

  • GCC Compiler

Compilation

gcc main.c -o my_program

Languages

C100.0%

Contributors

MIT License
Created April 2, 2019
Updated October 14, 2023