Let’s say we have vectors such that

We can create a matrix with the above vectors in its columns:

A linear combination can be expressed as:

The product of a matrix and a vector is a combination of the columns of the matrix. When we say , we’re thinking about multiplying numbers be vectors. When we say , we’re thinking about multiplying a matrix (whose columns are ) by the numbers.

A more important question: given and , for what vectors does ? In the above example, this would mean solving 3 equations as such:

This is equivalent to solving

Since we have , we have , so our solution is

But this is in fact just

or . If the matrix is invertible, we can multiply both sides by to find a unique to solve .

We can say that represents a transform that has an inverse transform , such that if then we also have .

A Second Example

Let’s keep the same columns and but use a different such that we have:

Then,

Here, the system of equations is circular. Where before implied , there are non-zero factors for which , as this also happens for or any where . This is a significant difference, as we can’t just multiply both sides of by an inverse to find a non-zero solution .

The systems of equations encoded in is:

If we add these together we get:

This tells us that has a solution only when the components of sum to 0. In a physical system, this might imply that the system is stable as long as forces are balanced.