c)
BA=CA⟹BA−CA=0⟹(B−C)A=0⟹(B−C)−1(B−C)A=(B−C)−10⟹IA=0⟹A=0
4. Special matrix inverses
a)
A−1=001100010
b)
D−1=210003100023
c)
B−1=002131000230
5. Inverses of matrix powers
a) (Ak)−1=(A−1)kProof:
Ak(A−1)k=kAA…AkA−1A−1…A−1=k−1AA…A(AA−1)k−1A−1A−1…A−1=I
b)
We prove the claim by showing a nilpotent matrix A has an inverse leads to contradiction.
Ak=0Ak(A−1)k=0(A−1)kI=0
c)
AA3=A4AI=IA=I
d)
A=[0110]
e)
A=[01−10]
6. Inverse of triangular matrices
a)
L−1=[1−a01]
b)
A matrix is invertible
⟺Ax=b has an unique solution
a11x1=b1a22x2+a21x1=b2⋮akkxk+∑j=1k−1akjxj=bk
Each step solves uniquely for xk since akk=0. Hence a unique solution exists for every b.