Pseudo Inverse Matrix
📂Matrix AlgebraPseudo Inverse Matrix
Overview
The Pseudoinverse Matrix generalizes the concept of an inverse matrix to matrices A∈Rm×n that are not square matrices because their rows and columns are not of the same size. It refers to a matrix that acts as an ’effective’ inverse matrix for them. If a matrix transformation TA:N(A)→C(A) satisfies
TAx=Ax
for all x∈N(A)⊥, then TA becomes bijective. This can be seen as narrowing down the codomain of TA to forcefully make it surjective, and an inverse transformation TA−1:C(A)→N(A) exists through which the pseudoinverse can be defined.
Definition
Given a matrix A∈Rm×n and matrix transformation TA:N(A)→C(A), for every vector y=y1+y2∈Rm if the matrix A† satisfies the following, A† is called the Moore-Penrose Pseudoinverse of A.
A†y=TA−1y1
- Where y1∈C(A) and y2∈C(A)⊥.
- † is represented by a symbol that looks like a dagger pointed downwards, and indeed, it is read as Dagger. In mathematical physics, it might also represent a conjugate transpose matrix, but the context should help prevent confusion.
Theorem
The pseudoinverse of a matrix A∈Rm×n is calculated as follows.
A†==δ→0lim(ATA+δ2I)−1ATδ→0limAT(ATA+δ2I)−1