Skip to main content
Ch. 6 - Matrices and Determinants
Blitzer - College Algebra 8th Edition
Blitzer8th EditionCollege AlgebraISBN: 9780136970514Not the one you use?Change textbook
Chapter 7, Problem 39

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.
{xy+z=82yz=72x+3y=1The inverse of [111021230] is [331221452].\(\begin{cases}\)x - y + z = 8 \\2y - z = -7 \\2x + 3y = 1\(\end{cases}\]\text{The inverse of }\[\begin{bmatrix}\)1 & -1 & 1 \\0 & 2 & -1 \\2 & 3 & 0\(\end{bmatrix}\]\text{ is }\[\begin{bmatrix}\)3 & 3 & -1 \\-2 & -2 & 1 \\-4 & -5 & 2\(\end{bmatrix}\]\text{.}\)

Verified step by step guidance
1
Step 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 constants matrix. For the system: \[\begin{cases} x - y + z = 8 \\ 2y - z = -7 \\ 2x + 3y = 1 \end{cases}\] The coefficient matrix \(A\) is: \[A = \begin{bmatrix} 1 & -1 & 1 \\ 0 & 2 & -1 \\ 2 & 3 & 0 \end{bmatrix}\] The variable matrix \(X\) is: \[X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}\] The constants matrix \(B\) is: \[B = \begin{bmatrix} 8 \\ -7 \\ 1 \end{bmatrix}\]
Step 2: Confirm the inverse matrix \(A^{-1}\) is given as: \[A^{-1} = \begin{bmatrix} 3 & 3 & -1 \\ -2 & -2 & 1 \\ -4 & -5 & 2 \end{bmatrix}\]
Step 3: Use the matrix equation \(X = A^{-1}B\) to find the solution vector \(X\). This means multiplying the inverse matrix \(A^{-1}\) by the constants matrix \(B\).
Step 4: Perform the matrix multiplication: \[X = \begin{bmatrix} 3 & 3 & -1 \\ -2 & -2 & 1 \\ -4 & -5 & 2 \end{bmatrix} \times \begin{bmatrix} 8 \\ -7 \\ 1 \end{bmatrix}\] Multiply each row of \(A^{-1}\) by the column matrix \(B\) to get each variable \(x\), \(y\), and \(z\).
Step 5: Write the resulting matrix \(X\) as the solution to the system, where the first element is \(x\), the second is \(y\), and the third is \(z\).

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
4m
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 system of linear equations can be expressed as a matrix equation AX = B, where A is the coefficient matrix, X is the column matrix of variables, and B is the constants matrix. This form simplifies solving the system using matrix operations.
Recommended video:
Guided course
4:27
Introduction to Systems of Linear Equations

Matrix Inverse and Its Role in Solving Systems

The inverse of a matrix A, denoted A⁻¹, is used to solve AX = B by multiplying both sides by A⁻¹, yielding X = A⁻¹B. This method works only if A is invertible (non-singular), providing a direct way to find the solution vector X.
Recommended video:
Guided course
5:48
Solving Systems of Equations - Substitution

Matrix Multiplication for Solution Computation

To find the solution vector X, multiply the inverse matrix A⁻¹ by the constants matrix B. Matrix multiplication involves summing products of rows of A⁻¹ with columns of B, resulting in the values of variables x, y, and z.
Recommended video:
03:42
Finding Zeros & Their Multiplicity