66. Column Space
The columns space (or range) of matrix is span of its columns vectors
If the matrix has columns , then the column space of is defined as:
or equivalently,
Example
Consider the simple example of a matrix:
The matrix has two columns:
The column space, denoted , is the span of these two vectors:
Finding the Column Space
We observe that the two columns and are linearly dependent:
This means that is a scalar multiple of , the the two columns are linearly dependent. As a result, the column space is spanned by just one vector, , because any linear combination of and can be reduced to a multiple of .
Therefore, the column space of is:
which represents all vectors of the form:
In other words, the column space is a line in through the origin in the direction of
Rank of
The rank of , which is the dimension of its column space, is 1 because there is only one linearly independent column
This means the column space is the span of the columns of , or all vectors that can be formed by taking linear combinations of the columns of .