Generalized Inverse Flashcards

1
Q

Let A be an mxn matrix. A+ is called the Moore-Penrose inverse if it satisfies the following conditions:

A
  • AA+ is symmetric.
  • A+A is symmetric.
  • AA+A = A
  • A+AA+ = A+
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Let X be an nxp matrix with rank p. X+ =

A

X+ = (X’X)-1X’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Every matrix has a Moore-Penrose inverse and it is

A

unique.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The Moore-Penrose inverse of A’, ie (A’)+=

A

(A’)+ = (A+)’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The Moore-Penrose inverse of A+ =

A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If the rank of A is r, then each of the following matrices also have rank r (Moore-Penrose inverse combinations)

A

A+, AA+, A+A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If A is non singlular, then A+ =

A

A-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If A is symmetric idempotent, then A+ =

A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The matrices AA+, A+A, I-AA+, I-A+A are all

A

symmetric idempotent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

For any matrix A, (A’A)+ =

A

A+(A’)+

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Let P be an mxm orthonormal matrix, let Q be an nxn orthonormal matrix, and let A be any mxn matrix. (PAQ)+ =

A

Q’A+P’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Let X = [X1 X2],

XX+X1 =

A

X1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Let A be an mxn matrix. A- is called a generalized inverse of A if

A

AA-A = A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Let X be an mxn matrix with rank r>0. The following conditions hold wrt generalized inverse:

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

K = ____ is invariant to the choice of generalized inverse?

A

K = X(X’X)-X’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

X(X’X)-X’ = in terms of Moore-Penrose inverse?

A

X(X’X)-X’ = XX+

17
Q

The following conditions hold for K = X(X’X)-​X’

A
  • 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
18
Q

If A is an nxn non-singlular matrix, then the system Ax = y has ___ solutions

A

Ax=y has a single unique solution

19
Q

The system Ax = y has a solution IFF y is

A

Ax = y has a solution IFF y is in the column space of A

20
Q

The system Ax = y has a solution IFF (inverse)

A

Ax = y has a solution IFF AA-y = y

21
Q

Let A be an mxn matrix. The system Ax = 0 has a solution other than x = 0 IFF the rank of A

A

IFF the rank of A < n

22
Q

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

A

x0 = A-y + (I - A-A)z