QUESTION 4
Use the Matlab command `lsim` to solve the differential equation shown below:
3(d^2x(t))/(dt^2) + 2x(t) = t + sin(3t)
x(0) = 0 and x'(0) = 0.
Using the time step of 0.01 seconds, what is x(t=0.87)? Keep 4 digits after the decimal point (e.g. 0.1234).