Question: perform using MATLAB For the given ordinary differential equation = 3x2 + 3 with the initial condition of y(x = 10) = 30 within the
perform using MATLAB

For the given ordinary differential equation = 3x2 + 3 with the initial condition of y(x = 10) = 30 within the span of [10 20): a) Solve it using Euler's Method. b) Solve it using "ode45" built-in function. c) Plot the results from (a) and (b) and the exact solution on the same figure. HINT y(Xi+1) = y(x) + f(x,y(x))Ax [t, y] = ode45 (odefun, tspan, yo)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
