Inverse of a matrix A is defined by
AA−1=A−1A=I
A−1 =notation for inverse
“idea” of an inverse ?
2x=1
(2 : 1×1 matrix or scalar)
Is there a way to find inverse of ‘2’?
Notion of multiplicative inverse
2−1×[2x=1
⇒(12−1⋅2)x=2−1
⇒x=2−1=1/2
multiplicative inverse
⟶ matrix inverse may be used for matrix equation
Consider Ax=b
If we could find A−1,
A−1×Ax=b
⇒A−1Ax=A−1b
⇒x=A−1b
Goal: Show the use of determinants in checking for invertibity of in a matrix and to actually compute it.
Consider a 3×3 matrix
a11a21a31a12a22a32a13a23a33
denote Aij as the cofactor of aij define adjoint of this matrix
x11A21A31A12A22A32A13A23A33⊤
adjoint of a matrix is obtained by taking transpose of matrix where each element is replaced by cofactor
matrix (A) adjacent
a11a21a31a12a22a32a13a23a333×3
×A11A12A13A21A22A23A31A32A333×3
=a11A11+a12A12+a13A13a21A11+a22A12+a23A13a11A21+a12A22+a13A233×3
det(A)000det(A)000det(A)
=det(A)⋅I3×3
A(adj(A))=det(A)I
(adj(A))A=det(A)⋅I
Combining these,
A⋅adj(A)=adj(A)⋅A=det(A)⋅I
⇒Adet(A)adj(A)=det(A)adj(A)⋅A=I( when det(A)=0)
compare with AA−1=A′A=I
det(Δ)=0)
⇒A−1=det(A)adj(A),det(A)=0
Note : What is det(adj(A)) ?
We use the property:
det(AB)=det(A)⋅det(B)
( A and B are square matrices) Example. det
A=[1221]→−3
B=[2112]→3
A B=[4554]→−9
∴det(AB)=det(A)det(B)
Aadj(A)=det(A)⋅I
Total determinant
det(A⋅adj(A))=detdet(A)⋅I)
using property
det(A)⋅det(adj(A))=det(det(A)⋅I)
=[det(A)]3(for3×3)
=[det(A)]n(forn×n)
det(A)=0
det(A)=0
⇒det(adj(A))=[det(A)]2(for3×2)
=[det(A)]n−1(forn×n)
Define a singular matrix as a matrix with a zero determinant .
Define a non-singular matrix as a matrix with a non-zero determinant
A is invertible ⟺A is non-singular
⇔ ) A is invertible
⇒∃B such that AB=BA=I
taking determinant ⇒det(AB)=det(I)
⇒det(A)⋅det(B)=1
⇒det(A)=0⇒A is non-singular
( A is non-singular
⇒det(A)=0
⇒A′=det(A)adj(A) satisfies AA′=A′A=I
Determinants help in checking invertibility of matrix, computing the inverse and significance of theorem.
Example: Consider
x000y000z
I1/x0001/y0001/z
det=xyz
is non-singular xyz=0x=0 y=0 z=0
adj=yz000xz000xy⊤=yz000xz000xy
Example: A=[2132]
calculate A−1.
Does inverse exit?
det(A)=1
The inverse exists as det(A)=0.
What is A′=adj(A)(asdet(A)=1
=[2−3−12]⊤=[2−1−32]
Check: AA−1=[1001]
Calculating inverses?
inspection for some simple matrices
using determinant and adjoint (bonus: provides a conduction to check for existemes of an inverse?
Example (continued):
A: =[2132]
Satusfies A2−4A+I=0 (can be checked)
How to use this to calculate A−1 ?
multiply by A−1⇒A−1(AAA)−4A−1A+A−1I=0
⇒IA−4I+A−1=0
⇒A−1=4I−A=[4004]-A
= [2−1−32]
Another way to get A−1.
↔∣λI−A∣=λ−2−1−3λ−2