Linear Transformation
Summary
As you deal with vectors, you may heard of the term Linear Transformation
.
Linear Transformation
is a process of changing the input vector. Actually, we can view it in two kinds: Changing the input Vector, Changing the Basis
Linear Transformation
Linear Transformation has following rules:
In 2D space, linear transformation can be expressed in matrix. Let's say is basis vectors, is linear transformation Matrix, and as input vector.
Then we can express linear transformation as following:
By applying the linear transformation matrix in the middle of basis vectors and input vector, it results linear transformation!
We expressed linear transformation in the equation (3). Since there are three terms ( ), there are two kinds of order-of-calculation.
Calculating first, and then dot-product with . - viewing as changing the input vector
Calculating first, and then dot-product with . - viewing as changing the basis vector
Let's take a look at two different perspectives.
Viewing as changing input vector
If we calculate first, we are viewing linear transformation as changing the input vector without changing the basis vector.
Viewing as changing basis vector
If we calculate first, we are viewing linear transformation as changing the basis vector without changing the input vector.
I highly recommend this video. It explains linear transformation with good graphical materials.
References
Last updated
Was this helpful?