Homework Statement
1.)I want to write a function in MATLAB that contains the 2nd order function:
20*d^{2}x;(dt^{2})+5*dx/dt + 20*x=0 (dampened spring)
-The function should have 2 inputs (time,[initial values]) initial values should be a vector of 2 values
-The function should...