Page 1 of 1

Cat Question # arks: 101 Write a MATLAB code to solve the following first order differential equation with initial condi

Posted: Tue Sep 07, 2021 7:17 am
by answerhappygod
Cat Question Arks 101 Write A Matlab Code To Solve The Following First Order Differential Equation With Initial Condi 1
Cat Question Arks 101 Write A Matlab Code To Solve The Following First Order Differential Equation With Initial Condi 1 (24.09 KiB) Viewed 105 times
Cat Question # arks: 101 Write a MATLAB code to solve the following first order differential equation with initial conditions given using relevant method according to your Cat. Cat 1: Euler Method Cat 2: RK4 Method at 3: Taylor series method dy = f(x,y) where y = yo at x = xo dx Once the code is ready, solve the following differential equation to calculate y at x = 0.6. Write the solution up to 5 decimal places. Function on right side of Equation: f(x,y) = 1+ y2 Initial conditions: yo = 1 at Xo = 0 Step h=0.05 Note: Provide a. Algorithm and Matlab Code as Annex 4 b. y (0.3) = ?