Column Space
Learn to define and compute the column space of a matrix, identify its basis via reduced row echelon form, and understand its role in linear transformations, vector spaces, and consistency of linear systems in data science.
Definition
The column space of a matrix, , often denoted by , is a vector space spanned by the column vectors of .
The column-space of an matrix is a subspace of . The dimensions of the column space are the number of linearly independent columns, that is, the rank of the matrix .
Examples
-
The column space of is .
-
The column space of is a one-dimensional subspace of . This is because there’s a single linearly independent vector as . Any of these columns can be a basis for the subspace.
-
The column space of is a zero-dimensional subspace of .
-
The column space of an ...