🛠️ Steven Gong

Search

SearchSearch

Feb 24, 2024, 1 min read

Time-Stepping Methods

Backward Euler Method

This is similar to Forward Euler Method, but only from the end of the step.

yn+1​=yn​+hf(tn+1​,yn+1​)

Its local truncation error is O(h2), like Forward Euler

Graph View

Backlinks

  • Backwards Differentiation Formula (BDF)
  • CS370 - Numerical Computation
  • Time-Stepping Methods

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub