Generalized Inverse Flashcards
Let A be an mxn matrix. A+ is called the Moore-Penrose inverse if it satisfies the following conditions:
- AA+ is symmetric.
- A+A is symmetric.
- AA+A = A
- A+AA+ = A+
Let X be an nxp matrix with rank p. X+ =
X+ = (X’X)-1X’
Every matrix has a Moore-Penrose inverse and it is
unique.
The Moore-Penrose inverse of A’, ie (A’)+=
(A’)+ = (A+)’
The Moore-Penrose inverse of A+ =
A
If the rank of A is r, then each of the following matrices also have rank r (Moore-Penrose inverse combinations)
A+, AA+, A+A
If A is non singlular, then A+ =
A-1
If A is symmetric idempotent, then A+ =
A
The matrices AA+, A+A, I-AA+, I-A+A are all
symmetric idempotent
For any matrix A, (A’A)+ =
A+(A’)+
Let P be an mxm orthonormal matrix, let Q be an nxn orthonormal matrix, and let A be any mxn matrix. (PAQ)+ =
Q’A+P’
Let X = [X1 X2],
XX+X1 =
X1
Let A be an mxn matrix. A- is called a generalized inverse of A if
AA-A = A
Let X be an mxn matrix with rank r>0. The following conditions hold wrt generalized inverse:
- rank of A- is not less than rank of A
- XX- and X-X are idempotent
- the ranks of XX- and X-X are r
- if X- is any generalized inverse of X, then (X-)’ is a generalized inverse of X’
- X-X = I IFF X has full column rank
- XX- = I IFF X has full row rank
K = ____ is invariant to the choice of generalized inverse?
K = X(X’X)-X’