Use Taylor's degree 3 method to approximate the solution of the differential equation y = 6t? - 8y with initial conditio
Posted: Mon May 09, 2022 10:34 am
Use Taylor's degree 3 method to approximate the solution of the differential equation y = 6t? - 8y with initial condition y(2) = -2 on the interval (2,6] with 16 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) = D. Use the above information in the Python code to approximate y(6) = dt2