Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages