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.

0003

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.

lon6gm

 

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

0001

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.

xgwzgl

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:

screenshot-from-2017-02-19-021951

\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

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:

screenshot-from-2017-02-19-021644

\begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}

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

\begin{bmatrix} 3 \\  2 \end{bmatrix}  =  3* \begin{bmatrix} 1 \\  0 \end{bmatrix}  +  2 * \begin{bmatrix} 0 \\  1 \end{bmatrix}

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

\begin{bmatrix} 3 \\  2 \end{bmatrix}  =  1* \begin{bmatrix} 1 \\  0 \end{bmatrix}  +  2 * \begin{bmatrix} 1 \\  1 \end{bmatrix}

Destination Arrived 😀

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s