Skip to content

A simple c++ project using RK4 to solve the damped driven oscillator

Notifications You must be signed in to change notification settings

zcotman/Runge_Kutta_4_Damped_Driven_Oscillator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Runge Kutta 4 Damped Driven Oscillator

This is a simple project containing a script that executes an RK 4 method to solve a damped driven oscillator.

Requires

  • g++
  • gnu scientific libraries
  • make
  • gnuplot

To Run

make -f make_diff_eq_apr_27 ./diff_eq_apr_27.x

To view a few simple plots use:

gnuplot diff_eq_apr_27.plt --persist

About

A simple c++ project using RK4 to solve the damped driven oscillator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published