🛠️ Steven Gong

Search

SearchSearch
  • Trapezoidal Rule (Crank-Nicolson Method)
  • Related

Feb 24, 2024, 1 min read

Time-Stepping Methods

Trapezoidal Rule (Crank-Nicolson Method)

This is an implicit method.

yn+1​=yn​+2h​(f(tn​,yn​)+f(tn+1​,yn+1​))

The Local Truncation Error is O(h3).

Related

  • Forward Euler Method
  • Improved Forward Euler

Graph View

Backlinks

  • Improved Forward Euler Method
  • Local Truncation Error (LTE)
  • Time-Stepping Methods

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub