I'm kinda confused about transformation matrixes.
If I have [xw1,xw2,yw1,yw2] and [xv1,xv2,yv1,yv2].
What is the transformation matrix that makes (xw, yw) to (xv, yv)?
I'm kinda confused about transformation matrixes.
If I have [xw1,xw2,yw1,yw2] and [xv1,xv2,yv1,yv2].
What is the transformation matrix that makes (xw, yw) to (xv, yv)?
Solve these: $\pmatrix{a&b\\c&d}\cdot\pmatrix{xw_1\\xw_2} =\pmatrix{xv_1\\xv_2} $