MAT260 - Numerical Analysis - Cheat Sheet: Preliminaries
MAT260 - Numerical Analysis - Cheat Sheet: Preliminaries
s
X s
X Stability domain Assuming yn+1 = r(z)yn , the linear stability domain is:
k k−1
m am = k m bm D = {z ∈ C : |r(z)| < 1} (2)
m=0 m=0
s
X s
X Stability domain A method is A-stable if it preserves the decay of y0 = λy when
p+1 p Re λ < 0:
m am 6= (p + 1) m bm
m=0 m=0 C− := {z ∈ C : Re z < 0} ⊆ D
where 00 := 1. where D is defined in equation (2).
Error control A bound
γn
kg(vn ) − g(un )k <
v0 − u0
PECE The predictor-corrector scheme is: 1−γ
(i) use explicit method to predict yn+1 , then (ii) use implicit method to
Newtons method Newtons method is:
correct the initial prediction.
Error control If we integrate from 0 < t < T with step size h, and we wish that x1 = x0 − J −1 (x0 )F (x0 )
the total error is below ε, then the single step error must be below εh/T .
Here it is assumed that errors do not accumulate. Finite difference schemes
Gershgorin Every eigenvalue of A lies within at least one ofPthe Gershgorin discs
Nonlinear algebraic equations D(aii , Ri ), where aii is a diagonal element and Ri = j6=i |aij |.
Fix-point theorem The iteration uk = g(uk−1 ) is a contraction mapping if: SOCD Second order central difference approximation: