matrix
, the four fundamental subspaces of Linear Algebra for
are described in the table below: Name | Function | Space | Dimension |
Column Space or Image | | | |
Row Space or Coimage | | | |
Nullspace or Kernel | | | |
Left Nullspace or Cokernel | | | |
and
are commonly used functional forms to denote the column space (image) and null space (kernel). In this subsection we will discuss how to find basis sets for these spaces given a matrix. We already know how to find a basis for column space (image). Simply row reduce the matrix and take the pivotal columns as the basis. For row space (coimage), first transpose the matrix and then take the pivotal columns of the transposed matrix as the basis.
. So the parameterization of the solution gives the vectors that make up the basis.
rows of
where
is the lower-triangular matrix from the
factorization. However, an easier way to find the left null space is to transpose the matrix A and row reduce to find
.