Exercise 1
Exercise 1
Introduction:
1. What is matrix? How to represent a Matrix? Give examples.
Classification:
6. Introduce (size, elements, properties) of the following matrices
• Addition or Subtraction
• Multiplication
i) D + E, D − E, 5A, D − D, −2(D + E)
ii) (AT )T , B − BT , B T + 5C T , (2E T − 3DT )T
iii) D + AC, (C T AT )B, (DA)T , A(BC), DT E T − (ED)T
(b) Prove that
Inverse Matrix
12. Show that (AB)−1 = B −1 A−1 , where A and B are invertible.
13. How to show that the following matrices are invertible of each other
1 2 3 −40 16 9
A = 2 5 3 , B = 13 −5 −3
1 0 8 5 −2 −1
Symmetric Matrix
15. Let A be an invertible symmetric matrix. Show that A−1 is symmetric.
16. Show that AAT and AT A are symmetric. Verify this by using an arbitrary A ∈ R2×3
matrix.
17. Write a symmetric matrix A ∈ R3×3 and show that A − AT is a zero matrix.
Determinant
18. How to compute the determinant of a diagonal, upper triangular or a lower triangular
matrices? Verify your answer with examples.
19. For the matrix
0 1 5
A = 3 −6 9
2 6 1
prove the following statements:
(a) If B is the matrix that results when a single row or single column of A is multiplied
by a scalar , then det (B) = k det (A) (considering k = 2).
(b) If B is the matrix that results when two rows or two columns of A are interchanged,
then det (B) = − det (A) .
(c) If B is the matrix that results when a multiple of one row of A is added to
another row or when a multiple of one column is added to another column, then
det (B) = det (A).
(d) det (A) = det (AT )
20. Consider the matrices
1 3 1 5 3
1 −2 3 1 −2 −7 0 −4 2
5 −9 6 3
A=
−1 2 −6 −2 , 0
B= 0 2 1 1
0 0 2 1 1
2 8 6 1
0 0 0 1 1
Evaluate the determinant of the A and B. Find the determinant of det (A−1 ).
adj(A)
21. Find A−1 if exists, using the formula i) A−1 = and ii) row reduction methods for
det (A)
2 5 5 2 0 3 1 6 4
A = −1 −1 0 , A = 0
3 2 , A = 2 4 −1
2 4 3 −2 0 −4 −1 2 5