Basis Vectors are instructions!

Basis vectors are best thought of in the context of roads.

Imagine you are in a city – X which has only roads that are perpendicular to one another.

image

You can reach any part of the city but the only constraint is that you
need to move along these perpendicular roads to get there.

image

Now lets say you go to another city-Y which has a different structure of roads.

image

In this case as well you can get from one part of the city to any other,
but you have to travel these ‘Sheared cubic’ pathways to get there.

image

Just like these roads determine how you move about in the city,

Basis
Vectors encode information on how you move about on a plane.

What do I
mean by that ?

The basis vector of City-X is given as:

image
image

This to be read as – “ If you would like to move in City-X you
can only do so by taking 1 step in the x-direction or 1 step in the
y-direction ”

The basis vector of City-Y is given as:

image
image

This to be read as – “ If you would like to move in City-Y you can
only do so by taking 1 step in the x-direction or  1 step along the
diagonal OB ”

Conclusion:

By
having the knowledge about the Basis Vectors of any city, you can travel
to any destination by merely scaling these basis vectors.

As an
example, lets say need to get to the point (3,2), then in City-X,  you
would take 2 steps in the x-direction and 3 steps in the y-direction

image

And similarly in City-Y, you would take 1 step along the x -direction and 2 steps along the diagonal OB.

image

Destination Arrived 😀

Advertisement

Why on earth is matrix multiplication NOT commutative ? – An Intuition

One is commonly asked to prove in college as part of a linear
algebra problem set that matrix multiplication is not commutative. i.e
If A and B are two matrices then :

image

But without getting into the Algebra part of it, why should this even
be true ? Let’s use linear transformations to get a feel for it.

If A and B are two Linear Transformations namely Rotation and Shear. Then it means that.

image

Is that true? Well, lets perform these linear operations on a unit square and find out:

(Rotation)(Shearing)

(Shearing)(Rotation)

You can clearly see that the resultant shape is not the same upon the
two transformations.

This means that the order of matrix multiplication
matters a lot ! ( or matrix multiplication is not commutative.)

Have a great day!