Sean You

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

3.6 Exercises

  1. Prove that the rows of Ry are orthonormal.

  2. Prove that .

  3. Compute:

     

    Does the translation translate points? Does the translation translate vectors? Why does it not make sense to translate the coordinates of a vector in standard position?

  4. Verify that the given scaling matrix inverse is indeed the inverse of the scaling matrix; that is, show, by directly doing the matrix multiplication, SS−1 = S−1S = I. Similarly, verify that the given translation matrix inverse is indeed the inverse of the translation matrix; that is, show that TT−1 = T−1T = I.

  5. Suppose that we have frames A and B. Let pA = (1, 2, 0) and qA = (1, 2, 0) represent a point and force, respectively, relative to frame A. Moreover, let QB = (6, 2, 0),  and wB = (0, 0, 1) describe frame A with coordinates relative to frame B. Build the change of coordinate matrix that maps frame A coordinates into frame B coordinates, and find pB = (x, y, z) and qB = (x, y, z). Draw a picture on graph paper to verify that your answer is reasonable.

  6. Redo Example 3.1, but this time scale the square 1.5 units on the x-axis, 0.75 units on the y-axis, and leave the z-axis unchanged. Graph the geometry before and after the transformation to confirm your work.

  7. Redo Example 3.2, but this time rotate the square 45º clockwise about the y-axis (i.e., 45º counterclockwise). Graph the geometry before and after the transformation to confirm your work.

  8. Redo Example 3.3, but this time translate the square 5 units on the x-axis, 3 units on the y-axis, and 4 units on the z-axis. Graph the geometry before and after the transformation to confirm your work

posted on 2010-09-20 03:08  Sean You  阅读(240)  评论(0)    收藏  举报