Assignment 3
Assignment 3
5. Give an example in R2 of linearly independent vectors that are not orthogonal. Also, give
an example of orthogonal vectors that are not independent.
6. Let P be the plane in R3 with equation x + 2y − z = 0. Find a vector perpendicular to P .
What matrix has the plane P as its null space, and what matrix has P as its row space?
Gram-Schmidt process
Diagonalization of a Matrix
16. Check if the following matrices are diagonalizable or not ? If diagonalizable then give the
decomposition of the form SDS −1 . If not then give reason.
1 1
(i)
1 1
1 1
(ii)
0 1
1 0
(iii)
0 0
1 1 0
(iv) 0 1 0.
0 0 1
1 1 1
(v) 1 1 1
1 1 1
1 0 1
(vi) 0 1 0.
0 0 1
17. Factor the following matrices into SDS −1 where D is a diagonal matrix.
1 1
(i)
1 1
1 2
(ii)
2 1
2 1
(iii)
0 0
1 1 1
(iv) 1 1 1.
1 1 1
3 2
18. Find a matrix A whose eigenvalues are 1 and 4, and whose eigenvectors are and
1 1
−1
respectively. [Hint: A = SDS ]
19. Prove that if a n × n matrix A can be written as A = SDS −1 then Ak = SDk S −1 and
A−1 = S −1 D−1 S.
Page 2
20. Find A100 of the following matrices.
1 −2
(i)
1 −2
1 0
(ii)
2 −1
1 1 1
(iii) 1 1 1.
1 1 1
21. Give examples for the following.
(i) A triagular matrix which is not diagonalizable.
(ii) A triagular matrix which is diagonalizable.
Page 3