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’
X(X’X)-X’ = in terms of Moore-Penrose inverse?
X(X’X)-X’ = XX+
The following conditions hold for K = X(X’X)-X’
- K is symmetric idempotent
- rank of K is r, the rank of X
- KX =X and X’K =X’
- (X’X)-X’ is a generalized inverse of X for any generalized inverse of X’X
- X(X’X)- is a generalized inverse of X’ for any generalized inverse of X’X
If A is an nxn non-singlular matrix, then the system Ax = y has ___ solutions
Ax=y has a single unique solution
The system Ax = y has a solution IFF y is
Ax = y has a solution IFF y is in the column space of A
The system Ax = y has a solution IFF (inverse)
Ax = y has a solution IFF AA-y = y
Let A be an mxn matrix. The system Ax = 0 has a solution other than x = 0 IFF the rank of A
IFF the rank of A < n
Let A be an mxn matrix and suppose that a solution exists to the system Ax = y. For each nx1 vector z, the vector x0 is a solution where
x0 = A-y + (I - A-A)z