Table of contents
- 0. Review of Algebra4h 16m
- 1. Equations & Inequalities3h 18m
- 2. Graphs of Equations43m
- 3. Functions2h 17m
- 4. Polynomial Functions1h 44m
- 5. Rational Functions1h 23m
- 6. Exponential & Logarithmic Functions2h 28m
- 7. Systems of Equations & Matrices4h 6m
- 8. Conic Sections2h 23m
- 9. Sequences, Series, & Induction1h 19m
- 10. Combinatorics & Probability1h 45m
7. Systems of Equations & Matrices
Determinants and Cramer's Rule
Problem 37
Textbook Question
In Exercises 37 - 42,a. Write each linear system as a matrix equation in the form AX = B.b. Solve the system using the inverse that is given for the coefficient matrix.2x + 6y + 6z = 82x + 7y + 6z = 102x + 7y + 7z = 9The inverse of is 

1
Write the system of equations in matrix form: AX = B, where A is the coefficient matrix, X is the column matrix of variables, and B is the column matrix of constants.
Identify the coefficient matrix A as \( \begin{bmatrix} 2 & 6 & 6 \\ 2 & 7 & 6 \\ 2 & 7 & 7 \end{bmatrix} \), the variable matrix X as \( \begin{bmatrix} x \\ y \\ z \end{bmatrix} \), and the constant matrix B as \( \begin{bmatrix} 8 \\ 10 \\ 9 \end{bmatrix} \).
Express the matrix equation as \( \begin{bmatrix} 2 & 6 & 6 \\ 2 & 7 & 6 \\ 2 & 7 & 7 \end{bmatrix} \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} 8 \\ 10 \\ 9 \end{bmatrix} \).
Use the given inverse matrix \( \begin{bmatrix} \frac{7}{2} & 0 & -3 \\ -1 & 0 & 0 \\ 0 & -1 & 1 \end{bmatrix} \) to solve for X by multiplying both sides of the equation by the inverse of A.
Calculate \( X = A^{-1}B \) by performing the matrix multiplication \( \begin{bmatrix} \frac{7}{2} & 0 & -3 \\ -1 & 0 & 0 \\ 0 & -1 & 1 \end{bmatrix} \begin{bmatrix} 8 \\ 10 \\ 9 \end{bmatrix} \) to find the values of x, y, and z.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
3mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Matrix Representation of Linear Systems
A linear system can be expressed in matrix form as AX = B, where A is the coefficient matrix, X is the column matrix of variables, and B is the column matrix of constants. This representation simplifies the process of solving systems of equations, allowing for the use of matrix operations to find solutions.
Recommended video:
Guided course
Introduction to Systems of Linear Equations
Matrix Inverse
The inverse of a matrix A, denoted as A⁻¹, is a matrix that, when multiplied by A, yields the identity matrix. For a system of equations represented as AX = B, if A is invertible, the solution can be found using X = A⁻¹B. The existence of an inverse is crucial for solving linear systems efficiently.
Recommended video:
Graphing Logarithmic Functions
Solving Linear Systems
To solve a linear system using the inverse of the coefficient matrix, one first writes the system in matrix form. Then, by multiplying both sides of the equation AX = B by A⁻¹, the solution for X can be obtained. This method is particularly useful when dealing with larger systems where traditional substitution or elimination methods may be cumbersome.
Recommended video:
Guided course
Introduction to Systems of Linear Equations
Watch next
Master Determinants of 2×2 Matrices with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice