Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 392 Bytes

File metadata and controls

20 lines (13 loc) · 392 Bytes

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