Linear transformations and matrices
Last updated
Was this helpful?
Last updated
Was this helpful?
Transformation of summed vectors, is equal to the sum of their individual transformation.
And scaling preserved
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.
Suppose you get the data descibing what happens to
Extend this transformation to some vector,
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.