Column View of a System of Linear Equations
Core Idea
Consider the following system of linear equations in 2-dimensional space
this could also be synthesized and written as
This is the column-view interpretation of the set of linear equations. Here, we now seek linear compositions of two vectors (the ones and are multiplied to) to obtain the third.
Notice that these are now two 3-dimensional vectors whose combination we are interested in. The two column vectors, and , are vectors in 3D space. The set of all their possible linear combinations (their span) forms a 2-D plane that passes through the origin within this 3D space. The solution tells us how much to walk along these vectors to reach our target .
A solution exists if and only if the target vector also lies on this exact same plane. If pointed even slightly out of this plane, it would be unreachable, and no solution would exist.
Extension
Now restructure the equation (2) to look as follows
In short, this is
The best intuition for the column view is synthesis or composition. Think of the columns of the matrix as a set of fundamental ingredients, like primary paint colors. The vector represents the recipe—the amounts of each ingredient to use. The vector is the final target color you want to create.
The equation , when seen from the column view, asks:
“Can I mix my available ingredients (the columns of ) according to some recipe (the values in ) to get my desired final product (the vector )?
This perspective shifts the focus from a set of intersecting constraints (the row view) to a question of reachability. What can we build with the tools we have? The set of all possible vectors we can create from our ingredients is called the span or the column space. It’s your entire color palette. If your target color is on the palette, you have a solution. If it’s not, you don’t.
(Linear Dependence)
In the equations above, if the two columns of (ingredients) point in the same direction, they are linearly dependent and the span would just be the column vector rather than a plane.
Basis Transformation
A matrix represents a a transformation of basis vectors in to .
Connections
- Forward Links: Row View of a System of Linear Equations, Matrix View of a System of Linear Equations
- Backward Links: System of Linear Equations, Matrix