Skip to content

Brody-Clark/rk4-ode-solver

Repository files navigation

rk4-ode-solver

First Order Oridinary Differential Equation Solver using RK4 written in c++. Parses user-defined ODEs using ExprTk and plots numerical solution using matplotlibcpp.

How to Use

  1. Download project and locate x/64 folder
  2. Open the Application file
  3. Enter the parameters in the indicated text fields and press "Solve"

Note: your equation must be in the form ${dy \over dt} = f(y,t)$

Example:

alt text alt text

How to Build

  1. Make sure Visual Studio is installed
  2. Make sure wxWidgets is installed and setup according to the current guide at https://www.wxwidgets.org/.
  3. Make sure Python is installed
  4. open .sln and build

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published