Exercise 2.6.7. Describe the matrices representing the following transformations:
i) projecting all vectors onto the –
plane
ii) reflecting all vectors through the –
plane
iii) rotating all vectors in the –
plane by 90 degrees, leaving the
axis unchanged
iv) rotating the –
plane by 90 degrees, followed by rotating the
–
plane by 90 degrees, and finally rotating the
–
plane by 90 degrees
v) again carrying out the three rotations in succession, but through 180 degrees each time instead
Answer: i) The following matrix projects all vectors onto the –
plane:
Note that this has the effect of multiplying the components of all vectors by zero, and multiplying the
and
components by the identity matrix:
ii) The following matrix reflects all vectors through the –
plane:
Note that this has the effect of negating the components of all vectors, and multiplying the
and
components by the identity matrix:
iii) In order to carry out this transformation, we start with the 2 by 2 matrix for rotation in the –
plane by 90 degrees:
Moving to three dimensions, the following matrix rotates all vectors in the –
plane by 90 degrees, leaving the
components alone:
Note that this has the effect of preserving the components of all vectors, and multiplying the
and
components by the 2 by 2 matrix for a 90 degree rotation:
iv) In order to carry out this transformation, we first use the matrix from the previous exercise that rotates all vectors in the –
plane by 90 degrees, leaving the
components alone:
We then use the matrix that rotates all vectors in the –
plane by 90 degrees, leaving the
components alone:
Note that this matrix is constucted by taking the 2 by 2 matrix for rotation by 90 degrees in the –
plane and extending it to three dimensions to leave the
components as is.
Finally we use the matrix that rotates all vectors in the –
plane by 90 degrees, leaving the
components alone:
We perform all three rotations by multiplying the matrices in reverse order:
Note that this transformation is equivalent to rotating all vectors in the –
plane by 90 degrees, leaving the
component unchanged.
v) In order to carry out this transformation, we start with the 2 by 2 matrix for rotation in the –
plane by 180 degrees:
Moving to three dimensions, we first use the matrix that rotates all vectors in the –
plane by 180 degrees, leaving the
components alone:
We then use the matrix that rotates all vectors in the –
plane by 180 degrees, leaving the
components alone:
Finally we use the matrix that rotates all vectors in the –
plane by 180 degrees, leaving the
components alone:
We perform all three rotations by multiplying the matrices in reverse order:
Note that this transformation is equivalent to multiplying a vector by the identity matrix, leaving it unchanged.
UPDATE: Corrected the calculation of the cumulative effect of the three rotations in the answer to (iv). Thanks to Ji for pointing out my error.
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.
In solution 4, there is calculation mistake.
{{1, 0, 0} ,{0,0,-1}, {0,1,0}} {{0, 0, -1}, {0,1,-0}, {1,0,0}} = {{0, 0, -1} ,{-1,0,0}, {0,1,0}}
You are correct. Thank you very much for finding this error. I have updated the post with the correct calculation.