Chapt 1 Ans
Chapt 1 Ans
Section 1.1
jk+1 = 0.33ak
sk+1 = 0.18jk
ak+1 = 0.71jk + 0.94ak .
Section 1.2
1. In each case, show that the entry in the i-th row and j-th column on
the left hand side is equal to the entry in the i-th row and j-th column
on the right hand side.
−5 2 3
2. (a) A = −2 0 2
−4 2 2
−2 − λ 2 3
(b) A = −2 3 − λ 2
−4 2 5−λ
3. Check your answers with OCTAVE or Wolfram Alpha.
(e) BA is not defined.
because a`k = 0 for all k. So row ` in the matrix AB also has zeroes
only.
(b) Use a similar argument to (a) above.
5. (a) True.
1 1
6 0, then A =
If kA = O and k = (kA) = O = O.
k k
1
[There are other ways of writing this out; this is certainly one of the
fastest. If the logic isn’t clear to you, we are using the fact that, for
any propositions P, Q, R, the statement P ⇒ Q ∨ R is logically equiv-
alent to P ∧ ¬Q ⇒ R.]
(b) False.
1 0 0 0
As a counter-example you could take A = and B = .
0 0 0 1
1 −1 1 0
6. As a counter-example, let A = and B = .
−1 1 1 0
Then
2 4 −3 2 2 3 −2
(A + B) = , but A + 2AB + B = . A
0 1 −1 2
correct expansion is:
(A + B)2 = (A + B)(A + B)
= A(A + B) + B(A + B)
= A2 + AB + BA + B 2 .
Here we use the left and right distributive laws. Because matrix mul-
tiplication is not commutative, we cannot assume that AB = BA.
Notice that we are using the fact that the addition and multiplica-
tion of real numbers satisfies the distributive law (where?) and the
commutative law (where?).
9. Use (A + B)T = AT + BT .
10. True. We have 0 = A2 = AAT . Now use the fact that each diagonal
element of AAT must be 0.
2
12. (b) B + C = 2A.
Section 1.3
7 3
1. (a) ,− ,0
8 2
1 3
(b) − , , 1, 2
6 2
(c) Inconsistent.
Section 1.4
3
4. Use the Linear Algebra Toolkit to check your answer.
0
5. (a) 1 .
1
1
(b) 1 .
1
Section 1.5
Section 1.6
4
1 0 1 0
4. (a) E1 = , E2 =
−2 1 0 13
(b) E2 E1 = A−1
1 0 1 0
(c) A = E1−1 E2−1 =
2 1 0 3
5. Use OCTAVE to check your answers. (Once you have entered A, the
command “inv(A)” will give the inverse of A if it exists.) Alterna-
tivelybuse Wolfram Alpha to check your answers.
6. Use AB = I to show that B is non-singular, hence invertible. Then
AB = I implies B −1 = A.
7. See Question 5 (b),(c) of Tutorial 3.
8. Hint: If x = y is any solution of Ax = b, show that y − c is a solution
of Ax = 0.
9. (a) Let b = (b1 , b2 , b3 )T .
(i) b2 + b3 = 0 (ii) b2 + b3 6= 0 (iii) Not possible.
(b) Singular.
10. (a) True. Hint for proof: See Question 3 of Tutorial 4.
(b) False. See tutorial 4, Question 4.
11. There are several possible answers for this question, depending on the
elementary row operations you use to reduce A to the identity matrix.
See Question 4 of Tutorial 3 for a solution of a similar question.
12. B is not necessarily invertible. It will only be invertible if all the
diagonal elements in U are non-zero.
Section 1.7