Let’s start with the definition. Consider a matrix and recall the intuition behind from Matrix Vector Multiplication, especially the functional transform perspective.

Based on this we can define the range (also known as the image) of a matrix transformation as follows:

Interpretation:

  • All the vectors in are going through the transformation .
  • After going through the transformation, every vector in is getting mapped to a subspace in .
  • That particular subspace in is called the Range of (or the Image of ). A nice way to interpret this is with the Venn diagrams of the vector space of and .

This means range is the subspace where the vectors get mapped to after the transformation. Consider the following equation:

Here, if we consider every possible , the generated vectors construct a subspace. That subspace is the range (or image) of .

Connecting to Column space

Based on Matrix Vector Multiplication discussion, we can intuit that, the subspace we are talking about when we say is actually the column space of .

Because can be interpreted as the linear combination of the columns of . That means, by taking the linear combination of columns of , we are forming a subspace which is known as the column space. And, the name is self-explanatory because the subspace is constructed by taking the linear combination of columns of .

We can also relate this to the idea of Span.

The subspace that is spanned by the columns of is the column space. Mathematically,

All of the following can be thought of equivalent: