Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Numerical Solution of First-Order Differential Equations in C++

This project presents a C++ implementation of standard numerical methods for solving first-order ordinary differential equations (ODEs).

The program is designed for educational and computational purposes, allowing users to compare the accuracy of different numerical techniques.


Overview

The code numerically approximates solutions of first-order ODEs using the following methods:

  1. Euler Method
  2. Modified Euler Method (Heun’s Method)
  3. Fourth-Order Runge–Kutta Method (RK4)

A single interface function allows selection of the desired method and computation of the approximate solution at a specified point.


Language

Language Used: C++


Thanks a lot for visiting.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages