generalised inverse and the SVD Flashcards

1
Q

generalised inverse:

A

the generalised inverse of a matrix A is any matrix X satisfying AXA=A - when A is nonsingular X=A^-1

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

solvability of linear systems:

A

if X is any matrix satisfying AXA=A then Ax=b has a solution iff AXb=b, in which case the general solution is x=Xb+(I-XA)y, where y is an arbitrary vector

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

moore-penrose generalised inverse:

A

the unique matrix satisfying the following conditions - AXA=A, XAX=X, AX=(AX), and XA=(XA), aka the pseudoinverse, denoted by A^+

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

svd:

A

singular value decomposition, a matrix A has an svd A=UΣV*, where U and V are square unitary matrices and Σ=diag(σ1,…,σp), p=min(m,n) (the mxm and nxn of U and V) where σ1>=σ2>=…>=σp>=0 - if A is real, U and V can be taken real orthogonal

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

singular values:

A

the σi in the svd, the positive square roots of the nonzero eigenvalues of AA* or A*A

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

left and right singular vectors:

A

the columns of U and V respectively, the left singular vectors are eigenvectors of AA* and the right are eigenvectors of A*A

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

existence of the moore-penrose inverse:

A

if A=UΣVinC^(mxn) is an svd then A^+=VΣ^(+)U where Σ^+=diag((σ1)^-1,…,(σr)^-1,0,…0) is nxm and r=rank(A)

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

low rank approximation:

A

let the svd of A be given, write U=[u1,…,um] and V=[v1,…,vn]. if k<r=rank(A) and Ak=(k)Σ(i=1)σiuivi* then with rank(B)=k, min||A-B||2=||A-Ak||2=σ(k+1)

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

projector:

A

Ps is the projector onto s if range(Ps)=s and (Ps)^2=Ps, not unique

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

orthogonal projector:

A

Ps is the orthogonal projector onto s if range(Ps)=S, (Ps)^2=Ps, and (Ps)*=Ps. this is unique. also, P(s⊥)=I-Ps is the orthogonal projector onto the orthogonal complement of s denoted by s⊥

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

minimum 2-norm solution:

A

for given A and b with b in range(A), the vector x=A^(+)b is the solution of minimum 2-norm amongst all the solutions to Ax=b

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

u*v=0 =>:

A

(||u+v||2)^2=(||u||2)^(2)+(||v||2)^2

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

least squares solution:

A

for given A and b, the vectors x=A^(+)b+(I-A^(+)A)*y where y is arbitrary, minimise ||Ax-b||2. moreover, x(LS)=A^(+)b is the least squares solution of minimum 2-norm

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