In Exercises 14–27, perform the indicated matrix operations given that and D are defined as follows. If an operation is not defined, state the reason. D-A
Table of contents
- 0. Review of Algebra4h 18m
- 1. Equations & Inequalities3h 18m
- 2. Graphs of Equations1h 43m
- 3. Functions2h 17m
- 4. Polynomial Functions1h 44m
- 5. Rational Functions1h 23m
- 6. Exponential & Logarithmic Functions2h 28m
- 7. Systems of Equations & Matrices4h 5m
- 8. Conic Sections2h 23m
- 9. Sequences, Series, & Induction1h 22m
- 10. Combinatorics & Probability1h 45m
7. Systems of Equations & Matrices
Introduction to Matrices
Problem 19
Textbook Question
In Exercises 19–20, a few steps in the process of simplifying the given matrix to row-echelon form, with 1s down the diagonal from upper left to lower right, and 0s below the 1s, are shown. Fill in the missing numbers in the steps that are shown.

Verified step by step guidance1
Step 1: Start with the given augmented matrix:
\[\left[\begin{array}{ccc|c} 1 & -1 & 1 & 8 \\ 2 & 3 & -1 & -2 \\ 3 & -2 & -9 & 9 \end{array}\right]\]
Step 2: Use the first row to eliminate the entries below the leading 1 in the first column. Specifically, replace row 2 with (row 2) - 2*(row 1), and row 3 with (row 3) - 3*(row 1). This will create zeros below the first pivot (1 in row 1, column 1).
Step 3: After these operations, the matrix becomes:
\[\left[\begin{array}{ccc|c} 1 & -1 & 1 & 8 \\ 0 & 5 & -3 & -18 \\ 0 & 1 & -12 & -15 \end{array}\right]\]
Here, the missing numbers in the second row, third column and augmented part are -3 and -18 respectively.
Step 4: Next, use the second row to eliminate the entry below the leading 1 in the second column. Replace row 3 with (row 3) - (1/5)*(row 2) to create a zero below the pivot in the second column.
Step 5: After this operation, the matrix becomes:
\[\left[\begin{array}{ccc|c} 1 & -1 & 1 & 8 \\ 0 & 5 & -3 & -18 \\ 0 & 0 & -\frac{57}{5} & -\frac{57}{5} \end{array}\right]\]
The missing numbers in the third row, third column and augmented part are \(-\frac{57}{5}\) and \(-\frac{57}{5}\) respectively.
Verified video answer for a similar problem:This video solution was recommended by our tutors as helpful for the problem above
Video duration:
4mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Row-Echelon Form
Row-echelon form is a type of matrix form where all nonzero rows are above any rows of all zeros, the leading entry of each nonzero row is 1, and all entries below each leading 1 are zeros. This form simplifies solving systems of linear equations by back substitution.
Recommended video:
Guided course
Solving Systems of Equations - Matrices (Row-Echelon Form)
Elementary Row Operations
Elementary row operations include swapping rows, multiplying a row by a nonzero scalar, and adding or subtracting multiples of one row to another. These operations are used to transform a matrix into row-echelon form without changing the solution set of the corresponding system.
Recommended video:
Guided course
Performing Row Operations on Matrices
Augmented Matrix and System of Equations
An augmented matrix represents a system of linear equations, combining the coefficient matrix and constants into one matrix. Understanding how to manipulate this matrix helps in solving the system by applying row operations to isolate variables and find solutions.
Recommended video:
Guided course
Introduction to Systems of Linear Equations
Watch next
Master Introduction to Matrices with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice
Textbook Question
639
views
