Question: 1. Construct the matrix that scales by (S, S2, S3) relative to the point (C, C2,C3). 2. Construct the matrix that magnifies the triangle

1. Construct the matrix that scales by (S, S2, S3) relative to

1. Construct the matrix that scales by (S, S2, S3) relative to the point (C, C2,C3). 2. Construct the matrix that magnifies the triangle (A,B,C) by the factor 3 while keeping vertex A fixed. A = (2,-1,8) B = (5,-3,9) and C = (0,-1,14) 3. Let R(A) denote the matrix that rotates (about the Z-axis) by angle A. Find an expression for R(A+B) and show that rotations commute; i.e., R(A)R(B) = R(B)R(A) = R(A+B) 4. Let A and B denote order-4 matrices, and let P be a point in homogeneous coordinates (a 4x1 matrix with the last component equal to 1). Specify the number of multiplies required to compute a) (AB) P b) A (BP) Note that no multiplies are required to compute the last row of (A B) or the last component of (BP). Explain why it is usually advantageous to combine transformations before applying them (despite the fact that case (a) requires more multiplications. 5. Show that translations and scalings commute among themselves, but not with each other; i.e., TT' = T' T and S S' = S' S, but TS and S T are generally not equal.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer Here are the answers to all the questions very ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!