ProblemSet 02
ProblemSet 02
2 5
there is no matrix C such that AC = I3 . Here In denotes the identity matrix of order
n × n.
(5) Let A and B be square matrices. Let trace ( A) denote the trace of A which is the sum
of its diagonal entries. Show that for two n × n matrices A and B, trace ( A + B) =
trace ( A) + trace ( B) and trace ( AB) = trace ( BA). Show that if B is invertible, then
trace ( A) = trace ( BAB−1 ).
(6) Show that the inverse of a symmetric matrix is also symmetric.
(7) Find all 2 × 2 matrices A such that A2 = − I.
(8) Find all 2 × 2 matrices A such that A2 = 0.
(9) Show that if A3 − A + I = 0, then A is invertible.
(10) Test for for solvability of the following systems of equations, and if solvable, find all
the solutions:
(a)
x1 + x2 + x3 =8
x1 + x2 + x4 =1
x1 + x3 + x4 = 14
x2 + x3 + x4 = 14
(b)
x1 +2x2 +4x3 =1
2x1 + x2 +5x3 =0
3x1 − x2 +5x3 =0
(11) For what values of a does the following system of equations have a solution?
3x1 − x2 ax3 =1
3x1 − x2 + x3 =5
(12) Show that a system of homogeneous linear equations in n unknowns has a nontrivial
solution if and only if the coefficient matrix has rank less than n.
1
2