Recent content by acampbell

  1. A

    Taylor and Euler Matlab Comparison for Numerical Analysis.

    ? Error using ==> Euler2 Too many output arguments. Error in ==> Problem3_Homework3 at 7 w1=Euler2(a,b,h); THAT IS WHAT I GET!
  2. A

    Taylor and Euler Matlab Comparison for Numerical Analysis.

    i feel like something is wrong with my Euler and Taylor codes but I'm not so sure.
  3. A

    Taylor and Euler Matlab Comparison for Numerical Analysis.

    1. Solve y'=3t^2y^2 on [0, 3] , y0 = −1, using Euler method and Taylor method of order 3. Compare your solutions to the exact solution. y(t)=(-1/((t^3)+1)) I DONT KNOW WHAT IS WRONG WITH MY PROGRAM! PLEASE HELP =D Homework Equations http://en.wikipedia.org/wiki/Euler_method...
Back
Top