Practice 2
Practice 2
This problems set does not cover all topics/problem types that could appear in Exam 2. It is only
meant to be supplementary practices in addition to reviewing your lecture notes and homework.
1. Which of the following mappings are linear transformations?
(a) L : R3 → R: L(x) = x1 + x2 − x3 .
(b) L : R3 → R2 : L(x) = (x1 + x2 , x1 )T
(c) L : R3 → R3 : L(x) = (x1 + 1, x2 , x3 )T
(d) L : Rn×n → Rn×n : L(A) = AT
(e) L : Rn×n → Rn×n : L(A) = A + I
2. Find the kernel and range of the linear transformation L : R3 → R3 L(x) = (x1 + x2 , x1 , 0)T .
3. Find the standard matrix representation for the following linear transformations:
(a) L : R2 → R3 : L(x) = (x1 , x1 + x2 , 3x1 − x2 )T
(b) L : R2 → R2 which rotates each vector x 45 degree clockwise, then project it on the x1
axis.
(c) L : R2 → R2 which stretch each vector x by a factor of 3, then reflex it over the line
x2 = x1 .
7. Let
1 2
A = 1 1
2 0
Find a basis for CS(A)⊥ and a basis for RS(A)⊥ .
1
x -1 0 1 2
y 3 5 6 9
(a) Show that they form an orthonormal set of R4 . Do they form an orthonormal basis of R4 ?
(b) Find the vector projection of (1, 2, 3, 4)T on span{u1 , u2 , u3 }.
11. Consider
4 2 1
2 0 1
2 , 0 , −1}
S = span{u1 , u2 , u3 } = span{
1 2 1
(a) Verify that u1 , u2 , u3 are linear independent so they form a basis of S.
(b) Use Gram-Schmidt process to obtain an orthonormal basis of S.
−1 −2
12. Let A = .
6 6
(a) Find the eigenvalues of A and their corresponding eigenvectors.
(b) Find a nonsingular matrix X and a diagonal matrix D such that A = XDX −1 .
(c) Using part b, compute A5 , A−1 , eA , e2A .
∗ −1 a
(d) Consider the matrix A = . Determine the number of real eigenvalues based on
6 6
the value of a.
Page 2
a −b
13. Let A = .
b a
(a) Show that A has 2 complex eigenvalues when b ̸= 0.
(b) Find all eigenvalues of A and their corresponding eigenvectors. Remember to consider
both the cases when b = 0 and b ̸= 0.
Page 3