Linear Transformations
Definition
IfPrereq knowledge: Basis Vectors
Matrices are essentially transformation of space.
Lineaer Transformations abide by 2 rules
with the operationgrey preservesgrid vectorbeing additionthe input, and scalarpurple multiplication,grid itas the output.
Matrices can beencode viewedgeometric operations such as arotation, linear transformation,reflection and matricestransformation. associatedThus withif sucha operationscollection areof oftenvectors usedrepresents tothe vertices of a three-dimensional geometric model in Computer Aided Design software then multiplying these vectors individually by a pre-defined rotation matrix will output new vectors that represent linearthe transformations.locations of the rotated vertices. This is the basis of modern 3D computer graphics.
Matrix-Matrix Multiplication
Transformations
To be considered a linear transformation, a matrix operation must satisfy two fundamental properties: additivity and homogeneity.Rotate
AShear linear transformation �:�→� between vector spaces � and � must satisfy the following for all vectors � and � in � and scalars �:
Scaling
Additivity:�(�+�)=�(�)+�(�)Homogeneity:�(��)=��(�)
Matrix Addition
Matrix-Scalar Addition
test