Row, Col, Null space Flashcards

1
Q

What is the basis of a row space of a matrix?

A

Reduce to row echelon form, the nonzero rows form a bsis for row(A)

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

What is the basis for the colum space of a matrix?

A
  1. Reduce to row echelon form
  2. Identify columns containing leading 1s
  3. Corresponding columns of original matrix form basis for col(A)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the null space of a matrix?

A

All x satisfying Ax = 0

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

How do we find vectors that form a basis for the null space?

A
  1. reduced row echelon form (leading 1s in 0 column)
  2. Turn into augmented matrix with 0 appended
  3. Solve leading variables with equations
  4. Write in parametrised form from general form with free variables
  5. The column vectors achieved in parametrised form is the basis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the row space?

A

See rows of reduced matrix as separate vectors and take their span

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

What is the column space?

A

span of column vectors. If linearly independent, the column space spans entire target space.
Otherwise it spans a subspace.

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

What does the following dimensions represent:
- Dim of null
- Dim of col
- Dim row

A
  • null: nullity of matrix / dimension of kernel
  • Col: Rank of matrix
  • Row: rank of matrix
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Given that we know the dimension of the column space of a matrix, how can we use the rank nullity theorem to calculate the dimension of the null space?

A

Dimension of col space = rank
Nullity = dimension of null space
Dim(V) = dimension of matrix (count of columns)
Easy algebra

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

If the det(A) = 0, what does it mean for rank?

A

A 0 determinant means that the matrix has a full rank.

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