Lect 11
Lect 11
Lect 11
Rafikul Alam
Department of Mathematics
IIT Guwahati
• Condition numbers
• Perturbation and sensitivity analysis of linear systems
Note that for a subordinate matrix norm, we have cond(A) = kAk kA−1 k ≥ 1.
1 1010
B := =⇒ det(B) = 1 and cond∞ (B) = (1 + 1010 )2 ' 1020 .
0 1
Notice that columns A are orthogonal whereas columns of B are √ nearly linearly
dependent. Indeed, cos θ = hBe1 , Be2 i/kBe1 k2 kBe2 k2 = 1010 / 1 + 1020 ' 1.
Residual bound: Let x̂ = ALG(A, b). Then the residual r := b − Ax̂ yields
Ax̂ = b − r = b + ∆b, where ∆b := −r . Hence we have the residual bound
kx − x̂k kr k
≤ cond(A) .
kxk kbk