Square Matrices
Square Matrices
Av = λv
Av − λv = 0
Av − λIv = 0
, where I is the identity matrix
(A − λI)v = 0
If A is not full rank (it is singular), then the inverse does not exist, but we
can still calculate the Moore-Penrose pseudoinverse of A, denoted A† . The
peudoinverse has ”inverse-like” properties and can be used to find
solutions or approximate solutions to Ax = b, where x = A† b. The
pseudoinverse A† is equivalent to inverse A−1 when A is invertible.
A† A = A
AA† A = A
A† AA† = A†
AA† is symmetric
A† A is symmetric
(AB)C = A(BC )
(AT )−1 = (A−1 )T
(Ax)T = x T AT
(AB)T = B T AT
(ABC ...)T = ...C T B T AT
(AB)−1 = B −1 A−1
(ABC ...)−1 = ...C −1 B −1 A−1