Backward euler method

mathmari

Junior Member
Joined
Apr 15, 2013
Messages
75
Hi!!! I need some help...
I want to write a code in matlab for the backward euler method.
How can I solve the equation to determine y^(n+1)??? Are secant method, newton's method, fixed point iteration, fsolve, fzero equal???
 
Hi!!! I need some help...
I want to write a code in matlab for the backward euler method.
How can I solve the equation to determine y^(n+1)??? Are secant method, newton's method, fixed point iteration, fsolve, fzero equal???

What equation? Which equation?
 
The backward euler method is y^(n+1)=y^n+h*f(t^(n+1), y^(n+1)). Which method is better to calculate y^(n+1)???
 
Last edited:
Top