Jump to content

[HELP] Linear Algebra - Triangle Transformation in R2


Recommended Posts

Posted

Find a 2x2 matrix A and a vector v in R2 such that the transforma-

tion x --> Ax + v maps the triangle with vertices (1, 1); (2, -1);

(3, 4) into the triangle with vertices (0, 0); (1, 0); (0, 1). How

many different pairs (A, v) will do the job?

Posted

For the first part, it's pretty easy. Just find A and v s.t. (1,1) -> (0,0), (2,-1) -> (1,0) etc. Second part I haven't really thought about yet :)

Posted

If I see it correctly, the number of possible solutions should become obvious when you solve the problem as you get a system of linear equations with six real-valued unknowns (four in A and two in v) and six equations (one for each coordinate mapped).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.