What is the basis of a row space of a matrix?
Reduce to row echelon form, the nonzero rows form a bsis for row(A)
What is the basis for the colum space of a matrix?
What is the null space of a matrix?
All x satisfying Ax = 0
How do we find vectors that form a basis for the null space?
What is the row space?
See rows of reduced matrix as separate vectors and take their span
What is the column space?
span of column vectors. If linearly independent, the column space spans entire target space.
Otherwise it spans a subspace.
What does the following dimensions represent:
- Dim of null
- Dim of col
- Dim row
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?
Dimension of col space = rank
Nullity = dimension of null space
Dim(V) = dimension of matrix (count of columns)
Easy algebra
If the det(A) = 0, what does it mean for rank?
A 0 determinant means that the matrix has a full rank.