Finite-difference methods

Layer 0 — Mathematicsin the numerical-analysis subtree

Approximate derivatives as differences: f'(x) ≈ (f(x+h) − f(x))/h. Discretize PDEs on a grid to produce large sparse linear systems. Stability governed by CFL condition for time-stepping.

Related concepts

Explore Finite-difference methods on the interactive knowledge graph →