Use Taylor's degree 3 method to approximate the solution of the differential equation y = 9t? – 5y with initial conditio
Posted: Wed May 11, 2022 11:15 pm
Use Taylor's degree 3 method to approximate the solution of the differential equation y = 9t? – 5y with initial condition y(5) = 5 on the interval [5, 7] with 20 number of steps. See the Python code on blackboard. You will need the following information: A. y = f(t,y) d B. y' = f(t,y) dt d2 C. y" -f(t,y) dt2 D. Use the above information in the Python code to approximate y(7) → =