A unit square in formed by vertices (0,0), (0,1), (1,0), (1,1).
how does the matrix
transform the the square. Draw the transformed square. Thanks!
Individually pre-multiply each of the vectors (0,0) , (0,1) , (1,0) and (1,1) by the matrix. Where do they get mapped? This should help you to draw the transformed square.