Problem 1:
What are the different methods that can be used to solve a differential equation? Please provide a numbered list.
Problem 2:
For a first order linear differential equation of the following general form, provide an expression for the general solution.
dy/dx .by=1
Problem 3:
For the following differential equation, provide the ode45() command used to solve it in MATLAB. Also, provide the function that stores this differential equation so that ode45 can invoke it.
Xy' -2y =x