Matrix Subspaces Flashcards

1
Q

How do you find the column space for matrix A?

A

Break down A into L&U, the column space is then the first r columns of L, where r is the number of non-zero rows in U (and is also the rank of the matrix)

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

How do you find the row space of matrix A?

A

Break A down into L&U, and take all non-zero rows of U

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

How do you find the null space of A?

A

The null space of A is every independent vector that solves Ax = 0, or LUx = 0
Since L is always invertible, this is the same as the solutions of Ux=0

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

How do you find the left null space of A?

A

The left null space of A is the solution to ytA=0
This is the same as Lty = 0

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