Tute 2023 5
Tute 2023 5
IIT Guwahati
2. Let A be a 3 × 3 matrix with eigenvalues λ1 = −1/3, λ2 := 1/3 and λ3 = 1, and the corresponding
eigenvectors v1 := [1, 0, 0]> , v2 := [1, 1, 0]> and v3 := [1, 1, 1]> . For v := [2, 1, 2]> , determine A20 v
and etA v.
1 1 0
3. Verify Cayley-Hamilton theorem for the matrix A := 1 0 1 . Further, use Cayley-Hamilton
0 1 1
theorem to compute A−1 and A−2 by expressing each as a linear combination of I, A and A2 .
4. Determine whether A is diagonalizable and, if so, find an invertible matrix P and a diagonal matrix
D such that P −1 AP = D.
3 1 0 1 0 1 1 0 0
(a) A := 0 3 1 (b) A = 0 1 1 (c) A = 2 2 1 .
0 0 3 1 1 0 3 0 1
0 0 1 0 0 1 1 1 a
6. Let A be a 6 × 6 matrix such that p(λ) := det (A − λI) = (1 + λ)(1 − λ)2 (2 − λ)3 . Show that it is not
possible to find LI vectors v1 , v2 , v3 such that Av1 = v1 , Av2 = v2 , Av3 = v3 . If A is diagonalizable
then determine the geometric multiplicities of the eigenvalues.
such that rank(Tj ) = j for j = 1, 2, 3. Does there exist a linear transformation T : R3 −→ V such
that T is onto? Justifiy your answer.
8. Find the change of basis matrices PC←B and PB←C for the bases B := [1, x, x2 ] and C := [1 + x, x +
x2 , 1 + x2 ] of P2 . Consider p(x) := 1 + 2x − x2 . Find [p]C using the change of basis matrix.
9. Let V, W be n and m dimensional vector spaces and T : V → W is a LT. Let [T ]C←B be the
matrix of T w.r.t ordered bases B = [v1 , . . . , vn ] and C = [w1 , . . . , wm ] of V and W, respectively. If
D = [v10 , . . . , vn0 ] and E = [w10 , . . . , wm
0 ] are also ordered bases of V and W respectively, then write
[T ]E←D in terms of [T ]C←B and change of basis matrices PD←B and PE←C .
13. Find the eigenvalues of T and an ordered basis B of V such that [T ]B is a diagonal matrix for each
V and T given below.
(a) V := P3 and (T p)(x) := xp0 (x) + p00 (x) − p(2).
" #! " #
a b d b
(b) V := R2×2 and T := .
c d c a
(c) V := R2×2 and T (A) := A> + 2 Trace(A)I2 .
14. If A is a 3 × 3 matrix having eigenvalues 0, 2 and 3 with eigenvectors u, v and w, respectively, then
show that Ax = u has no solution. Find all solutions of Ax = v + w.
Hint: (For the first part) Note that null(A) = null(A2 ) (why?).
***