PDA

View Full Version : Implicit (Backwards) Euler's Method


Bcranger 0
Oct2-11, 06:52 PM
How would one go about solving for one variable for an implicit Euler's method such as this:

I am completely lost...all I know is the value of U and dT

Un+1 = Un + (dU/dT)|n+1dT
Vn+1 = Vn + (dV/dT)|n+1dT

D H
Oct2-11, 08:47 PM
No matter what numerical integration technique you use, you are going to need some function f(U,t) that calculates dU/dt.

Regarding implicit Euler, do you know how explicit Euler works?