- In calc we play with functions , that map a domain of onto a codomain of .
- Here we have functions that map vectors not just real numbers.
- In fact, matrix-vector product almost functions like a function. Given a vector , it returns only one . So it passes the vertical line test.
- This basically motivates us to actually define a matrix transformation.
Matrix Transformation
-
We have a function
-
It’s defined such: for every
-
So is the matrix transformation corresponding to .
-
is the image of under .
-
It’s basically a function that transforms a vector using a matrix-vector product.