Question: Write a MATLAB function to solve the generic 2nd order, linear, constant coefficient, non-homogeneous, differential equation: d2x dx dt2dt Where a, b, and c are

Write a MATLAB function to solve the generic 2nd order, linear, constant coefficient, non-homogeneous, differential equation: d2x dx dt2dt Where a, b, and c are all constants and F(t) is a function of time Your MATLAB script should use the ode45 solver to determine the solution. The first line of the function should be: function [t,yl-hw4_lastnamela,b,c,fy_o,t_end) where: . a, b, c: constant coefficients in differential equation f: handle to the function F(t) Yo: 2-element vector containing the initial conditions .t_end: final time for solution Once your function is working, run it for the initial value problem: Have your script plot both the solution x(t) and the forcing function F(t) on the same graph. Properly format your graph and comment your code, and submit it via blackboard with the filename hw4 lastname.m
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
