Previous | Next --- Slide 37 of 46
Back to Lecture Thumbnails
gloose

What's the difference between this and forward Euler? Maybe I'm missing something obvious, but they seem to be doing the same thing to me.

kkzhang

How would symplectic euler equation look like mathematically?

minhsual

What will happen if we flip the update rule (i.e., update configuration using current velocity and update velocity using new configuration)?

Dalyons

Are there any advantages to Forward Euler over Symplectic Euler or is stable always better?

superbluecat

Is the backward euler evaluating the new velocity using next configuration?

Murrowow

How exactly is this better than forward/backward Euler? They seem similar enough that I find it hard to believe that one will produce a significantly better one over the other.