Linear transformations and matrices
What makes a transformation "linear"?

Transformation of summed vectors, is equal to the sum of their individual transformation.
And scaling preserved
Matrics
We use matrics to describe linear transformations numerically.

The effect of the transformation on all vectors can be summarized by what the transformation does the unit vectors of
By knowing what the transformation does to unit vectors, we can extend it to all other vectors.
Example
Suppose you get the data descibing what happens to

Extend this transformation to some vector,

How can you then define linear transformation generically:




Matrix Multiplication
Non-commutative -> AB != BA
Associative -> A(BC) = AB(C)
Order of transformation matters!
Applying transformation B then A, would be different from applying transformation A then B. Hence non-commutative.
Applying transformation C, then B, finally A; brackets do not alter the order of transformation. Therefore, associative.
Last updated
Was this helpful?