Tara is using matrix multiplication to find image points of a translation. She is translating the image 2 units left and 4 units up. Which should be her first matrix?
Assuming that this is just on a 2-D coordinate plane, we must convert the expressions on to a 3-D plane since translation cannot be done on a 2-D plane. This is done by adding a dummy coordinate that does not change. Let us use "1" for this case.