Table of contents
- 0. Review of Algebra4h 18m
- 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 22m
- 10. Combinatorics & Probability1h 45m
7. Systems of Equations & Matrices
Determinants and Cramer's Rule
Problem 35
Textbook Question
In Exercises 33 - 36, write each matrix equation as a system of linear equations without matrices.

1
Identify the matrix equation: \( \begin{bmatrix} 2 & 0 & -1 \\ 0 & 3 & 0 \\ 1 & 1 & 0 \end{bmatrix} \begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} 6 \\ 9 \\ 5 \end{bmatrix} \).
Multiply the first row of the matrix by the column vector: \( 2x + 0y - 1z = 6 \).
Multiply the second row of the matrix by the column vector: \( 0x + 3y + 0z = 9 \).
Multiply the third row of the matrix by the column vector: \( 1x + 1y + 0z = 5 \).
Write the system of linear equations: \( 2x - z = 6 \), \( 3y = 9 \), \( x + y = 5 \).

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
1mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Matrix Representation
A matrix is a rectangular array of numbers arranged in rows and columns. In the context of linear equations, matrices can represent coefficients of variables in a system. The matrix equation Ax = b combines the coefficient matrix A, the variable matrix x, and the constant matrix b, allowing for a compact representation of multiple linear equations.
Recommended video:
Guided course
Performing Row Operations on Matrices
Systems of Linear Equations
A system of linear equations consists of two or more linear equations that share the same variables. The goal is to find values for these variables that satisfy all equations simultaneously. Each equation can be represented in the form ax + by + cz = d, where a, b, c, and d are constants, and x, y, z are the variables.
Recommended video:
Guided course
Introduction to Systems of Linear Equations
Conversion from Matrix to Linear Equations
To convert a matrix equation into a system of linear equations, each row of the coefficient matrix corresponds to a separate equation. The elements of each row represent the coefficients of the variables, while the elements of the result matrix represent the constants on the right side of the equations. This process allows for a clear understanding of the relationships between the variables.
Recommended video:
Categorizing Linear Equations
Watch next
Master Determinants of 2×2 Matrices with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice