I am trying to solve the diff equation
x'' + ax' + bx = c
The ODE Linear nth Order Numeric function can handle the second derivative but not the c part, correct?
The euler and assorted solvers can't handle the second derivative nor the constant, correct?
Do I have any other options?
thanks.