Skip to main content
Logo image

Exercises 4.6 Exercises

1. Rows and columns.

Consider matrix
\begin{equation*} A = \begin{abmatrix}{rrrr} 8 \amp -4 \amp -9 \amp -9 \\ -5 \amp 7 \amp 4 \amp 2 \\ 6 \amp -8 \amp 1 \amp -5 \end{abmatrix}\text{.} \end{equation*}

(a)

Express each row of \(A\) as a row vector.
Answer.
The rows of \(A\) are:
\begin{align*} \text{Row 1: } \amp \begin{bmatrix} 8 \amp -4 \amp -9 \amp -9 \end{bmatrix} \text{,} \\ \text{Row 2: } \amp \begin{bmatrix} -5 \amp 7 \amp 4 \amp 2 \end{bmatrix} \text{,} \\ \text{Row 3: } \amp \begin{bmatrix} 6 \amp -8 \amp 1 \amp -5 \end{bmatrix} \text{.} \end{align*}

(b)

Express each column of \(A\) as a column vector.
Answer.
The columns of \(A\) are
\begin{align*} \amp \text{Column 1:} \amp \amp \text{Column 2:} \amp \amp \text{Column 3:} \amp \amp \text{Column 4:}\\ \amp \begin{abmatrix}{r} 8 \\ -5 \\ 6 \end{abmatrix} \text{,} \amp \amp \begin{abmatrix}{r} -4 \\ 7 \\ -8 \end{abmatrix} \text{,} \amp \amp \begin{abmatrix}{r} -9 \\ 4 \\ 1 \end{abmatrix} \text{,} \amp \amp \begin{abmatrix}{r} -9 \\ 2 \\ -5 \end{abmatrix} \text{.} \end{align*}

(c)

State the dimensions of \(A\text{.}\)
Answer.
There are three rows and four columns, so the dimensions of \(A\) are \(3 \times 4\text{.}\)

2. Indexing matrix entries.

Consider matrix
\begin{equation*} A = \begin{abmatrix}{rrrr} -2 \amp -1 \amp 5 \\ 9 \amp -8 \amp 7 \\ 1 \amp 4 \amp -3 \\ 3 \amp 6 \amp -5 \end{abmatrix}\text{.} \end{equation*}

(a)

Identify the value of each of the entries \(a_{12}, a_{33}, a_{41}\text{.}\)
Answer.
\(a_{12} = -1 \text{,}\) \(a_{33} = -3 \text{,}\) \(a_{41} = 3 \text{.}\)

(b)

Identify the indices of each of the positive entries of \(A\text{.}\)
Answer.
The positive entries are \(a_{13} = 5 \text{,}\) \(a_{21} = 9 \text{,}\) \(a_{23} = 7 \text{,}\) \(a_{31} = 1 \text{,}\) \(a_{32} = 4 \text{,}\) \(a_{41} = 3 \text{,}\) \(a_{42} = 6 \text{.}\)

3. Matrix dimensions.

State the dimensions of each of the matrices below. Which of these matrices is square?
\begin{gather*} \begin{abmatrix}{rrr} -5 \amp 6 \amp -8 \\ -4 \amp -4 \amp 0 \\ 7 \amp 1 \amp 2 \end{abmatrix} \qquad \begin{abmatrix}{rrr} 7 \amp 1 \amp -8 \\ 6 \amp 3 \amp 6 \\ 2 \amp 8 \amp -6 \\ 1 \amp -2 \amp -9 \\ 0 \amp 0 \amp 0 \end{abmatrix} \qquad \begin{abmatrix}{rrrr} 0 \amp 8 \amp 1 \amp 0 \\ -5 \amp -7 \amp 4 \amp 9 \\ 1 \amp 4 \amp 9 \amp -2 \end{abmatrix}\\ \\ \begin{abmatrix}{rrrr} 2 \amp 0 \amp 9 \amp -7 \\ 4 \amp 9 \amp -1 \amp -7 \\ -8 \amp -5 \amp -1 \amp -8 \\ 5 \amp 9 \amp 3 \amp 7 \end{abmatrix} \end{gather*}
Answer.
The dimensions (in order) are \(3 \times 3\text{,}\) \(5 \times 3\text{,}\) \(3 \times 4\text{,}\) and \(4 \times 4\text{.}\) Only the first and last matrices are square.

4. Identifying the main diagonal in a square matrix.

For those matrices from Exercise 3 that are square, identify the main diagonal.
Answer.
The first matrix from Exercise 3 (call it \(A\)) is square, and has main diagonal \(a_{11} = -5\text{,}\) \(a_{22} = -4\text{,}\) and \(a_{33} = 2\text{:}\)
\begin{equation*} \begin{abmatrix}{rrr} {\color{red}\mathbf{-5}} \amp 6 \amp -8 \\ -4 \amp {\color{red}\mathbf{-4}} \amp 0 \\ 7 \amp 1 \amp {\color{red}\mathbf{2}} \end{abmatrix}\text{.} \end{equation*}
The last matrix from Exercise 3 (call it \(D\)) is square, and has main diagonal \(d_{11} = 2\text{,}\) \(d_{22} = 9\text{,}\) \(d_{33} = -1\text{,}\) and \(d_{44} = 7\text{:}\)
\begin{equation*} \begin{abmatrix}{rrrr} {\color{red}\mathbf{2}} \amp 0 \amp 9 \amp -7 \\ 4 \amp {\color{red}\mathbf{9}} \amp -1 \amp -7 \\ -8 \amp -5 \amp {\color{red}\mathbf{-1}} \amp -8 \\ 5 \amp 9 \amp 3 \amp {\color{red}\mathbf{7}} \end{abmatrix}\text{.} \end{equation*}

(a)

What common pattern do the index pairs for entries along the main diagonal in a square matrix exhibit?

(b)

What common pattern do the index pairs for entries above the main diagonal in a square matrix exhibit?

(c)

What common pattern do the index pairs for entries below the main diagonal in a square matrix exhibit?

5. Matrix entries as a function of row and column indices.

Form the \(4 \times 4\) matrix \(A\) whose entries satisfy the formula \(a_{ij} = i^2 - j^2\text{.}\)
Answer.
\(\displaystyle A = \begin{abmatrix}{rrrr} 0 \amp -3 \amp -8 \amp -15 \\ 3 \amp 0 \amp -5 \amp -12 \\ 8 \amp 5 \amp 0 \amp - 7 \\ 15 \amp 12 \amp 7 \amp 0 \end{abmatrix}\)

6. Restricting matrix entries based on indices.

As usual, let \(i\) represent the row index and \(j\) represent the column index of each entry in a matrix. Create a \(6 \times 6\) matrix has the following properties:
  • All entries with \(i \gt j\) are zero, all other entries are nonzero.
  • Each nonzero entry is positive if \(i + j\) is even and negative if \(i + j\) is odd.
  • No two nonzero entries have the same absolute value.
Answer.
Here is one possible matrix that satisfies the stated restrictions:
\begin{equation*} \begin{abmatrix}{rrrrrr} 1 \amp -2 \amp 3 \amp - 4 \amp 5 \amp - 6 \\ 0 \amp 7 \amp -8 \amp 9 \amp -10 \amp 11 \\ 0 \amp 0 \amp 12 \amp -13 \amp 14 \amp -15 \\ 0 \amp 0 \amp 0 \amp 16 \amp -17 \amp 18 \\ 0 \amp 0 \amp 0 \amp 0 \amp 19 \amp -20 \\ 0 \amp 0 \amp 0 \amp 0 \amp 0 \amp 21 \end{abmatrix}\text{.} \end{equation*}

7. Matrix inequality.

For each example matrix \(X\) below, give at least one reason why \(X\) is not equal to matrix
\begin{equation*} A = \begin{abmatrix}{rrr} 1 \amp 1 \amp 8 \\ 0 \amp -1 \amp -7 \end{abmatrix}\text{.} \end{equation*}

(a)

\(\displaystyle X = \begin{abmatrix}{rrrr} 1 \amp 1 \amp 8 \amp 0 \\ 0 \amp -1 \amp -7 \amp 0 \end{abmatrix}\)
Answer.
Matrix \(X\) is not equal to matrix \(A\) because \(X\) has a fourth column that \(A\) lacks.

(b)

\(\displaystyle X = \begin{abmatrix}{rrr} 1 \amp 1 \amp 8 \\ 0 \amp -1 \amp -7 \\ 0 \amp 0 \amp 0 \end{abmatrix}\)
Answer.
Matrix \(X\) is not equal to matrix \(A\) because \(X\) has a third row that \(A\) lacks.

(c)

\(\displaystyle X = \begin{abmatrix}{rrr} 1 \amp 1 \amp 8 \\ 0 \amp 1 \amp -7 \end{abmatrix}\)
Answer.
Matrix \(X\) is not equal to matrix \(A\) because \(x_{21} = 1\) while \(a_{21} = -1\text{.}\)

Matrix arithmetic.

In each case, carry out the matrix operations. If the operations cannot be carried out, explain why.

8.

\(\displaystyle \utrans{\begin{bmatrix} 2 \amp 1 \amp -4 \amp 9 \end{bmatrix}}\)
Answer.
\(\displaystyle \begin{abmatrix}{r} -2 \\ 1 \\ -4 \\ 9 \end{abmatrix} \)

9.

\(\displaystyle \utrans{\begin{bmatrix} 5 \\ 1 \\ 7 \end{bmatrix}}\)
Answer.
\(\displaystyle \begin{bmatrix} 5 \amp 1 \amp 7 \end{bmatrix} \)

10.

\(\displaystyle \utrans{ \begin{abmatrix}{rrrrr} 2 \amp -2 \amp -3 \amp 0 \amp -5 \\ 3 \amp 4 \amp 1 \amp -3 \amp 3 \\ 2 \amp -5 \amp 0 \amp 4 \amp -2 \end{abmatrix} }\)
Answer.
\(\displaystyle \begin{abmatrix}{rrr} 2 \amp 3 \amp 2 \\ -2 \amp 4 \amp -5 \\ -3 \amp 1 \amp 0 \\ 0 \amp -3 \amp 4 \\ -5 \amp 3 \amp -2 \end{abmatrix}\)

11.

\(\displaystyle \utrans{ \begin{abmatrix}{rrr} 4 \amp 1 \amp 2 \\ 1 \amp -5 \amp -9 \\ 2 \amp -9 \amp 3 \end{abmatrix} }\)
Answer.
\(\displaystyle \begin{abmatrix}{rrr} 4 \amp 1 \amp 2 \\ 1 \amp -5 \amp -9 \\ 2 \amp -9 \amp 3 \end{abmatrix}\)

12.

\(\displaystyle \begin{abmatrix}{rr} 6 \amp 4 \\ -3 \amp 9 \end{abmatrix} + \begin{abmatrix}{rr} 8 \amp 2 \\ -2 \amp -8 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{abmatrix}{rr} 14 \amp 6 \\ -5 \amp 1 \end{abmatrix}\)

13.

\(\displaystyle \begin{abmatrix}{rr} 6 \amp 4 \\ -3 \amp 9 \end{abmatrix} + \begin{abmatrix}{rr} 8 \amp 2 \\ -2 \amp -8 \\ 7 \amp 5 \end{abmatrix}\)
Answer.
Undefined: addition requires matrices of the same dimensions.

14.

\(\displaystyle \begin{abmatrix}{rr} 4 \amp -6 \\ -8 \amp -9 \\ -9 \amp 8 \end{abmatrix} - \begin{abmatrix}{rr} 0 \amp -8 \\ 0 \amp 2 \\ 7 \amp 4 \end{abmatrix} + \utrans{\begin{abmatrix}{rrr} 4 \amp 1 \amp 1 \\ 6 \amp -3 \amp -1 \end{abmatrix}}\)
Answer.
\(\displaystyle \begin{abmatrix}{rr} 8 \amp 8 \\ - 7 \amp -14 \\ -15 \amp 3 \end{abmatrix}\)

15.

(a)
\(\displaystyle \begin{bmatrix} 2 \end{bmatrix} + \begin{bmatrix} 5 \end{bmatrix} \)
Answer.
\(\displaystyle \begin{bmatrix} 7 \end{bmatrix} \)
Note: that the result is a \(1 \times 1\) matrix, not simply a scalar (number).
(b)
\(\displaystyle \begin{bmatrix} 2 \end{bmatrix} + \begin{bmatrix} 5 \amp 5 \end{bmatrix} \)
Answer.
Undefined: addition requires matrices of the same dimensions.

16.

\(\displaystyle - \begin{abmatrix}{rr} 7 \amp -1 \\ -9 \amp 3 \\ 0 \amp 4 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{abmatrix}{rr} -7 \amp 1 \\ 9 \amp -3 \\ 0 \amp -4 \end{abmatrix}\)

17.

\(\displaystyle - \begin{bmatrix} 0 \amp 0 \\ 0 \amp 0 \end{bmatrix}\)
Answer.
\(\displaystyle \zerovec = \begin{bmatrix} 0 \amp 0 \\ 0 \amp 0 \end{bmatrix}\)

18.

\(\displaystyle 3 \begin{abmatrix}{rrr} -7 \amp 2 \amp -8 \\ 8 \amp 1 \amp 2 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{abmatrix}{rrr} -21 \amp 6 \amp -24 \\ 24 \amp 3 \amp 6 \end{abmatrix}\)

19.

\(\displaystyle -2 \begin{abmatrix}{r} -6 \\ 0 \\ 1 \\ 5 \end{abmatrix} \)
Answer.
\(\displaystyle \begin{abmatrix}{r} 12 \\ 0 \\ -2 \\ -10 \end{abmatrix} \)

20.

\(\displaystyle \pi \begin{abmatrix}{rr} 1 \amp -3 \\ 2 \amp -2 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} \pi \amp -3 \pi \\ 2 \pi \amp -2 \pi \end{bmatrix}\)

21.

\(\displaystyle 0 \begin{abmatrix}{rr} 4 \amp 9 \\ 3 \amp -9 \end{abmatrix}\)
Answer.
\(\displaystyle \zerovec = \begin{bmatrix} 0 \amp 0 \\ 0 \amp 0 \end{bmatrix}\)

22.

\(\displaystyle \sqrt{2} \begin{bmatrix} 0 \amp 0 \amp 0 \\ 0 \amp 0 \amp 0 \end{bmatrix}\)
Answer.
\(\displaystyle \zerovec = \begin{bmatrix} 0 \amp 0 \amp 0 \\ 0 \amp 0 \amp 0 \end{bmatrix}\)

23.

\(\displaystyle 4 \begin{bmatrix} 8 \end{bmatrix} \)
Answer.
\(\displaystyle \begin{bmatrix} 32 \end{bmatrix} \)
Note: that the result is a \(1 \times 1\) matrix, not simply a scalar (number).

24.

\(\displaystyle 6 \begin{abmatrix}{r} -2 \\ 5 \\ 0 \end{abmatrix} + (-8) \begin{abmatrix}{r} -7 \\ 6 \\ 1 \end{abmatrix} + 3 \begin{abmatrix}{r} 5 \\ 0 \\ -3 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{abmatrix}{r} 59 \\ -18 \\ -17 \end{abmatrix}\)

25.

\(\displaystyle 2 \begin{abmatrix}{rr} 6 \amp -4 \\ 0 \amp -6 \end{abmatrix} + 3 \begin{abmatrix}{rr} 8 \amp 9 \\ -4 \amp 0 \end{abmatrix} + (-2) \begin{abmatrix}{rr} 5 \amp 2 \\ -5 \amp 3 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{abmatrix}{rr} 26 \amp 15 \\ -2 \amp -18 \end{abmatrix}\)

26.

(a)
\(\displaystyle \begin{bmatrix} 3 \amp 4 \end{bmatrix} \begin{bmatrix} 1 \\ 3 \end{bmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} 15 \end{bmatrix} \)
(b)
\(\displaystyle \begin{abmatrix}{rr} 2 \amp -5 \end{abmatrix} \begin{bmatrix} 1 \\ 3 \end{bmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} -13 \end{bmatrix} \)
(c)
\(\displaystyle \begin{abmatrix}{rr} 3 \amp 4 \\ 2 \amp -5 \end{abmatrix} \begin{bmatrix} 1 \\ 3 \end{bmatrix}\)
Hint.
Consider the relationship between this matrix multiplication and the two matrix products you have already computed in this exercise.
Answer.
\(\displaystyle \begin{abmatrix}{r} 15 \\ -13 \end{abmatrix} \)

27.

(a)
\(\displaystyle \begin{bmatrix} 3 \amp 4 \amp 0 \end{bmatrix} \begin{bmatrix} 1 \\ 3 \end{bmatrix}\)
Answer.
Undefined: the row matrix has more entries than the column matrix, so we cannot carry out the multiply-then-add procedure of matrix multiplication.
(b)
\(\displaystyle \begin{bmatrix} 3 \amp 4 \end{bmatrix} \begin{bmatrix} 1 \\ 3 \\ 0 \end{bmatrix}\)
Answer.
Undefined: the row matrix has fewer entries than the column matrix, so we cannot carry out the multiply-then-add procedure of matrix multiplication.

28.

(a)
\(\displaystyle \begin{abmatrix}{rrr} 2 \amp -5 \amp -2 \end{abmatrix} \begin{abmatrix}{r} 3 \\ -3 \\ 2 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} 17 \end{bmatrix} \)
(b)
\(\displaystyle \begin{abmatrix}{rrr} -4 \amp 5 \amp 4 \end{abmatrix} \begin{abmatrix}{r} 3 \\ -3 \\ 2 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} -19 \end{bmatrix} \)
(c)
\(\displaystyle \begin{abmatrix}{rrr} 1 \amp 3 \amp -5 \end{abmatrix} \begin{abmatrix}{r} 3 \\ -3 \\ 2 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} -16 \end{bmatrix} \)
(d)
\(\displaystyle \begin{abmatrix}{rrr} 2 \amp -5 \amp -2 \\ -4 \amp 5 \amp 4 \\ 1 \amp 3 \amp -5 \end{abmatrix} \begin{abmatrix}{r} 3 \\ -3 \\ 2 \end{abmatrix}\)
Hint.
Consider the relationship between this matrix multiplication task and the three matrix products you have already computed in this exercise.
Answer.
\(\displaystyle \begin{abmatrix}{r} 17 \\ -19 \\ -16 \end{abmatrix} \)

29.

Note: you should complete Exercise 28 before completing this exercise.
(a)
\(\displaystyle \begin{abmatrix}{rrr} 2 \amp -5 \amp -2 \end{abmatrix} \begin{abmatrix}{r} 2 \\ -1 \\ -3 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} 15 \end{bmatrix} \)
(b)
\(\displaystyle \begin{abmatrix}{rrr} -4 \amp 5 \amp 4 \end{abmatrix} \begin{abmatrix}{r} 2 \\ -1 \\ -3 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} -25 \end{bmatrix} \)
(c)
\(\displaystyle \begin{abmatrix}{rrr} 1 \amp 3 \amp -5 \end{abmatrix} \begin{abmatrix}{r} 2 \\ -1 \\ -3 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} 14 \end{bmatrix} \)
(d)
\(\displaystyle \begin{abmatrix}{rrr} 2 \amp -5 \amp -2 \\ -4 \amp 5 \amp 4 \\ 1 \amp 3 \amp -5 \end{abmatrix} \begin{abmatrix}{rr} 3 \amp 2 \\ -3 \amp -1 \\ 2 \amp -3 \end{abmatrix}\)
Hint.
Consider the relationship between this matrix multiplication task, the final matrix multiplication task in Exercise 28, and the three matrix products you have already computed in this exercise.
Answer.
\(\displaystyle \begin{abmatrix}{rr} 17 \amp 15 \\ -19 \amp -25 \\ -16 \amp 14 \end{abmatrix}\)

30.

\(\displaystyle \begin{abmatrix}{rrr} 3 \amp -2 \amp 1 \\ -2 \amp -1 \amp 1 \end{abmatrix} \begin{abmatrix}{rrr} 2 \amp -2 \amp -1 \\ -2 \amp -3 \amp 0 \\ -1 \amp 0 \amp 2 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{abmatrix}{rrr} 9 \amp 0 \amp -1 \\ -3 \amp 7 \amp 4 \end{abmatrix}\)

31.

\(\displaystyle \begin{abmatrix}{rrr} 2 \amp -2 \amp -1 \\ -2 \amp -3 \amp 0 \\ -1 \amp 0 \amp 2 \end{abmatrix} \begin{abmatrix}{rrr} 3 \amp -2 \amp 1 \\ -2 \amp -1 \amp 1 \end{abmatrix}\)
Answer.
Undefined: the first matrix has three columns while the second matrix has only two rows.

32.

\(\displaystyle \begin{abmatrix}{rrr} 2 \amp -4 \amp -1 \\ 0 \amp 1 \amp 3 \\ 1 \amp -2 \amp -1 \end{abmatrix} \begin{abmatrix}{rrr} -5 \amp 2 \amp 11 \\ -3 \amp 1 \amp 6 \\ 1 \amp 0 \amp -2 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} 1 \amp 0 \amp 0 \\ 0 \amp 1 \amp 0 \\ 0 \amp 0 \amp 1 \end{bmatrix}\)

33.

\(\displaystyle \begin{abmatrix}{rrrr} 7 \amp 14 \amp 4 \amp -5 \\ 0 \amp 0 \amp 1 \amp 4 \\ 2 \amp 4 \amp 0 \amp -6 \\ 3 \amp 6 \amp 4 \amp 7 \end{abmatrix} \begin{abmatrix}{rr} 1 \amp 4 \\ 1 \amp 1 \\ -4 \amp -8 \\ 1 \amp 2 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} 0 \amp 0 \\ 0 \amp 0 \\ 0 \amp 0 \\ 0 \amp 0 \end{bmatrix} \)
Notice: Here have multiplied two matrices, neither of which is a zero matrix, yet the result is a zero matrix. This confirms that for matrices, result \(A B = \zerovec\) does NOT imply that at least one of \(A\) or \(B\) must be zero.

34.

(a)
\(\displaystyle \begin{bmatrix} -2 \end{bmatrix} \begin{bmatrix} 5 \end{bmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} -10 \end{bmatrix} \)
Note: that the result is a \(1 \times 1\) matrix, not simply a scalar (number).
(b)
\(\displaystyle \begin{bmatrix} -2 \end{bmatrix} \begin{bmatrix} 5 \amp 5 \end{bmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} -10 \amp -10 \end{bmatrix} \)
(c)
\(\displaystyle \begin{bmatrix} -2 \end{bmatrix} \begin{bmatrix} 5 \\ 5 \end{bmatrix}\)
Answer.
Undefined: the first matrix has only one column while the second matrix has two rows.
Note: this operation is NOT the same as scalar multiplication.

35.

\(\displaystyle \begin{abmatrix}{r} 1 \\ -2 \end{abmatrix} \begin{abmatrix}{rrr} -1 \amp 4 \amp 5 \end{abmatrix}\)
Hint.
Before you think about how this matrix product should be carried out, first determine the dimensions that the result matrix should have.
Answer.
The first factor in the matrix product is \(2 \times 1\) and the second factor is \(1 \times 3\text{,}\) so the product result should be a \(2 \times 3\) matrix:
\begin{equation*} \begin{abmatrix}{rrr} -1 \amp 4 \amp 5 \\ 2 \amp -8 \amp -10 \end{abmatrix}\text{.} \end{equation*}

36.

\(\displaystyle \begin{bmatrix} a \amp 0 \amp 0 \\ 0 \amp b \amp 0 \\ 0 \amp 0 \amp c \end{bmatrix} \begin{bmatrix} d \amp 0 \amp 0 \\ 0 \amp e \amp 0 \\ 0 \amp 0 \amp f \end{bmatrix}\)
Note: see also Exercise 41.
Answer.
\(\displaystyle \begin{bmatrix} a d \amp 0 \amp 0 \\ 0 \amp b e \amp 0 \\ 0 \amp 0 \amp c f \end{bmatrix}\)

37.

\(\displaystyle \begin{bmatrix} 1 \amp a \\ 0 \amp 1 \end{bmatrix} \begin{bmatrix} 1 \amp b \\ 0 \amp 1 \end{bmatrix}\)
Note: after completing this exercise, you should consider Exercise 94.
Answer.
\(\displaystyle \begin{bmatrix} 1 \amp a + b \\ 0 \amp 1 \end{bmatrix} \)

38.

\(\displaystyle { \begin{abmatrix}{rrr} 2 \amp -2 \amp -1 \\ -2 \amp -3 \amp 0 \\ -1 \amp 0 \amp 2 \end{abmatrix} }^2\)
Answer.
\(\displaystyle \begin{abmatrix}{rrr} 9 \amp 2 \amp -4 \\ 2 \amp 13 \amp 2 \\ -4 \amp 2 \amp 5 \end{abmatrix}\)

39.

\(\displaystyle { \begin{abmatrix}{rrr} 2 \amp -2 \amp -1 \\ -2 \amp -3 \amp 0 \\ -1 \amp 0 \amp 2 \end{abmatrix} }^3\)
Answer.
\(\displaystyle \begin{abmatrix}{rrr} 18 \amp -24 \amp -17 \\ -24 \amp -43 \amp 2 \\ -17 \amp 2 \amp 14 \end{abmatrix}\)

40.

\(\displaystyle { \begin{abmatrix}{rrr} 3 \amp -2 \amp 1 \\ -2 \amp -1 \amp 1 \end{abmatrix} }^2\)
Answer.
Undefined: cannot take powers of a matrix that is not square as there will be a mismatch between the number of columns of the first factor with the number of rows of the second factor.

41.

\(\displaystyle { \begin{bmatrix} a \amp 0 \amp 0 \\ 0 \amp b \amp 0 \\ 0 \amp 0 \amp c \end{bmatrix} }^5\)
Note: first see Exercise 36.
Answer.
\(\displaystyle \begin{bmatrix} a^5 \amp 0 \amp 0 \\ 0 \amp b^5 \amp 0 \\ 0 \amp 0 \amp c^5 \end{bmatrix}\)

42.

Note:
first see Exercise 37.
(a)
\(\displaystyle { \begin{bmatrix} 1 \amp 2 \\ 0 \amp 1 \end{bmatrix} }^{527} \)
Answer.
\(\displaystyle \begin{bmatrix} 1 \amp 1054 \\ 0 \amp 1 \end{bmatrix} \)
(b)
\(\displaystyle { \begin{bmatrix} 1 \amp a \\ 0 \amp 1 \end{bmatrix} }^k \)
Answer.
\(\displaystyle \begin{bmatrix} 1 \amp k a \\ 0 \amp 1 \end{bmatrix} \)

43.

\(\displaystyle \begin{abmatrix}{rrr} 3 \amp -2 \amp 1 \\ -2 \amp -1 \amp 1 \end{abmatrix} \utrans{ \begin{abmatrix}{rrr} 3 \amp -2 \amp 1 \\ -2 \amp -1 \amp 1 \end{abmatrix} }\)
Answer.
\(\displaystyle \begin{abmatrix}{rr} 14 \amp -3 \\ -3 \amp 6 \end{abmatrix}\)

44.

\(\displaystyle \utrans{ \begin{abmatrix}{rrr} 3 \amp -2 \amp 1 \\ -2 \amp -1 \amp 1 \end{abmatrix} } \begin{abmatrix}{rrr} 3 \amp -2 \amp 1 \\ -2 \amp -1 \amp 1 \end{abmatrix}\)
Answer.
\(\displaystyle \begin{abmatrix}{rrr} 13 \amp -4 \amp 1 \\ -4 \amp 5 \amp -3 \\ 1 \amp -3 \amp 2 \end{abmatrix}\)

45.

\(\displaystyle \begin{abmatrix}{rrr} 3 \amp -2 \amp 1 \\ -2 \amp -1 \amp 1 \end{abmatrix} \utrans{ \begin{abmatrix}{rrr} 3 \amp -2 \amp 1 \\ -2 \amp -1 \amp 1 \end{abmatrix} } + 6 \begin{abmatrix}{rrr} 5 \amp -3 \amp 6 \\ -5 \amp -1 \amp 7 \end{abmatrix}\)
Answer.
Undefined: we computed that initial matrix product in Exercise 43 and the result had dimensions \(2 \times 2\text{,}\) which is not compatible with addition to a \(2 \times 3\) matrix.

46.

\(\displaystyle { \begin{bmatrix} 1 \amp 2 \\ 3 \amp 4 \end{bmatrix} }^2 - \begin{bmatrix} 1 \amp 4 \\ 9 \amp 16 \end{bmatrix}\)
Answer.
\(\displaystyle \begin{bmatrix} 6 \amp 6 \\ 6 \amp 6 \end{bmatrix} \)
Note: that the result is NOT a zero matrix.

47.

\(\displaystyle { \begin{abmatrix}{rr} -2 \amp 3 \\ 2 \amp -2 \end{abmatrix} }^2 + \begin{abmatrix}{rr} 3 \amp -1 \\ 1 \amp -6 \end{abmatrix} \begin{abmatrix}{rr} -2 \amp 3 \\ 2 \amp -2 \end{abmatrix} - { \begin{abmatrix}{rr} 0 \amp -5 \\ -2 \amp 5 \end{abmatrix} }^2\)
Solution.
This arithmetic has the algebraic pattern
\begin{equation*} X^2 + A X - B^2 \end{equation*}
for
\begin{align*} X \amp = \begin{abmatrix}{rr} -2 \amp 3 \\ 2 \amp -2 \end{abmatrix} \text{,} \amp A \amp = \begin{abmatrix}{rr} 3 \amp -1 \\ 1 \amp -6 \end{abmatrix} \text{,} \amp B \amp = \begin{abmatrix}{rr} 0 \amp -5 \\ -2 \amp 5 \end{abmatrix} \text{.} \end{align*}
We can reduce the number of matrix products we need to compute by factoring the common \(X\) out of the first two terms, but we must be careful to factor it in the correct “direction”:
\begin{equation*} X^2 + A X - B^2 = (X + A) X - B^2 \text{.} \end{equation*}
Now compute:
\begin{align*} X + A \amp = \begin{abmatrix}{rr} -2 \amp 3 \\ 2 \amp -2 \end{abmatrix} + \begin{abmatrix}{rr} 3 \amp -1 \\ 1 \amp -6 \end{abmatrix}\\ \amp = \begin{abmatrix}{rr} 1 \amp 2 \\ 3 \amp -8 \end{abmatrix} \text{,} \end{align*}
\begin{align*} (X + A) X \amp = \begin{abmatrix}{rr} 1 \amp 2 \\ 3 \amp -8 \end{abmatrix} \begin{abmatrix}{rr} -2 \amp 3 \\ 2 \amp -2 \end{abmatrix}\\ = \begin{abmatrix}{rr} 2 \amp -1 \\ -22 \amp 25 \end{abmatrix} \text{,} \end{align*}
\begin{align*} B^2 \amp = \begin{abmatrix}{rr} 0 \amp -5 \\ -2 \amp 5 \end{abmatrix} \begin{abmatrix}{rr} 0 \amp -5 \\ -2 \amp 5 \end{abmatrix}\\ = \begin{abmatrix}{rr} 10 \amp -25 \\ -10 \amp 35 \end{abmatrix} \text{.} \end{align*}
Finally put it all together:
\begin{align*} X^2 + A X - B^2 \amp = (X + A) X - B^2 \\ \amp = \begin{abmatrix}{rr} 2 \amp - 1 \\ -22 \amp 25 \end{abmatrix} - \begin{abmatrix}{rr} 10 \amp -25 \\ -10 \amp 35 \end{abmatrix}\\ \amp = \begin{abmatrix}{rr} -8 \amp 24 \\ -12 \amp -10 \end{abmatrix} \text{.} \end{align*}

Dimensions of matrix products.

In each case, determine the dimensions of the product matrix \(A B\text{,}\) or state why the product matrix does not exist, based on the stated dimensions of the individual factor matrices \(A\) and \(B\text{.}\)

48.

\(A \colon \ 1 \times 4\text{;}\) \(B \colon \ 4 \times 1\text{.}\)
Answer.
\(A B \colon \ 1 \times 1\text{.}\)

49.

\(A \colon \ 3 \times 4\text{;}\) \(B \colon \ 4 \times 1\text{.}\)
Answer.
\(A B \colon \ 3 \times 1\text{.}\)

50.

\(A \colon \ 2 \times 3\text{;}\) \(B \colon \ 3 \times 4\text{.}\)
Answer.
\(A B \colon \ 2 \times 4\text{.}\)

51.

\(A \colon \ 3 \times 4\text{;}\) \(B \colon \ 2 \times 3\text{.}\)
Answer.
Undefined: the number of columns in \(A\) does not match the number of rows in \(B\text{.}\)

52.

\(A \colon \ 3 \times 3\text{;}\) \(B \colon \ 3 \times 3\text{.}\)
Answer.
\(A B \colon \ 3 \times 3\text{.}\)

53.

\(A \colon \ 3 \times 4\text{;}\) \(B \colon \ 3 \times 4\text{.}\)
Answer.
Undefined: the number of columns in \(A\) does not match the number of rows in \(B\text{.}\)

54.

\(A \colon \ 4 \times 3\text{;}\) \(B \colon \ 4 \times 3\text{.}\)
Answer.
Undefined: the number of columns in \(A\) does not match the number of rows in \(B\text{.}\)

55.

\(A \colon \ 3 \times 4\text{;}\) \(B \colon \ 4 \times 3\text{.}\)
Answer.
\(A B \colon \ 3 \times 3\text{.}\)

56.

\(A \colon \ 4 \times 3\text{;}\) \(B \colon \ 3 \times 4\text{.}\)
Answer.
\(A B \colon \ 4 \times 4\text{.}\)

57.

\(A \colon \ 3 \times 3\text{;}\) \(B \colon \ 3 \times 4\text{.}\)
Answer.
\(A B \colon \ 3 \times 4\text{.}\)

58.

\(A \colon \ 3 \times 4\text{;}\) \(B \colon \ 4 \times 4\text{.}\)
Answer.
\(A B \colon \ 3 \times 4\text{.}\)

59.

\(A \colon \ 1 \times 1\text{;}\) \(B \colon \ 2 \times 2\text{.}\)
Answer.
Undefined: the number of columns in \(A\) does not match the number of rows in \(B\text{.}\)

60.

\(A \colon \ 1 \times 1\text{;}\) \(B \colon \ 1 \times 3\text{.}\)
Answer.
\(A B \colon \ 1 \times 3\text{.}\)

61.

\(A \colon \ 4 \times 1\text{;}\) \(B \colon \ 1 \times 3\text{.}\)
Answer.
\(A B \colon \ 4 \times 3\text{.}\)

Interpreting matrix equality as a system of equations.

In each case, use the definition of equal matrices to determine the variable values that make the matrix equality true. In any equality where \(\zerovec\) appears, assume it represents a zero matrix of appropriate dimensions.

62.

\(\displaystyle \begin{bmatrix} b + 3 c \amp c + 3 b - 2 a \\ a + 4 c \amp a - 4 b - 3 c \end{bmatrix} = \begin{abmatrix}{rr} -5 \amp 3 \\ -9 \amp 0 \end{abmatrix}\)
Solution.
Comparing corresponding entries on each side of the matrix equality leads to system of equations
\begin{equation*} \begin{sysofeqns}{rcrcrcr} \amp \amp b \amp + \amp 3 c \amp = \amp -5 \\ -2 a \amp + \amp 3 b \amp + \amp c \amp = \amp 3 \\ a \amp \amp \amp + \amp 4 c \amp = \amp -9 \\ a \amp - \amp 4 b \amp - \amp 3 c \amp = \amp 0 \end{sysofeqns}\text{.} \end{equation*}
Turn this system into an augmented matrix and reduce:
\begin{equation*} \begin{abmatrix}{rrr|r} 0 \amp 1 \amp 3 \amp -5 \\ -2 \amp 3 \amp 1 \amp 3 \\ 1 \amp 0 \amp 4 \amp -9 \\ 2 \amp -4 \amp -3 \amp 0 \end{abmatrix} \rowredarrow \begin{abmatrix}{rrr|r} 1 \amp 0 \amp 0 \amp -1 \\ 0 \amp 1 \amp 0 \amp 1 \\ 0 \amp 0 \amp 1 \amp -2 \\ 0 \amp 0 \amp 0 \amp 0 \end{abmatrix}\text{.} \end{equation*}
This system is consistent with one unique solution \(a = -1\text{,}\) \(b = 1\text{,}\) \(c = -2\text{.}\)

63.

\(\displaystyle k_1 \begin{bmatrix} 3 \\ 2 \\ 1 \end{bmatrix} + k_2 \begin{bmatrix} 7 \\ 3 \\ 1 \end{bmatrix} = \begin{abmatrix}{r} -3 \\ -7 \\ -5 \end{abmatrix}\)
Solution.
First compute the left-hand side to a single column matrix:
\begin{align*} k_1 \begin{bmatrix} 3 \\ 2 \\ 1 \end{bmatrix} + k_2 \begin{bmatrix} 7 \\ 3 \\ 1 \end{bmatrix} \amp = \begin{abmatrix}{r} 3 k_1 \\ 2 k_1 \\ k_1 \end{abmatrix} + \begin{abmatrix}{r} 7 k_2 \\ 3 k_2 \\ k_2 \end{abmatrix}\\ \amp = \begin{bmatrix} 3 k_1 + 7 k_2 \\ 2 k_1 + 3 k_2 \\ k_1 + k_2 \end{bmatrix} \text{.} \end{align*}
Our simplified matrix equality is now
\begin{equation*} \begin{bmatrix} 3 k_1 + 7 k_2 \\ 2 k_1 + 3 k_2 \\ k_1 + k_2 \end{bmatrix} = \begin{abmatrix}{r} -3 \\ -7 \\ -5 \end{abmatrix}\text{.} \end{equation*}
Comparing corresponding entries on each side of the matrix equality leads to system of equations
\begin{equation*} \begin{sysofeqns}{rcrcr} 3 k_1 \amp + \amp 7 k_2 \amp = \amp -3 \\ 2 k_1 \amp + \amp 3 k_2 \amp = \amp -7 \\ k_1 \amp + \amp k_2 \amp = \amp -5 \end{sysofeqns}\text{.} \end{equation*}
Turn this system into an augmented matrix and reduce:
\begin{equation*} \begin{abmatrix}{rr|r} 3 \amp 7 \amp -3 \\ 2 \amp 3 \amp -7 \\ 1 \amp 1 \amp -5 \end{abmatrix} \rowredarrow \begin{abmatrix}{rrr} 1 \amp 0 \amp -8 \\ 0 \amp 1 \amp 3 \\ 0 \amp 0 \amp 0 \end{abmatrix}\text{.} \end{equation*}
This system is consistent with one unique solution \(k_1 = -8\text{,}\) \(b = 3\text{.}\) You may test that this is the correct solution by recomputing the matrix algebra on the left-hand side of the original matrix equality with those values in place of \(k_1\) and \(k_2\text{.}\)

64.

\(\displaystyle c_1 \begin{abmatrix}{r} 0 \\ -1 \\ 1 \end{abmatrix} + c_2 \begin{abmatrix}{r} 1 \\ -2 \\ -1 \end{abmatrix} = \begin{abmatrix}{r} -5 \\ 11 \\ 5 \end{abmatrix}\)
Solution.
First compute the left-hand side to a single column matrix:
\begin{align*} c_1 \begin{abmatrix}{r} 0 \\ -1 \\ 1 \end{abmatrix} + c_2 \begin{abmatrix}{r} 1 \\ -2 \\ -1 \end{abmatrix} \amp = \begin{abmatrix}{r} 0 \\ - c_1 \\ c_1 \end{abmatrix} + \begin{abmatrix}{r} c_2 \\ -2 c_2 \\ -c_2 \end{abmatrix}\\ \amp = \begin{bmatrix} c_1 \\ 2 k_1 + 3 k_2 \\ k_1 + k_2 \end{bmatrix} \text{.} \end{align*}
Our simplified matrix equality is now
\begin{equation*} \begin{bmatrix} c_2 \\ -c_1 - 2 c_2 \\ c_1 - c_2 \end{bmatrix} = \begin{abmatrix}{r} -5 \\ 11 \\ 5 \end{abmatrix}\text{.} \end{equation*}
Comparing corresponding entries on each side of the matrix equality leads to system of equations
\begin{equation*} \begin{sysofeqns}{rcrcr} \amp \amp c_2 \amp = \amp -5 \\ -c_1 \amp - \amp 2 c_2 \amp = \amp 11 \\ c_1 \amp - \amp c_2 \amp = \amp 5 \end{sysofeqns}\text{.} \end{equation*}
Turn this system into an augmented matrix and reduce:
\begin{equation*} \begin{abmatrix}{rr|r} 0 \amp 1 \amp -5 \\ -1 \amp -2 \amp 11 \\ 1 \amp -1 \amp 5 \end{abmatrix} \rowredarrow \begin{abmatrix}{rrr} 1 \amp 0 \amp 0 \\ 0 \amp 1 \amp 0 \\ 0 \amp 0 \amp 1 \end{abmatrix}\text{.} \end{equation*}
This system is inconsistent, so there is no combination of values for \(c_1\) and \(c_2\) that make the original matrix equality true.
Careful: It is tempting to attempt to solve the system of equations directly, without using an augmented matrix, as we clearly have \(c_2 = -5\) from the first equation, and then we can use the third equation to solve \(c_1 = 0\text{.}\) But if you substitute those two values into the left-hand side of the original matrix equality and recompute the matrix algebra, you will find that the matrix equality is not true for these values. The reason for this is that the original matrix equality leads to a system of three equations, and we cannot ignore any one equation in that system.

65.

\(\displaystyle k_1 \begin{abmatrix}{rr} 0 \amp 2 \\ -2 \amp 1 \end{abmatrix} + k_2 \begin{abmatrix}{rr} 1 \amp -2 \\ 3 \amp 2 \end{abmatrix} + k_3 \begin{abmatrix}{rr} 2 \amp -2 \\ 3 \amp 5 \end{abmatrix} + k_4 \begin{abmatrix}{rr} 1 \amp 0 \\ 4 \amp 3 \end{abmatrix} = \zerovec\)
Solution.
First compute the left-hand side to a single matrix:
\begin{align*} \amp k_1 \begin{abmatrix}{rr} 0 \amp 2 \\ -2 \amp 1 \end{abmatrix} + k_2 \begin{abmatrix}{rr} 1 \amp -2 \\ 3 \amp 2 \end{abmatrix} + k_3 \begin{abmatrix}{rr} 2 \amp -2 \\ 3 \amp 5 \end{abmatrix} + k_4 \begin{abmatrix}{rr} 1 \amp 0 \\ 4 \amp 3 \end{abmatrix}\\ \amp = \begin{bmatrix} 0 \amp 2 k_1 \\ -2 k_1 \amp k_1 \end{bmatrix} + \begin{bmatrix} k_2 \amp -2 k_2 \\ 3 k_2 \amp 2 k_2 \end{bmatrix} + \begin{bmatrix} 2 k_3 \amp -2 k_3 \\ 3 k_3 \amp 5 k_3 \end{bmatrix} + \begin{bmatrix} k_4 \amp 0 \\ 4 k_4 \amp 3 k_4 \end{bmatrix}\\ \amp = \begin{bmatrix} k_2 + 2 k_3 + k_4 \amp 2 k_1 - 2 k_2 - 2 k_3 \\ -2 k_1 + 3 k_2 + 3 k_3 + 4 k_4 \amp k_1 + 2 k_2 + 5 k_3 + 3 k_4 \end{bmatrix}\text{.} \end{align*}
In the context of the original matrix equality, the \(\zerovec\) symbol on the right-hand side should represent the \(2 \times 2\) zero matrix, and so our simplified matrix equality is now
\begin{equation*} \begin{bmatrix} k_2 + 2 k_3 + k_4 \amp 2 k_1 - 2 k_2 - 2 k_3 \\ -2 k_1 + 3 k_2 + 3 k_3 + 4 k_4 \amp k_1 + 2 k_2 + 5 k_3 + 3 k_4 \end{bmatrix} = \begin{bmatrix} 0 \amp 0 \\ 0 \amp 0 \end{bmatrix}\text{.} \end{equation*}
Comparing corresponding entries on each side of the matrix equality leads to homogeneous system of equations
\begin{equation*} \begin{sysofeqns}{rcrcrcrcr} \amp \amp k_2 \amp + \amp 2 k_3 \amp + \amp k_4 \amp = \amp 0 \\ 2 k_1 \amp - \amp 2 k_2 \amp - \amp 2 k_3 \amp \amp \amp = \amp 0 \\ -2 k_1 \amp + \amp 3 k_2 \amp + \amp 3 k_3 \amp + \amp 4 k_4 \amp = \amp 0 \\ k_1 \amp + \amp 2 k_2 \amp + \amp 5 k_3 \amp + \amp 3 k_4 \amp = \amp 0 \end{sysofeqns}\text{.} \end{equation*}
Since the system is homogeneous, we reduce only with the coefficient matrix:
\begin{equation*} \begin{abmatrix}{rrrr} 0 \amp 1 \amp 2 \amp 1 \\ 2 \amp -2 \amp -2 \amp 0 \\ -2 \amp 3 \amp 3 \amp 4 \\ 1 \amp 2 \amp 5 \amp 3 \end{abmatrix} \rowredarrow \begin{abmatrix}{rrrr} 1 \amp 0 \amp 0 \amp 4 \\ 0 \amp 1 \amp 0 \amp 7 \\ 0 \amp 0 \amp 1 \amp -3 \\ 0 \amp 0 \amp 0 \amp 0 \end{abmatrix}\text{.} \end{equation*}
This system is consistent (as all homogeneous systems are) but the solution requires a parameter, so in fact there are an infinite number of combinations of scalar values for \(k_1,k_2,k_3,k_4\) that make the original matrix equality true. In particular, if we assign parameter \(k_4 = t\text{,}\) the general solution is
\begin{align*} k_1 \amp = -4 t \text{,} \amp k_2 \amp = -7 t \text{,} \amp k_3 \amp = 3 t \text{,} \amp k_4 \amp = t \text{.} \end{align*}
Careful: We may have been misled by the zero matrix on the right-hand side of the original matrix equality, and decided that the solution must be to set each of \(k_1,k_2,k_3,k_4\) to \(0\text{.}\) While that is one possible solution to the matrix equation (which we would call the trivial solution), by re-interpreting the matrix equation as a system of (ordinary) equations, we were able to arrive at the complete collection of all possible solutions to the matrix equation. So while it is possible to make the matrix equality true by setting each of \(k_1,k_2,k_3,k_4\) to \(0\text{,}\) it is also possible, for example, by setting
\begin{align*} k_1 \amp = -4 \text{,} \amp k_2 \amp = -7 \text{,} \amp k_3 \amp = 3 \text{,} \amp k_4 \amp = 1 \text{.} \end{align*}

66.

\(\displaystyle c_1 \begin{abmatrix}{rr} 1 \amp 1 \\ 2 \amp 3 \\ -2 \amp 0 \end{abmatrix} + c_2 \begin{abmatrix}{rr} 1 \amp 2 \\ 1 \amp 3 \\ 1 \amp 1 \end{abmatrix} + c_3 \begin{abmatrix}{rr} 1 \amp 3 \\ 1 \amp 3 \\ 3 \amp 1 \end{abmatrix} = \zerovec\)
Solution.
First compute the left-hand side to a single matrix:
\begin{align*} \amp c_1 \begin{abmatrix}{rr} 1 \amp 1 \\ 2 \amp 3 \\ -2 \amp 0 \end{abmatrix} + c_2 \begin{abmatrix}{rr} 1 \amp 2 \\ 1 \amp 3 \\ 1 \amp 1 \end{abmatrix} + c_3 \begin{abmatrix}{rr} 1 \amp 3 \\ 1 \amp 3 \\ 3 \amp 1 \end{abmatrix}\\ \amp = \begin{bmatrix} c_1 \amp c_1 \\ 2 c_1 \amp 3 c_1 \\ -2 c_1 \amp 0 \end{bmatrix} + \begin{bmatrix} c_2 \amp 2 c_2 \\ c_2 \amp 3 c_2 \\ c_2 \amp c_2 \end{bmatrix} + \begin{bmatrix} c_3 \amp 3 c_3 \\ c_3 \amp 3 c_3 \\ 3 c_3 \amp c_3 \end{bmatrix}\\ \amp = \begin{bmatrix} c_1 + c_2 + c_3 \amp c_1 + 2 c_2 + 3 c_3 \\ 2 c_1 + c_2 + c_3 \amp 3 c_1 + 3 c_2 + 3 c_3 \\ -2 c_1 + c_2 + 3 c_3 \amp c_2 + c_3 \end{bmatrix}\text{.} \end{align*}
In the context of the original matrix equality, the \(\zerovec\) symbol on the right-hand side should represent the \(3 \times 2\) zero matrix, and so our simplified matrix equality is now
\begin{equation*} \begin{bmatrix} c_1 + c_2 + c_3 \amp c_1 + 2 c_2 + 3 c_3 \\ 2 c_1 + c_2 + c_3 \amp 3 c_1 + 3 c_2 + 3 c_3 \\ -2 c_1 + c_2 + 3 c_3 \amp c_2 + c_3 \end{bmatrix} = \begin{bmatrix} 0 \amp 0 \\ 0 \amp 0 \\ 0 \amp 0 \end{bmatrix}\text{.} \end{equation*}
Comparing corresponding entries on each side of the matrix equality leads to homogeneous system of equations
\begin{equation*} \begin{sysofeqns}{rcrcrcr} c_1 \amp + \amp c_2 \amp + \amp c_3 \amp = \amp 0 \\ c_1 \amp + \amp 2 c_2 \amp + \amp 3 c_3 \amp = \amp 0 \\ 2 c_1 \amp + \amp c_2 \amp + \amp c_3 \amp = \amp 0 \\ 3 c_1 \amp + \amp 3 c_2 \amp + \amp 3 c_3 \amp = \amp 0 \\ -2 c_1 \amp + \amp c_2 \amp + \amp 3 c_3 \amp = \amp 0 \\ \amp \amp c_2 \amp + \amp c_3 \amp = \amp 0 \end{sysofeqns}\text{.} \end{equation*}
Since the system is homogeneous, we reduce only with the coefficient matrix:
\begin{equation*} \begin{abmatrix}{rrr} 1 \amp 1 \amp 1 \\ 1 \amp 2 \amp 3 \\ 2 \amp 1 \amp 1 \\ 3 \amp 3 \amp 3 \\ -2 \amp 1 \amp 3 \\ 0 \amp 1 \amp 1 \end{abmatrix} \rowredarrow \begin{abmatrix}{rrr} 1 \amp 0 \amp 0 \\ 0 \amp 1 \amp 0 \\ 0 \amp 0 \amp 1 \\ 0 \amp 0 \amp 0 \\ 0 \amp 0 \amp 0 \\ 0 \amp 0 \amp 0 \end{abmatrix}\text{.} \end{equation*}
This system is consistent (as all homogeneous systems are) with one unique solution, the trivial one: \(c_1 = 0\text{,}\) \(c_2 = 0\text{,}\) and \(c_3 = 0\text{.}\)
Careful: We may have been misled by the zero matrix on the right-hand side of the original matrix equality, and prematurely jumped to the conclusion that the only solution must be to set each of \(c_1,c_2,c_3\) to \(0\) (the trivial solution). While that turned out to be the case this time, it is important that we went through the full process of re-interpreting the matrix equation as a system of (ordinary) equations so that we could confirm that the trivial solution was indeed the only solution.

Isolating via matrix algebra.

In each case, use matrix algebra to isolate and determine the unknown variable matrix.

67.

\(\displaystyle \begin{abmatrix}{rr} -8 \amp 7 \\ 0 \amp -3 \end{abmatrix} - 2 X = \begin{abmatrix}{rr} 5 \amp 0 \\ -6 \amp 8 \end{abmatrix}\)
Solution.
It’s less messy to perform algebraic manipulations with letters, so assign
\begin{align*} A \amp = \begin{abmatrix}{rr} -8 \amp 7 \\ 0 \amp -3 \end{abmatrix} \text{,} \amp B \amp = \begin{abmatrix}{rr} 5 \amp 0 \\ -6 \amp 8 \end{abmatrix} \text{.} \end{align*}
Then we have
\begin{gather*} A - 2 X = B \\ A - B = 2 X \\ X = \tfrac{1}{2} (A - B) \end{gather*}
and we may calculate
\begin{align*} A - B \amp = \begin{abmatrix}{rr} -8 \amp 7 \\ 0 \amp -3 \end{abmatrix} - \begin{abmatrix}{rr} 5 \amp 0 \\ -6 \amp 8 \end{abmatrix}\\ \amp = \begin{abmatrix}{rr} -13 \amp 7 \\ 6 \amp -11 \end{abmatrix}\text{,} \end{align*}
\begin{align*} X \amp = \tfrac{1}{2} (A - B) \\ \amp = \frac{1}{2} \begin{abmatrix}{rr} -13 \amp 7 \\ 6 \amp -11 \end{abmatrix}\\ \amp = \begin{abmatrix}{rr} -\frac{13}{2} \amp \frac{ 7}{2} \\ 3 \amp -\frac{11}{2} \end{abmatrix}\text{.} \end{align*}

68.

\(\displaystyle 5 \utrans{X} + \begin{abmatrix}{rr} -3 \amp -7 \\ 3 \amp 6 \\ -1 \amp -1 \end{abmatrix} = \zerovec\)
Solution.
It’s less messy to perform algebraic manipulations with letters, so assign
\begin{equation*} A = \begin{abmatrix}{rr} -3 \amp -7 \\ 3 \amp 6 \\ -1 \amp -1 \end{abmatrix}\text{.} \end{equation*}
Then we have
\begin{gather*} 5 \utrans{X} + A = \zerovec \\ 5 \utrans{X} = - A \\ \utrans{X} = - \tfrac{1}{5} A \text{.} \end{gather*}
The final algebraic step is to “undo” the transpose that has been applied to \(X\text{,}\) but by Rule 5.a of Proposition 4.5.1, transpose reverses itself:
\begin{gather*} \utrans{X} = - \tfrac{1}{5} A \\ \utrans{(\utrans{X})} = \utrans{(- \tfrac{1}{5} A)} \\ X = - \tfrac{1}{5} \utrans{A} \text{,} \end{gather*}
where in the last step we have also applied Rule 5.c of Proposition 4.5.1.
The above algebra now tells us what to calculate:
\begin{align*} \utrans{A} \amp = \utrans{\begin{abmatrix}{rr} -3 \amp -7 \\ 3 \amp 6 \\ -1 \amp -1 \end{abmatrix}}\\ \amp = \begin{abmatrix}{rrr} -3 \amp 3 \amp -1 \\ -7 \amp 6 \amp -1 \end{abmatrix}\text{,} \end{align*}
\begin{align*} X \amp = - \tfrac{1}{5} \utrans{A} \\ \amp = - \frac{1}{5} \begin{abmatrix}{rrr} -3 \amp 3 \amp -1 \\ -7 \amp 6 \amp -1 \end{abmatrix}\\ \amp = \begin{abmatrix}{rrr} \frac{3}{5} \amp -\frac{3}{5} \amp \frac{1}{5} \\ \frac{7}{5} \amp -\frac{6}{5} \amp \frac{1}{5} \end{abmatrix}\text{.} \end{align*}

Systems as matrix equations.

Express each system of equations as a single matrix equation \(A \uvec{x} = \uvec{b}\text{.}\)

69.

\(\displaystyle \begin{sysofeqns}{rcrcr} x \amp - \amp y \amp = \amp - 6 \\ 2 x \amp - \amp 3 y \amp = \amp -14 \end{sysofeqns}\)
Answer.
\(\displaystyle \begin{abmatrix}{rr} 1 \amp -1 \\ 2 \amp -3 \end{abmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{abmatrix}{r} -6 \\ -14 \end{abmatrix}\)

70.

\(\displaystyle \begin{sysofeqns}{rcrcr} 2 s \amp - \amp t \amp = \amp 0 \\ 8 s \amp - \amp 2 t \amp = \amp -1 \\ 4 s \amp - \amp 8 t \amp = \amp 0 \end{sysofeqns}\)
Answer.
\(\displaystyle \begin{abmatrix}{rr} 2 \amp -1 \\ 8 \amp -2 \\ 4 \amp -8 \end{abmatrix} \begin{bmatrix} s \\ t \end{bmatrix} = \begin{abmatrix}{r} 0 \\ -1 \\ 0 \end{abmatrix}\)

71.

\(\displaystyle \begin{sysofeqns}{rcrcrcr} 2 x \amp + \amp 5 y \amp - \amp 4 z \amp = \amp 9 \\ x \amp + \amp 3 y \amp - \amp 3 z \amp = \amp 5 \\ 3 x \amp + \amp 7 y \amp - \amp 5 z \amp = \amp 13 \end{sysofeqns}\)
Answer.
\(\displaystyle \begin{abmatrix}{rrr} 2 \amp 5 \amp -4 \\ 1 \amp 3 \amp -3 \\ 3 \amp 7 \amp -5 \end{abmatrix} \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} 9 \\ 5 \\ 13 \end{bmatrix}\)

72.

\(\displaystyle \begin{sysofeqns}{rcrcrcrcr} 2 x_1 \amp \amp 6 x_2 \amp - \amp x_3 \amp + \amp 3 x_4 \amp = \amp -12 \\ x_1 \amp + \amp 3 x_2 \amp - \amp x_3 \amp - \amp x_4 \amp = \amp - 9 \end{sysofeqns}\)
Answer.
\(\displaystyle \begin{abmatrix}{rrrr} 2 \amp 6 \amp -1 \amp 3 \\ 1 \amp 3 \amp -1 \amp -1 \end{abmatrix} \begin{bmatrix} x_1 \\ x_2 \\ x_3 \\ x_4 \end{bmatrix} = \begin{abmatrix}{r} -12 \\ -9 \end{abmatrix}\)

73.

\(\displaystyle \begin{sysofeqns}{rcrcrcr} 3 p_1 \amp + \amp 5 p_2 \amp - \amp 2 p_3 \amp = \amp 0 \\ p_1 \amp + \amp 2 p_2 \amp - \amp 2 p_3 \amp = \amp 0 \\ 4 p_1 \amp + \amp 5 p_2 \amp + \amp 4 p_3 \amp = \amp 0 \\ 2 p_1 \amp + \amp 1 p_2 \amp + \amp 8 p_3 \amp = \amp 0 \end{sysofeqns}\)
Answer.
\(\displaystyle \begin{abmatrix}{rrr} 3 \amp 5 \amp -2 \\ 1 \amp 2 \amp -2 \\ 4 \amp 5 \amp 4 \\ 2 \amp 1 \amp 8 \end{abmatrix} \begin{bmatrix} p_1 \\ p_2 \\ p_3 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \\ 0 \\ 0 \end{bmatrix}\)

Testing system solutions.

In each case, use matrix multiplication to determine whether the variable values constitute a solution to the specified system of equations.

74.

System from Exercise 69; potential solution of \(x = -4, y = 2 \text{.}\)
Solution.
As in the answer to Exercise 69, we have coefficient matrix
\begin{equation*} A = \begin{abmatrix}{rr} 1 \amp -1 \\ 2 \amp -3 \end{abmatrix}\text{.} \end{equation*}
The potential solution can be expressed as column vector
\begin{equation*} \uvec{x} = \begin{abmatrix}{r} -4 \\ 2 \end{abmatrix} \text{.} \end{equation*}
Multiply these together:
\begin{equation*} A \uvec{x} = \begin{abmatrix}{rr} 1 \amp -1 \\ 2 \amp -3 \end{abmatrix} \begin{abmatrix}{r} -4 \\ 2 \end{abmatrix} = \begin{abmatrix}{r} -6 \\ -14 \end{abmatrix}\text{.} \end{equation*}
This result matches the column of constants from the answer to Exercise 69, which verifies that the proposed solution is an actual solution.

75.

System from Exercise 70; potential solution of \(s = 3, t = -3 \text{.}\)
Solution.
As in the answer to Exercise 70, we have coefficient matrix
\begin{equation*} A = \begin{abmatrix}{rr} 2 \amp -1 \\ 8 \amp -2 \\ 4 \amp -8 \end{abmatrix}\text{.} \end{equation*}
The potential solution can be expressed as column vector
\begin{equation*} \uvec{x} = \begin{abmatrix}{r} 3 \\ -3 \end{abmatrix} \text{.} \end{equation*}
Multiply these together:
\begin{equation*} A \uvec{x} = \begin{abmatrix}{rr} 2 \amp -1 \\ 8 \amp -2 \\ 4 \amp -8 \end{abmatrix} \begin{abmatrix}{r} 3 \\ -3 \end{abmatrix} = \begin{bmatrix} 9 \\ 30 \\ 36 \end{bmatrix}\text{.} \end{equation*}
This result does not match the column of constants
\begin{equation*} \uvec{b} = \begin{abmatrix}{r} 0 \\ -1 \\ 0 \end{abmatrix} \end{equation*}
from the answer to Exercise 70, so the proposed solution is not an actual solution.

76.

System from Exercise 71:
  1. Potential solution of \(x = 2, y = 1, z = 0 \text{.}\)
  2. Potential solution of \(x = -1, y = 3, z = 1 \text{.}\)
Solution.
As in the answer to Exercise 71, we have coefficient matrix
\begin{equation*} A = \begin{abmatrix}{rrr} 2 \amp 5 \amp -4 \\ 1 \amp 3 \amp -3 \\ 3 \amp 7 \amp -5 \end{abmatrix}\text{.} \end{equation*}
The two potential solutions can be expressed as column vectors
\begin{align*} \uvec{x}_1 \amp = \begin{bmatrix} 2 \\ 1 \\ 0 \end{bmatrix} \text{,} \amp \uvec{x}_2 \amp = \begin{abmatrix}{r} -1 \\ 3 \\ 1 \end{abmatrix} \text{.} \end{align*}
Multiply each of these by the coefficient matrix:
\begin{align*} A \uvec{x}_1 \amp = \begin{abmatrix}{rrr} 2 \amp 5 \amp -4 \\ 1 \amp 3 \amp -3 \\ 3 \amp 7 \amp -5 \end{abmatrix} \begin{bmatrix} 2 \\ 1 \\ 0 \end{bmatrix} \amp A \uvec{x}_2 \amp = \begin{abmatrix}{rrr} 2 \amp 5 \amp -4 \\ 1 \amp 3 \amp -3 \\ 3 \amp 7 \amp -5 \end{abmatrix} \begin{abmatrix}{r} -1 \\ 3 \\ 1 \end{abmatrix}\\ \amp = \begin{bmatrix} 9 \\ 5 \\ 13 \end{bmatrix} \text{,} \amp \amp = \begin{bmatrix} 9 \\ 5 \\ 13 \end{bmatrix} \text{.} \end{align*}
In both cases, the multiplication result matches the column of constants from the answer to Exercise 71, which verifies that each of the proposed solutions is an actual solution.

77.

System from Exercise 72:
  1. Potential solution of \(x_1 = -3, x_2 = 0, x_3 = 6, x_4 = 0 \text{.}\)
  2. Potential solution of \(x_1 = -1, x_2 = -2, x_3 = 1, x_4 = 1 \text{.}\)
  3. Potential solution of \(x_1 = 1, x_2 = 1, x_3 = 1, x_4 = 1 \text{.}\)
Solution.
As in the answer to Exercise 72, we have coefficient matrix
\begin{equation*} A = \begin{abmatrix}{rrrr} 2 \amp 6 \amp -1 \amp 3 \\ 1 \amp 3 \amp -1 \amp -1 \end{abmatrix}\text{.} \end{equation*}
The three potential solutions can be expressed as column vectors
\begin{align*} \uvec{x}_1 \amp = \begin{abmatrix}{r} -3 \\ 0 \\ 6 \\ 0 \end{abmatrix} \text{,} \amp \uvec{x}_2 \amp = \begin{abmatrix}{r} -1 \\ -2 \\ 1 \\ 1 \end{abmatrix} \text{,} \amp \uvec{x}_3 \amp = \begin{abmatrix}{r} 1 \\ 1 \\ 1 \\ 1 \end{abmatrix} \text{.} \end{align*}
Multiply each of these by the coefficient matrix in turn:
\begin{align*} A \uvec{x}_1 \amp = \begin{abmatrix}{rrrr} 2 \amp 6 \amp -1 \amp 3 \\ 1 \amp 3 \amp -1 \amp -1 \end{abmatrix} \begin{abmatrix}{r} -3 \\ 0 \\ 6 \\ 0 \end{abmatrix} = \begin{abmatrix}{r} -12 \\ -9 \end{abmatrix}\\ A \uvec{x}_2 \amp = \begin{abmatrix}{rrrr} 2 \amp 6 \amp -1 \amp 3 \\ 1 \amp 3 \amp -1 \amp -1 \end{abmatrix} \begin{abmatrix}{r} -1 \\ -2 \\ 1 \\ 1 \end{abmatrix} = \begin{abmatrix}{r} -12 \\ -9 \end{abmatrix}\\ A \uvec{x}_3 \amp = \begin{abmatrix}{rrrr} 2 \amp 6 \amp -1 \amp 3 \\ 1 \amp 3 \amp -1 \amp -1 \end{abmatrix} \begin{abmatrix}{r} 1 \\ 1 \\ 1 \\ 1 \end{abmatrix} = \begin{bmatrix} 10 \\ 2 \end{bmatrix}\text{.} \end{align*}
Each of the first two results matches the column of constants from the answer to Exercise 72, which verifies that these two proposed solution are both actual solutions. However, the third result does not match that column of constants, and so the third proposed solution is not actually a solution.

78.

System from Exercise 73; potential solution of \(p_1 = -6, p_2 = 4, p_3 = 1 \text{.}\)
Solution.
As in the answer to Exercise 73, we have coefficient matrix
\begin{equation*} A = \begin{abmatrix}{rrr} 3 \amp 5 \amp -2 \\ 1 \amp 2 \amp -2 \\ 4 \amp 5 \amp 4 \\ 2 \amp 1 \amp 8 \end{abmatrix}\text{.} \end{equation*}
The potential solution can be expressed as column vector
\begin{equation*} \uvec{p} = \begin{abmatrix}{r} -6 \\ 4 \\ 1 \end{abmatrix} \text{.} \end{equation*}
Multiply these together:
\begin{equation*} A \uvec{p} = \begin{abmatrix}{rrr} 3 \amp 5 \amp -2 \\ 1 \amp 2 \amp -2 \\ 4 \amp 5 \amp 4 \\ 2 \amp 1 \amp 8 \end{abmatrix} \begin{abmatrix}{r} -6 \\ 4 \\ 1 \end{abmatrix} = \begin{bmatrix} 0 \\ 0 \\ 0 \\ 0 \end{bmatrix}\text{.} \end{equation*}
This result matches the (homogeneous) column of constants from the answer to Exercise 73, which verifies that the proposed solution is an actual (and in this case, nontrivial) solution.

Expressing system solutions in vector form.

In each case, express the general solution to the system \(A \uvec{x} = \uvec{b}\) in vector form. (See Subsubsection 4.4.4.2.) Then use your vector form of the solution to determine the specific solution obtained by setting all parameters to \(0\text{,}\) as well as all possible specific solutions obtained by setting a single parameter to \(1\) while setting all other parameters to \(0\text{.}\)

79.

\(\displaystyle A = \begin{bmatrix} 1 \amp 2 \\ 3 \amp 6 \end{bmatrix} \text{;}\) \(\displaystyle \uvec{b} = \begin{bmatrix} 4 \\ 12 \end{bmatrix} \text{.}\)
Solution.
Form the augmented matrix and reduce:
\begin{equation*} \begin{abmatrix}{rr|r} 1 \amp 2 \amp 4 \\ 3 \amp 6 \amp 12 \end{abmatrix} \rowredarrow \begin{abmatrix}{rr|r} 1 \amp 2 \amp 4 \\ 0 \amp 0 \amp 0 \end{abmatrix}\text{.} \end{equation*}
Using \(x,y\) as the variables, variable \(y\) is free and we assign it a parameter: \(y = t\text{.}\) Interpreting the first row in the reduced matrix as an equation, we can isolate
\begin{equation*} x = 4 - 2 t \text{.} \end{equation*}
Express the general solution in vector form:
\begin{equation*} \uvec{x} = \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 4 - 2 t \\ t \end{bmatrix} = \begin{bmatrix} 4 \\ 0 \end{bmatrix} + t \begin{abmatrix}{r} - 2 \\ 1 \end{abmatrix}\text{.} \end{equation*}
Finally, the requested specific solutions are
\begin{align*} \uvec{x}_0 \amp = \begin{bmatrix} 4 \\ 0 \end{bmatrix} \text{,} \amp \uvec{x}_1 \amp = \begin{bmatrix} 2 \\ 1 \end{bmatrix} \text{.} \end{align*}

80.

\(\displaystyle A = \begin{bmatrix} 1 \amp 2 \\ 3 \amp 6 \end{bmatrix} \text{;}\) \(\displaystyle \uvec{b} = \zerovec \text{.}\)
Solution.
This is the homogeneous version of the system in Exercise 79, so we have general solution
\begin{equation*} \uvec{x} = t \begin{abmatrix}{r} - 2 \\ 1 \end{abmatrix} \end{equation*}
and requested specific solution
\begin{align*} \uvec{x}_0 \amp = \zerovec \text{,} \amp \uvec{x}_1 \amp = \begin{abmatrix}{r} -2 \\ 1 \end{abmatrix} \text{.} \end{align*}

81.

\(\displaystyle A = \begin{bmatrix} 1 \amp -8 \end{bmatrix} \text{;}\) \(\displaystyle \uvec{b} = \begin{bmatrix} 7 \end{bmatrix} \text{.}\)
Solution.
Form the augmented matrix:
\begin{equation*} \begin{abmatrix}{rr|r} 1 \amp -8 \amp 7 \end{abmatrix} \text{.} \end{equation*}
This matrix is already reduced. Using \(x,y\) as the variables, variable \(y\) is free and we assign it a parameter: \(y = t\text{.}\) Interpreting the row in the augmented matrix as an equation, we can isolate
\begin{equation*} x = 7 + 8 t \text{.} \end{equation*}
Express the general solution in vector form:
\begin{equation*} \uvec{x} = \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 7 + 8 t \\ t \end{bmatrix} = \begin{bmatrix} 7 \\ 0 \end{bmatrix} + t \begin{bmatrix} 8 \\ 1 \end{bmatrix}\text{.} \end{equation*}
Finally, the requested specific solutions are
\begin{align*} \uvec{x}_0 \amp = \begin{bmatrix} 7 \\ 0 \end{bmatrix} \text{,} \amp \uvec{x}_1 \amp = \begin{bmatrix} 15 \\ 1 \end{bmatrix} \text{.} \end{align*}

82.

\(\displaystyle A= \begin{abmatrix}{rrr} 0 \amp 1 \amp 4 \\ 1 \amp -2 \amp -12 \\ -3 \amp 4 \amp 28 \end{abmatrix} \text{;}\) \(\displaystyle \uvec{b} = \begin{abmatrix}{r} 2 \\ -4 \\ 8 \end{abmatrix} \text{.}\)
Solution.
Form the augmented matrix and reduce:
\begin{equation*} \begin{abmatrix}{rrr|r} 0 \amp 1 \amp 4 \amp 2 \\ 1 \amp -2 \amp -12 \amp -4 \\ -3 \amp 4 \amp 28 \amp 8 \end{abmatrix} \rowredarrow \begin{abmatrix}{rrr|r} 1 \amp 0 \amp -4 \amp 0 \\ 0 \amp 1 \amp 4 \amp 2 \\ 0 \amp 0 \amp 0 \amp 0 \end{abmatrix}\text{.} \end{equation*}
Using \(x,y,z\) as the variables, variable \(z\) is free and we assign it a parameter: \(z = t\text{.}\) Interpreting the nonzero rows of the reduced matrix as equations, we can isolate
\begin{align*} x \amp = 4 t \text{,} \amp y \amp = 2 - 4 t \text{.} \end{align*}
Express the general solution in vector form:
\begin{equation*} \uvec{x} = \begin{bmatrix} x \\ y \\z \end{bmatrix} = \begin{bmatrix} 4 t \\ 2 - 4 t \\ t \end{bmatrix} = \begin{bmatrix} 0 \\ 2 \\ 0 \end{bmatrix} + t \begin{abmatrix}{r} 4 \\ -4 \\ 1 \end{abmatrix}\text{.} \end{equation*}
Finally, the requested specific solutions are
\begin{align*} \uvec{x}_0 \amp = \begin{bmatrix} 0 \\ 2 \\ 0 \end{bmatrix} \text{,} \amp \uvec{x}_1 \amp = \begin{abmatrix}{r} 4 \\ -2 \\ 1 \end{abmatrix} \text{.} \end{align*}

83.

\(\displaystyle A= \begin{abmatrix}{rrr} 0 \amp 1 \amp 4 \\ 1 \amp -2 \amp -12 \\ -3 \amp 4 \amp 28 \end{abmatrix} \text{;}\) \(\displaystyle \uvec{b} = \zerovec \text{.}\)
Solution.
This is the homogeneous version of the system in Exercise 82, so we have general solution
\begin{equation*} \uvec{x} = t \begin{abmatrix}{r} 4 \\ -4 \\ 1 \end{abmatrix} \end{equation*}
and the requested specific solutions are
\begin{align*} \uvec{x}_0 \amp = \zerovec \text{,} \amp \uvec{x}_1 \amp = \begin{abmatrix}{r} 4 \\ -4 \\ 1 \end{abmatrix} \text{.} \end{align*}

84.

\(\displaystyle A = \begin{bmatrix} 1 \amp 3 \amp -4 \end{bmatrix} \text{;}\) \(\displaystyle \uvec{b} = \zerovec \text{.}\)
Solution.
This is a homogeneous system with a coefficient matrix that is already reduced. Using \(x,y,z\) as the variables, variables \(y\) and \(z\) are free and we assign them parameters: \(y = s\text{,}\) \(z = t\text{.}\) Interpreting the row in \(A\) as coefficients in a homogeneous equation, we can isolate
\begin{equation*} x = - 3 s + 4 t \text{.} \end{equation*}
Express the general solution in vector form:
\begin{equation*} \uvec{x} = \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} -3 s + 4 t \\ s \\ t \end{bmatrix} = s \begin{abmatrix}{r} -3 \\ 1 \\ 0 \end{abmatrix} + t \begin{bmatrix} 4 \\ 0 \\ 1 \end{bmatrix}\text{.} \end{equation*}
Finally, the requested specific solutions are
\begin{align*} \uvec{x}_0 \amp = \zerovec \text{,} \amp \uvec{x}_s \amp = \begin{abmatrix}{r} -3 \\ 1 \\ 0 \end{abmatrix} \text{,} \amp \uvec{x}_t \amp = \begin{abmatrix}{r} 4 \\ 0 \\ 1 \end{abmatrix} \text{.} \end{align*}

85.

\(\displaystyle A= \begin{abmatrix}{rrrrrr} 1 \amp -2 \amp 1 \amp 10 \amp 3 \amp 0 \\ 0 \amp 0 \amp 1 \amp 4 \amp 2 \amp -1 \\ 2 \amp -4 \amp 2 \amp 20 \amp 6 \amp 1 \end{abmatrix} \text{;}\) \(\displaystyle \uvec{b} = \begin{abmatrix}{r} -2 \\ -10 \\ 1 \end{abmatrix} \text{.}\)
Solution.
Form the augmented matrix and reduce:
\begin{equation*} \begin{abmatrix}{rrrrrr|r} 1 \amp -2 \amp 1 \amp 10 \amp 3 \amp 0 \amp - 2 \\ 0 \amp 0 \amp 1 \amp 4 \amp 2 \amp -1 \amp -10 \\ 2 \amp -4 \amp 2 \amp 20 \amp 6 \amp 1 \amp 1 \end{abmatrix} \rowredarrow \begin{abmatrix}{rrrrrr|r} 1 \amp -2 \amp 0 \amp 6 \amp 1 \amp 0 \amp 3 \\ 0 \amp 0 \amp 1 \amp 4 \amp 2 \amp 0 \amp -5 \\ 0 \amp 0 \amp 0 \amp 0 \amp 0 \amp 1 \amp 5 \end{abmatrix}\text{.} \end{equation*}
Using \(x_1,x_2,x_3,x_4,x_5,x_6\) as the variables, variables \(x_2,x_4,x_5\) are free and we assign parameters to them:
\begin{align*} x_2 \amp = r \text{,} \amp x_4 \amp = s \text{,} \amp x_5 \amp = t \text{.} \end{align*}
Interpreting the rows of the reduced matrix as equations, we can isolate
\begin{align*} x_1 \amp = 3 + 2 r - 6 s - t \text{,} \amp x_3 \amp = -5 - 4 s - 2 t \text{,} \amp x_6 \amp = 5 \text{.} \end{align*}
Express the general solution in vector form:
\begin{equation*} \uvec{x} = \begin{bmatrix} x_1 \\ x_2 \\ x_3 \\ x_4 \\ x_5 \\ x_6 \end{bmatrix} = \begin{bmatrix} 3 + 2 r - 6 s - t \\ r \\ -5 - 4 s - 2 t \\ s \\ t \\ 5 \end{bmatrix} = \begin{abmatrix}{r} 3 \\ 0 \\ -5 \\ 0 \\ 0 \\ 5 \end{abmatrix} + r \begin{bmatrix} 2 \\ 1 \\ 0 \\ 0 \\ 0 \\ 0 \end{bmatrix} + s \begin{abmatrix}{r} -6 \\ 0 \\ -4 \\ 1 \\ 0 \\ 0 \end{abmatrix} + t \begin{abmatrix}{r} -1 \\ 0 \\ -2 \\ 0 \\ 1 \\ 0 \end{abmatrix}\text{.} \end{equation*}
Finally, the requested specific solutions are
\begin{align*} \uvec{x}_0 \amp = \begin{abmatrix}{r} 3 \\ 0 \\ -5 \\ 0 \\ 0 \\ 5 \end{abmatrix} \text{,} \amp \uvec{x}_1 \amp = \begin{abmatrix}{r} 5 \\ 1 \\ -5 \\ 0 \\ 0 \\ 5 \end{abmatrix} \text{,} \amp \uvec{x}_2 \amp = \begin{abmatrix}{r} -3 \\ 0 \\ -9 \\ 1 \\ 0 \\ 5 \end{abmatrix} \text{,} \amp \uvec{x}_3 \amp = \begin{abmatrix}{r} 2 \\ 0 \\ -7 \\ 0 \\ 1 \\ 5 \end{abmatrix} \text{.} \end{align*}

86.

\(\displaystyle A= \begin{abmatrix}{rrrrrr} 1 \amp -2 \amp 1 \amp 10 \amp 3 \amp 0 \\ 0 \amp 0 \amp 1 \amp 4 \amp 2 \amp -1 \\ 2 \amp -4 \amp 2 \amp 20 \amp 6 \amp 1 \end{abmatrix} \text{;}\) \(\displaystyle \uvec{b} = \zerovec \text{.}\)
Solution.
This is the homogeneous version of the system in Exercise 85, so we have general solution
\begin{equation*} \uvec{x} = r \begin{bmatrix} 2 \\ 1 \\ 0 \\ 0 \\ 0 \\ 0 \end{bmatrix} + s \begin{abmatrix}{r} -6 \\ 0 \\ -4 \\ 1 \\ 0 \\ 0 \end{abmatrix} + t \begin{abmatrix}{r} -1 \\ 0 \\ -2 \\ 0 \\ 1 \\ 0 \end{abmatrix} \end{equation*}
and the requested specific solutions are
\begin{align*} \uvec{x}_0 \amp = \zerovec \text{,} \amp \uvec{x}_r \amp = \begin{bmatrix} 2 \\ 1 \\ 0 \\ 0 \\ 0 \\ 0 \end{bmatrix} \text{,} \amp \uvec{x}_s \amp = \begin{abmatrix}{r} -6 \\ 0 \\ -4 \\ 1 \\ 0 \\ 0 \end{abmatrix} \text{,} \amp \uvec{x}_t \amp = \begin{abmatrix}{r} -1 \\ 0 \\ -2 \\ 0 \\ 1 \\ 0 \end{abmatrix} \text{.} \end{align*}

Matrix arithmetic entry patterns.

For each matrix operation, write out the relationship between the entries of the “input” matrices and the entries of the resulting “output” matrix.

87. Addition.

For \(C = A + B\text{,}\) where \(A\) and \(B\) are both of size \(m \times n\text{,}\) express the general entry \(c_{ij}\) of the \(m \times n\) sum matrix \(C\) as a formula in the entries of \(A\) and \(B\text{.}\)

88. Subtraction.

For \(C = A - B\text{,}\) where \(A\) and \(B\) are both of size \(m \times n\text{,}\) express the general entry \(c_{ij}\) of the \(m \times n\) difference matrix \(C\) as a formula in the entries of \(A\) and \(B\text{.}\)

89. Negation.

For \(C = -A\text{,}\) where \(A\) is of size \(m \times n\text{,}\) express the general entry \(c_{ij}\) of the \(m \times n\) negative matrix \(C\) as a formula in the entries of \(A\text{.}\)

90. Scalar multiplication.

For \(C = k A\text{,}\) where \(A\) is of size \(m \times n\) and \(k\) is a scalar, express the general entry \(c_{ij}\) of the \(m \times n\) scaled matrix \(C\) as a formula in the entries of \(A\text{.}\)

91. Transpose.

For \(C = \utrans{A}\text{,}\) where \(A\) is of size \(m \times n\text{,}\) express the general entry \(c_{ij}\) of the \(m \times n\) transposed matrix \(C\) as a formula in the entries of \(A\text{.}\)

92. Multiplication.

For \(C = A B\text{,}\) where \(A\) is an \(\ell \times m\) matrix and \(B\) is an \(m \times n\) matrix, express the general entry \(c_{ij}\) of the \(\ell \times n\) product matrix \(C\) as a formula in the entries of \(A\) and \(B\text{.}\)

93. Square.

For \(C = A^2\text{,}\) where \(A\) is of square size \(n \times n\text{,}\) express the general entry \(c_{ij}\) of the \(n \times n\) power matrix \(C\) as a formula in the entries of \(A\text{.}\)

94. Extend the pattern.

In Exercise 37 we found that by multiplying two matrices whose entries follow a particular pattern, we can effectively “isolate” the addition part of the multiply-then-add procedure of matrix multiplication. Or, put another way, this pattern reveals that there is a way to “recast” addition of scalars (numbers) as a form of multiplication of \(2 \times 2\) matrices.

(a)

Can you create another, similar “form” of \(2 \times 2\) matrix that does the same?

(b)

Can you create a similar “form” of \(3 \times 3\) matrix that does the same?

(c)

Can you create a “form” of \(2 \times 2\) matrix that “recasts” multiplication of scalars as a form of matrix multiplication?

Verifying matrix algebra rules.

Practise verifying matrix algebra rules. Use the provided proofs of Rule 1.b and Rule 2.c from Proposition 4.5.1 as templates/guides to carrying out your own verifications. You may also find your answers to Exercises 4.6.87–4.6.93 helpful. (Recall: that \(\zerovec\) represents a zero matrix of appropriate dimensions, not the scalar \(0\text{.}\))

96.

Rule: \(A + A = 2 A\) for every matrix \(A\text{.}\)

97.

Rule: \(1 A = A \) for every matrix \(A\text{.}\)

101.

Rule: if matrix \(A\) has a row that is all zeros, then so does the product \(A B \) for every matrix \(B\) for which the product is defined.

102.

Rule: if matrix \(B\) has a column that is all zeros, then so does the product \(A B \) for every matrix \(A\) for which the product is defined.

106. Combinations of solutions.

(a)

Suppose \(\uvec{x}_0\) is a column vector that represents a specific solution to the homogeneous system \(A \uvec{x} = \zerovec\text{,}\) and let \(k\) represent an arbitrary scalar value. Verify that the scaled vector \(\uvec{y} = k \uvec{x}_0\) also represents a specific solution to that same homogeneous system.

(b)

Suppose \(\uvec{x}_1\) and \(\uvec{x}_2\) are column vectors of the same dimensions, each of which represents a specific solution to the homogeneous system \(A \uvec{x} = \zerovec\text{.}\) Verify that the sum vector \(\uvec{y} = \uvec{x}_1 + \uvec{x}_2\) also represents a specific solution to that same homogeneous system.

(c)

Suppose \(\uvec{x}_1, \uvec{x}_2, \dotsc, \uvec{x}_m\) are all column vectors of the same dimensions, each of which represents a specific solution to the homogeneous system \(A \uvec{x} = \zerovec\text{,}\) and let each of \(k_1, k_2, \dotsc, k_m\) represent an arbitrary scalar value. Verify that the linear combination vector
\begin{equation*} \uvec{y} = k_1 \uvec{x}_1 + k_2 \uvec{x}_2 + \dotsc + k_m \uvec{x}_m \end{equation*}
also represents a specific solution to that same homogeneous system.

(d)

Do the patterns verified in this exercise hold true for scales/sums/combinations of solutions to a nonhomogeneous system?