what is the identity matrix and why is it important
1 0
0 1
when multiplying it doesn’t change the value of the matrix
what is the matrix for: enlargement by scale factor a from the origin
a 0
0 a
what is the order of a matrix
no. rows x columns
how do you know if matrices can be multiplied together
if the number of columns in the first is equal to the number of rows in the second
how to do combined transformations (two)
reflection in the y axis
-1 0
0 1
reflection in the x axis
1 0
0 -1