Linear Exercises
Linear Exercises
2. The following matrices are the augmented matrices of systems of linear equations in variables
x1 , x2 , . . .. Write down the corresponding systems explicitly and solve them.
(a) (c)
1 0 0 5
1 6 0 0 4 −2
0 0 1 0 3 1
0 1 0 −2
0 0 0 1 5 2
0 0 1 4
0 0 0 0 0 0
(b) (d)
1 0 0 4 −1 1 2 0 3 0 7
0 1 0 2 6 0 0 1 0 0 1
0 0 1 3 2 0 0 0 0 1 2
3. Solve the following linear systems using Gaussian or Gauss-Jordan elimination. Write clearly all
elementary row operations you used.
(a) (d)
x + y + 2z = 0 x − 2y + z − 4t = 1
2x + 4y − 3z = 1 x + 3y + 7z + 2t = 2
3x + 6y − 5z = 0. x − 12y − 11z − 16t = 5.
(b) (e)
2u − v =0
2x + 2y + 2z = 0
−u + 2v − w =0
−2x + 5y + 2z = 1
− v + 2w − z = 0
8x + y + 4z = −1.
− w + 2z= 5.
(c)
(f)
x + 2y − t + w = 1
2x1 + 4x2 − 7x3 = 0
3y + z − w = 2
x1 − 3x2 + 9x3 = 0
z + 7t = 1.
6x1 + 9x3 = 0.
1
4. For which values of a will the following system have no solutions? Exactly one solution? In-
finitely many solutions?
x + 2y − 3z = 4
3x − y + 5z = 2
4x + y + ( a2 − 14)z = a + 2.
5. Find all values of λ for which the following homogeneous system of linear equations has non-
trivial solutions.
(λ + 2) x1 − 2x2 + 3x3 = 0
−2x1 + (λ − 1) x2 + 6x3 = 0
x1 + 2x2 + λx3 = 0.
2. Let
3 0 1 5 2 6 1 3
4 −1 1 4 2
A = −1 2 ,B =
,C = , D = −1 0 1 , E = −1 1 2 .
0 2 3 1 5
1 1 3 2 4 4 1 3
Compute the following (where possible)
3. Write down the 2 by 2 matrices A and B that have entries aij = i + j and bij = (−1)i+ j . Multiply
them to find AB and BA. Is the product of A and B commutative?
4. True or false? Give a specific counterexample when false.
(a) If columns 1 and 3 of B are the same, so are columns 1 and 3 of AB.
(b) If rows 1 and 3 of B are the same, so are rows 1 and 3 of AB.
(c) If rows 1 and 3 of A are the same, so are rows 1 and 3 of AB.
(d) ( AB)2 = A2 B2 .
5. Which of the following matrices are guaranteed to equal ( A + B)2 ?
2
(a) A2 + 2AB + B2 (c) ( A + B)( B + A)
(b) A( A + B) + B( A + B) (d) A2 + AB + BA + B2
x1 − 3x2 + 5x3 = 7
9x1 − x2 + x3 = −1
x1 + 5x2 + 4x3 = 0
(b)
x1 − 3x3 + x4 =7
5x1 + x2 − 8x4 =3
2x1 − 5x2 + 9x3 − x4 =0
3x2 − x3 + 7x4 = 2
3
1.3 Inverses of matrices
Recall:
1) Equivalent definitions: A is invertible if one the following equivalent conditions holds.
4
6. For which three numbers c is this matrix not invertible, and why not?
2 c c
A = c c c
8 7 c
9. If the inverse of A2 is B, show that the inverse of A is AB. Thus, A is invertible whenever A2
invertible.
10. If A = A T and B = B T , which of the following matrices are certainly symmetric?
(a) A2 − B2 ;
(b) ( A + B)( A − B);
(c) ABA;
(d) ABAB.