Recent content by jacki
-
J
Graduate Solving Backward Euler with Newton's Method
Greetings, I am trying to implement backward euler implicit method by Newton-raphson iteration. The differential equation is for a simple planar pendulum. So the function for the pendulum is : (1) angularAcceleration (angle) = ( -gravity/length ) * sin(angle); and the update function for...- jacki
- Thread
- Euler Method Newton's method
- Replies: 1
- Forum: Differential Equations
-
J
Undergrad Backward Euler / Implicit Integration Implementation
Thanks, but that's for forward euler? I'm asking about backward euler.- jacki
- Post #3
- Forum: Differential Equations
-
J
Undergrad Backward Euler / Implicit Integration Implementation
Hi all, I am trying to implement the backward euler integration (in c++) for the pendulum problem. I have the forward euler implemented, but frankly I don't know where to even start from for the implicit integration. I understand the update expressions for implicit, and of course the...- jacki
- Thread
- Euler Implicit Integration
- Replies: 7
- Forum: Differential Equations