Question: Create a Scilab gram that will solve first order differential equations using either Euler-Cauchy or Runge-Kutta method. The user should be able to input the

Create a Scilab gram that will solve first order differential equations using either Euler-Cauchy or Runge-Kutta method. The user should be able to input the formula for y', initial values of x and y, and value of h. User should be able to choose the method that will solve the function (either Euler-Cauchy or Runge-Kutta) Test your program on the following functions 1. y' = xy y(0) = 1; h = 0.1; from y_1 to y_10 2. y' = x^2 y(0) = 0; h = 0.1; from y_1 to y_10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
