Introduction To Numerical Analysis II: Solving Linear System
Introduction To Numerical Analysis II: Solving Linear System
Introduction To Numerical Analysis II: Solving Linear System
Xiaozhe Hu
Linear system:
Ax = b
Linear system:
Ax = b
Direct Method
I Gaussian Elimination
I PA = LU
Iterative Method
I Linear Iterative Method
I Krylov Subspace Method
Ae = r e = Br , B A1
Update:
x k+1 = x k + e
Ae = r e = Br , B A1
Update:
x k+1 = x k + e
x k+1 = x k + B(b Ax k )
A=D +L+U
A=D +L+U
Richardson: B = I
Jacobi: B = D 1
Damped Jacobi: B = D 1
Forward Gauss-Seidel: B = (D + L)1
Backward Gauss-Seidel: B = (D + U)1
Symmetric Gauss-Seidel: B = (D + U)1 D(D + L1 )
SOR: B = (D + L)1
Symmetric SOR: B = w (1 w )(D + U)1 D(D + L)1
e k+1 = (I BA)e k e k := x x k
e k+1 = (I BA)e k e k := x x k
(I BA) < 1.
e k+1 = (I BA)e k e k := x x k
(I BA) < 1.
B 1 + B T A
is SPD
2 2
Richardson Method: 0 < < max (A) , and opt = min (A)+max (A) .
2 2
Richardson Method: 0 < < max (A) , and opt = min (A)+max (A) .
2 2
Richardson Method: 0 < < max (A) , and opt = min (A)+max (A) .
2 2
Richardson Method: 0 < < max (A) , and opt = min (A)+max (A) .
2
SOR Method: 0 < < 2 and opt =
1+ 1(I D 1 A)2
I BA = I M 1 A = M 1 N
I BA = I M 1 A = M 1 N
Definition (irreducible)
nn , if there exists a permutation matrix P, such that
For A R
A11 A12
P T AP = , then A is reducible. Otherwise, A is irreducible/
0 A22
Definition (irreducible)
nn , if there exists a permutation matrix P, such that
For A R
A11 A12
P T AP = , then A is reducible. Otherwise, A is irreducible/
0 A22
Theorem
If aii > 0 and aij 0, i 6= j. If A is SDD or IDD, then A is M-matrix.