Solve the following differential equation 𝑦!= 2𝑥𝑦, y(0)=2 4) By hand 5) Using the Runge-Kutta me
Posted: Sat May 14, 2022 6:41 pm
Solve the following differential equation
𝑦!= 2𝑥𝑦, y(0)=2
4) By hand
5) Using the Runge-Kutta method in C code with no conio.h
6) Plot both solutions in a single graph using gnuplot, or
excel.
Use h=0.15 and x between 0 and 1.5.
𝑦!= 2𝑥𝑦, y(0)=2
4) By hand
5) Using the Runge-Kutta method in C code with no conio.h
6) Plot both solutions in a single graph using gnuplot, or
excel.
Use h=0.15 and x between 0 and 1.5.