1. Create a Simulink model that solves the 2nd-order ODE below. d2x dx +2 dt2 - t2 sin(2t) = 0,x(0) = 2, x'(0) = 4 dt Us
Posted: Mon May 09, 2022 6:17 am
1. Create a Simulink model that solves the 2nd-order ODE below. d2x dx +2 dt2 - t2 sin(2t) = 0,x(0) = 2, x'(0) = 4 dt Use a fixed-step solver with a fixed-step size of 0.01. Set your simulation to run for time t=20. (15 pts) --- =