Row, Col, Null space Flashcards
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?
- Reduce to row echelon form
- Identify columns containing leading 1s
- Corresponding columns of original matrix form basis for col(A)
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?
- reduced row echelon form (leading 1s in 0 column)
- Turn into augmented matrix with 0 appended
- Solve leading variables with equations
- Write in parametrised form from general form with free variables
- The column vectors achieved in parametrised form is the basis
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
- null: nullity of matrix / dimension of kernel
- Col: Rank of matrix
- Row: rank of matrix
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.