Tutorial Set 4
Tutorial Set 4
Department of Mathematics
1. For each of the following linear transformations, find the standard matrix by two
approaches: (i) finding the images of the standard basis vectors; (ii) stacking
method.
4. Given a linear transformation T : R2 → R2 such that all the points on the line
with equation y = x on the xy-plane is scaled by a factor 3 (for example, the point
(1, 1) is transformed to (3, 3)), and all the points on the line with equation y = −x
is scaled by a factor 31 .
1
(i) Without finding the standard matrix A of T , write down the two eigenvalues
and the corresponding eigenvectors of A.
(ii) Find A.
5. A certain species of animals has two life stages: juvenile (up to 1 year old) and
adult. Each year,
6. (MATLAB) The terms yaw, pitch and roll are used in aerospace industry to de-
scribe the maneuvering of an aircraft.
2
A roll is a rotation in the yz-plane. A roll by an angle β (clockwise) is a linear
transformation with standard matrix
1 0 0
R = 0 cos β − sin β .
0 sin β cos β
3
Hints and selected answers
( )
1 −1
1. (a) (only need to use two of the three equalities to find the standard
1 1
matrix);
0 1 1
(b) 0 0 1 (need to use all the three equalities to find the standard matrix).
1 0 1
3. (a) eigenvalues 0 and 2; {(−1, 1, 0)T } basis for E0 and {(1, 1, 0)T } basis for E2 .
(b) eigenvalue 1; {(0, 0, 1)T } basis for E1 .
(c) eigenvalues −1 and 1; {(−1, −1, 1)T } basis for E−1 and {(1, 2, 0)T , (1, 0, 2)T }
basis for E1 .
We determine whether a 3 × 3 matrix is diagonalizable by checking whether it has
three linearly independent eigenvectors. The maximum number of linearly inde-
pendent eigenvectors can be obtained from the basis vectors for all the eigenspaces.
( ) ( )
1 1 −1
4. (i) eigenvalues 3 and 3 with eigenvectors and respectively.
(5 4) 1 1
(ii) A = 34 35 .
3 3
( )
0 1.5
5. (i) . (ii) j2021 = 15000, a2021 = 12000, j2022 = 18000, a2022 = 14400.
0.4 0.7
(iii) Find the eigenvectors of the stage matrix.
6. (i) Input the three matrices Y, P and R. The MATLAB command to input sine
and cosine functions are sin(x), cos(x) (where x is some angle in radian).
For example, to input cos(20◦ ), type: ≫ cos(pi*20/180).
After entering Y, P and R, use MATLAB to compute the matrix multiplication
≫ Q=Y*P*R.
(ii) Use the MATLAB command ≫ [A B] = eig(Q).
The diagonal entries of B give the eigenvalues of Q. The three columns of A give
the corresponding eigenvectors.
(iii) The third column of A is the vector that gives the axis of rotation for the
composite transformation.
(iv) No. (Use MATLAB to go through the process for the matrix M=R*P*Y).