0
$\begingroup$

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)?

  • 5
    Please, explain again your problem and fix some notations.2012-11-11

1 Answers 1

1

Solve these: $\pmatrix{a&b\\c&d}\cdot\pmatrix{xw_1\\xw_2} =\pmatrix{xv_1\\xv_2} $

  • 0
    Yeah that's what I did. But I thought I had to fill in a, b, c and d to get the RHS. But I think I'm kinda confused. Is the principle the same as my problem?2012-11-11