Skip to content

This is a C++ code file inplementing the Runge-Kutta fourth order method of computing points that are on a solution curve given some ordinary differential equation.

License

Notifications You must be signed in to change notification settings

ss3359/Runge_Kutta_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runge_Kutta_Algorithm

This is a C++ code file inplementing the Runge-Kutta fourth order method of computing points that are on a solution curve given some ordinary differential equation. In this code, I have programed the points for the solution curve if we assume that dy/dt = cos(2t) + sin(3t). Please let me know if you have any questions. I hope you enjoy reading my code.

About

This is a C++ code file inplementing the Runge-Kutta fourth order method of computing points that are on a solution curve given some ordinary differential equation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages