(Inverse)
Consider a square matrix A∈Rn×n. Let matrix B∈Rn×n have the property that AB=In=BA. B is called the inverse of A and is denoted by A−1.
If the inverse of a matrix does not exist, its called singular/non-invertible. Otherwise, it’s called regular/invertible/nonsingular.
(Inverse of a 2×2-matrix)
Consider a matrix
A:=[a11a21a12a22]∈R2×2.
if we multiply A with
A′:=[a22−a21−a12a11]
we obtain
AA′:=[a11a22−a12a2100a11a22−a12a21]=(a11a22−a12a21)I.
Therefore,
A−1:=(a11a22−a12a21)1[a11a22−a12a2100a11a22−a12a21]
if and only if (a11a22−a12a21)=0.
(Transpose)
For A∈Rm×n, the matrix B∈Rn×n with bij=aji is called the transpose of A. We write B=AT.
Properties of Inverses and Transpose
AA−1=I=A−1A(AB)−1=B−1A−1(A+B)−1=A−1+B−1(AT)T=A(AB)T=BTAT(A+A)T=AT+BT(2.26)(2.27)(2.28)(2.29)(2.30)(2.31)
(Symmetric Matrix). A square matrix is symmetric iff A=AT. If A is invertible, so is AT.
Connections