hello, I'm looking for someone to help me with this code..
i'm trying to resolve a second order equation..
(dv/dt)= 10 - (94.5/0.3)x - (13/0.3)v;
(dx/dt)=v;
this is what i have written so far, i think it's not bad i have one simple problem calling the RK (Runge Kutta) function
error : " reference to non-static function must be called "
#include<iostream>
#include<math.h>
#include<cmath>
using namespace std;