- #1
bdoherty1994
- 4
- 0
Homework Statement
I am trying to solve and plot the function, x'(t) = 1 + t*sin(t*x) where x(0) = 0 and t_final = 1, in order to compare this exact solution to the approximations of Euler's and Improved Euler's Method. Can anyone help me with the code in order to solve this problem, and then plot it, using Matlab?
Homework Equations
x'(t) = 1 + t*sin(t*x) where x(0) = 0 and t_final = 1
The Attempt at a Solution
I have tried to use dsolve() only to come up with an error.