Tagged Questions

1
vote
1answer
577 views

Implementing a Newton-Raphson iteration method

I'm trying to implement a backward Euler Scheme using the Newton Raphson iteration. I understand that with each iteration, one makes an initial guess, calculates the residual and solve for the change. ...