3.6: Solve Systems of Equations Using Matrices (2024)

  1. Last updated
  2. Save as PDF
  • Page ID
    29346
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}}}\)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{#1}}} \)

    \( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

    ( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\id}{\mathrm{id}}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\kernel}{\mathrm{null}\,}\)

    \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\)

    \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\)

    \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}} % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}} % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}}}\)

    \( \newcommand{\vectorC}[1]{\textbf{#1}}\)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}}\)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}}\)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}}}\)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{#1}}} \)

    Learning Objectives

    By the end of this section, you will be able to:

    • Write the augmented matrix for a system of equations
    • Use row operations on a matrix
    • Solve systems of equations using matrices

    Before you get started, take this readiness quiz.

    1. Solve: \(3(x+2)+4=4(2x−1)+9\).
      If you missed this problem, review [link].
    2. Solve: \(0.25p+0.25(x+4)=5.20\).
      If you missed this problem, review [link].
    3. Evaluate when \(x=−2\) and \(y=3:2x^2−xy+3y^2\).
      If you missed this problem, review [link].

    Write the Augmented Matrix for a System of Equations

    Solving a system of equations can be a tedious operation where a simple mistake can wreak havoc on finding the solution. An alternative method which uses the basic procedures of elimination but with notation that is simpler is available. The method involves using a matrix. A matrix is a rectangular array of numbers arranged in rows and columns.

    MATRIX

    A matrix is a rectangular array of numbers arranged in rows and columns.

    A matrix with m rows and n columns has order \(m\times n\). The matrix on the left below has 2 rows and 3 columns and so it has order \(2\times 3\). We say it is a 2 by 3 matrix.

    3.6: Solve Systems of Equations Using Matrices (2)

    Each number in the matrix is called an element or entry in the matrix.

    We will use a matrix to represent a system of linear equations. We write each equation in standard form and the coefficients of the variables and the constant of each equation becomes a row in the matrix. Each column then would be the coefficients of one of the variables in the system or the constants. A vertical line replaces the equal signs. We call the resulting matrix the augmented matrix for the system of equations.

    3.6: Solve Systems of Equations Using Matrices (3)

    Notice the first column is made up of all the coefficients of x, the second column is the all the coefficients of y, and the third column is all the constants.

    Example \(\PageIndex{1}\)

    ⓐ \(\left\{ \begin{array} {l} 5x−3y=−1 \\ y=2x−2 \end{array} \right. \) ⓑ \( \left\{ \begin{array} {l} 6x−5y+2z=3 \\ 2x+y−4z=5 \\ 3x−3y+z=−1 \end{array} \right. \)

    Answer

    ⓐ The second equation is not in standard form. We rewrite the second equation in standard form.

    \[\begin{aligned} y=2x−2 \\ −2x+y=−2 \end{aligned} \nonumber\]

    We replace the second equation with its standard form. In the augmented matrix, the first equation gives us the first row and the second equation gives us the second row. The vertical line replaces the equal signs.

    3.6: Solve Systems of Equations Using Matrices (4)

    ⓑ All three equations are in standard form. In the augmented matrix the first equation gives us the first row, the second equation gives us the second row, and the third equation gives us the third row. The vertical line replaces the equal signs.

    3.6: Solve Systems of Equations Using Matrices (5)

    Example \(\PageIndex{2}\)

    Write each system of linear equations as an augmented matrix:

    ⓐ \(\left\{ \begin{array} {l} 3x+8y=−3 \\ 2x=−5y−3 \end{array} \right. \) ⓑ \(\left\{ \begin{array} {l} 2x−5y+3z=8 \\ 3x−y+4z=7 \\ x+3y+2z=−3 \end{array} \right. \)

    Answer

    ⓐ \(\left[ \begin{matrix} 3 &8 &-3 \\ 2 &5 &−3 \end{matrix} \right] \)

    ⓑ \(\left[ \begin{matrix} 2 &3 &1 &−5 \\ −1 &3 &3 &4 \\ 2 &8 &7 &−3 \end{matrix} \right] \)

    Example \(\PageIndex{3}\)

    Write each system of linear equations as an augmented matrix:

    ⓐ \(\left\{ \begin{array} {l} 11x=−9y−5 \\ 7x+5y=−1 \end{array} \right. \) ⓑ \(\left\{ \begin{array} {l} 5x−3y+2z=−5 \\ 2x−y−z=4 \\ 3x−2y+2z=−7 \end{array} \right. \)

    Answer

    ⓐ \(\left[ \begin{matrix} 11 &9 &−5 \\ 7 &5 &−1 \end{matrix} \right] \)
    ⓑ \(\left[ \begin{matrix} 5 &−3 &2 &−5 \\ 2 &−1 &−1 &4 \\ 3 &−2 &2 &−7 \end{matrix} \right] \)

    It is important as we solve systems of equations using matrices to be able to go back and forth between the system and the matrix. The next example asks us to take the information in the matrix and write the system of equations.

    Example \(\PageIndex{4}\)

    Write the system of equations that corresponds to the augmented matrix:

    \(\left[ \begin{array} {ccc|c} 4 &−3 &3 &−1 \\ 1 &2 &−1 &2 \\ −2 &−1 &3 &−4 \end{array} \right] \).

    Answer

    We remember that each row corresponds to an equation and that each entry is a coefficient of a variable or the constant. The vertical line replaces the equal sign. Since this matrix is a \(4\times 3\), we know it will translate into a system of three equations with three variables.

    3.6: Solve Systems of Equations Using Matrices (6)

    Example \(\PageIndex{5}\)

    Write the system of equations that corresponds to the augmented matrix: \(\left[ \begin{matrix} 1 &−1 &2 &3 \\ 2 &1 &−2 &1 \\ 4 &−1 &2 &0 \end{matrix} \right] \).

    Answer

    \(\left\{ \begin{array} {l} x−y+2z=3 \\ 2x+y−2z=1 \\ 4x−y+2z=0 \end{array} \right.\)

    Example \(\PageIndex{6}\)

    Write the system of equations that corresponds to the augmented matrix: \(\left[ \begin{matrix} 1 &1 &1 &4 \\ 2 &3 &−1 &8 \\ 1 &1 &−1 &3 \end{matrix} \right] \).

    Answer

    \(\left\{ \begin{array} {l} x+y+z=4 \\ 2x+3y−z=8 \\ x+y−z=3 \end{array} \right.\)

    Use Row Operations on a Matrix

    Once a system of equations is in its augmented matrix form, we will perform operations on the rows that will lead us to the solution.

    To solve by elimination, it doesn’t matter which order we place the equations in the system. Similarly, in the matrix we can interchange the rows.

    When we solve by elimination, we often multiply one of the equations by a constant. Since each row represents an equation, and we can multiply each side of an equation by a constant, similarly we can multiply each entry in a row by any real number except 0.

    In elimination, we often add a multiple of one row to another row. In the matrix we can replace a row with its sum with a multiple of another row.

    These actions are called row operations and will help us use the matrix to solve a system of equations.

    ROW OPERATIONS

    In a matrix, the following operations can be performed on any row and the resulting matrix will be equivalent to the original matrix.

    1. Interchange any two rows.
    2. Multiply a row by any real number except 0.
    3. Add a nonzero multiple of one row to another row.

    Performing these operations is easy to do but all the arithmetic can result in a mistake. If we use a system to record the row operation in each step, it is much easier to go back and check our work.

    We use capital letters with subscripts to represent each row. We then show the operation to the left of the new matrix. To show interchanging a row:

    3.6: Solve Systems of Equations Using Matrices (7)

    To multiply row 2 by \(−3\):

    3.6: Solve Systems of Equations Using Matrices (8)

    To multiply row 2 by \(−3\) and add it to row 1:

    3.6: Solve Systems of Equations Using Matrices (9)

    Example \(\PageIndex{7}\)

    Perform the indicated operations on the augmented matrix:

    ⓐ Interchange rows 2 and 3.

    ⓑ Multiply row 2 by 5.

    ⓒ Multiply row 3 by −2−2 and add to row 1.

    \( \left[ \begin{array} {ccc|c} 6 &−5 &2 &3 \\ 2 &1 &−4 &5 \\ 3 &−3 &1 &−1 \end{array} \right] \)

    Answer

    ⓐ We interchange rows 2 and 3.

    3.6: Solve Systems of Equations Using Matrices (10)

    ⓑ We multiply row 2 by 5.

    3.6: Solve Systems of Equations Using Matrices (11)

    ⓒ We multiply row 3 by \(−2\) and add to row 1.

    3.6: Solve Systems of Equations Using Matrices (12)

    Example \(\PageIndex{8}\)

    Perform the indicated operations on the augmented matrix:

    ⓐ Interchange rows 1 and 3.

    ⓑ Multiply row 3 by 3.

    ⓒ Multiply row 3 by 2 and add to row 2.

    \( \left[ \begin{array} {ccc|c} 5 &−2 &-2 &-2 \\ 4 &-1 &−4 &4 \\ -2 &3 &0 &−1 \end{array} \right] \)

    Answer

    ⓐ \( \left[ \begin{matrix} −2 &3 &0 &−2 \\ 4 &−1 &−4 &4 \\ 5 &−2 &−2 &−2 \end{matrix} \right] \)

    ⓑ \( \left[ \begin{matrix} −2 &3 &0 &−2 \\ 4 &−1 &−4 &4 \\ 15 &−6 &−6 &−6 \end{matrix} \right] \)

    ⓒ \( \left[ \begin{matrix} -2 &3 &0 &2 & \\ 3 &4 &-13 &-16 &-8 \\ 15 &-6 &-6 &-6 & \end{matrix} \right] \)

    Example \(\PageIndex{9}\)

    Perform the indicated operations on the augmented matrix:

    ⓐ Interchange rows 1 and 2,

    ⓑ Multiply row 1 by 2,

    ⓒ Multiply row 2 by 3 and add to row 1.

    \( \left[ \begin{array} {ccc|c} 2 &−3 &−2 &−4 \\ 4 &1 &−3 &2 \\ 5 &0 &4 &−1 \end{array} \right] \)

    Answer

    ⓐ \( \left[ \begin{matrix} 4 &1 &−3 &2 \\ 2 &−3 &−2 &−4 \\ 5 &0 &4 &−1 \end{matrix} \right] \)
    ⓑ \( \left[ \begin{matrix} 8 &2 &−6 &4 \\ 2 &−3 &−2 &−4 \\ 5 &0 &4 &−1 \end{matrix} \right] \)
    ⓒ \( \left[ \begin{matrix} 14 &−7 &−12 &−8 \\ 2 &−3 &−2 &−4 \\ 5 &0 &4 &−1 \end{matrix} \right] \)

    Now that we have practiced the row operations, we will look at an augmented matrix and figure out what operation we will use to reach a goal. This is exactly what we did when we did elimination. We decided what number to multiply a row by in order that a variable would be eliminated when we added the rows together.

    Given this system, what would you do to eliminate x?

    3.6: Solve Systems of Equations Using Matrices (13)

    This next example essentially does the same thing, but to the matrix.

    Example \(\PageIndex{10}\)

    Perform the needed row operation that will get the first entry in row 2 to be zero in the augmented matrix: \( \left[ \begin{array} {cc|c} 1 &−1 &2 \\ 4 &−8 &0 \end{array} \right] \)

    Answer

    To make the 4 a 0, we could multiply row 1 by \(−4\) and then add it to row 2.

    3.6: Solve Systems of Equations Using Matrices (14)

    Example \(\PageIndex{11}\)

    Perform the needed row operation that will get the first entry in row 2 to be zero in the augmented matrix: \( \left[ \begin{array} {cc|c} 1 &−1 &2 \\ 3 &−6 &2 \end{array} \right] \)

    Answer

    \( \left[ \begin{matrix} 1 &−1 &2 \\ 0 &−3 &−4 \end{matrix} \right] \)

    Example \(\PageIndex{12}\)

    Perform the needed row operation that will get the first entry in row 2 to be zero in the augmented matrix: \( \left[ \begin{array} {cc|c} 1 &−1 &3 \\ -2 &−3 &2 \end{array} \right] \)

    Answer

    \( \left[ \begin{matrix} 1 &−1 &3 \\ 0 &−5 &8 \end{matrix} \right] \)

    Solve Systems of Equations Using Matrices

    To solve a system of equations using matrices, we transform the augmented matrix into a matrix in row-echelon form using row operations. For a consistent and independent system of equations, its augmented matrix is in row-echelon form when to the left of the vertical line, each entry on the diagonal is a 1 and all entries below the diagonal are zeros.

    ROW-ECHELON FORM

    For a consistent and independent system of equations, its augmented matrix is in row-echelon form when to the left of the vertical line, each entry on the diagonal is a 1 and all entries below the diagonal are zeros.

    3.6: Solve Systems of Equations Using Matrices (15)

    Once we get the augmented matrix into row-echelon form, we can write the equivalent system of equations and read the value of at least one variable. We then substitute this value in another equation to continue to solve for the other variables. This process is illustrated in the next example.

    How to Solve a System of Equations Using a Matrix

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} 3x+4y=5 \\ x+2y=1 \end{array} \right. \)

    Answer

    3.6: Solve Systems of Equations Using Matrices (16)3.6: Solve Systems of Equations Using Matrices (17)3.6: Solve Systems of Equations Using Matrices (18)3.6: Solve Systems of Equations Using Matrices (19)3.6: Solve Systems of Equations Using Matrices (20)3.6: Solve Systems of Equations Using Matrices (21)3.6: Solve Systems of Equations Using Matrices (22)3.6: Solve Systems of Equations Using Matrices (23)3.6: Solve Systems of Equations Using Matrices (24)

    Example \(\PageIndex{14}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} 2x+y=7 \\ x−2y=6 \end{array} \right. \)

    Answer

    The solution is \((4,−1)\).

    Example \(\PageIndex{15}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} 2x+y=−4 \\ x−y=−2 \end{array} \right. \)

    Answer

    The solution is \((−2,0)\).

    The steps are summarized here.

    SOLVE A SYSTEM OF EQUATIONS USING MATRICES.
    1. Write the augmented matrix for the system of equations.
    2. Using row operations get the entry in row 1, column 1 to be 1.
    3. Using row operations, get zeros in column 1 below the 1.
    4. Using row operations, get the entry in row 2, column 2 to be 1.
    5. Continue the process until the matrix is in row-echelon form.
    6. Write the corresponding system of equations.
    7. Use substitution to find the remaining variables.
    8. Write the solution as an ordered pair or triple.
    9. Check that the solution makes the original equations true.

    Here is a visual to show the order for getting the 1’s and 0’s in the proper position for row-echelon form.

    3.6: Solve Systems of Equations Using Matrices (25)

    We use the same procedure when the system of equations has three equations.

    Example \(\PageIndex{16}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} 3x+8y+2z=−5 \\ 2x+5y−3z=0 \\ x+2y−2z=−1 \end{array} \right. \)

    Answer
    3.6: Solve Systems of Equations Using Matrices (26)
    Write the augmented matrix for the equations. 3.6: Solve Systems of Equations Using Matrices (27)
    Interchange row 1 and 3 to get the entry in
    row 1, column 1 to be 1.
    3.6: Solve Systems of Equations Using Matrices (28)
    Using row operations, get zeros in column 1 below the 1. 3.6: Solve Systems of Equations Using Matrices (29)
    3.6: Solve Systems of Equations Using Matrices (30)
    The entry in row 2, column 2 is now 1.
    Continue the process until the matrix
    is in row-echelon form.
    3.6: Solve Systems of Equations Using Matrices (31)
    3.6: Solve Systems of Equations Using Matrices (32)
    The matrix is now in row-echelon form. 3.6: Solve Systems of Equations Using Matrices (33)
    Write the corresponding system of equations. 3.6: Solve Systems of Equations Using Matrices (34)
    Use substitution to find the remaining variables. 3.6: Solve Systems of Equations Using Matrices (35)
    3.6: Solve Systems of Equations Using Matrices (36)
    3.6: Solve Systems of Equations Using Matrices (37)
    Write the solution as an ordered pair or triple. 3.6: Solve Systems of Equations Using Matrices (38)
    Check that the solution makes the original equations true. We leave the check for you.
    Example \(\PageIndex{17}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} 2x−5y+3z=8 \\ 3x−y+4z=7 \\ x+3y+2z=−3 \end{array} \right. \)

    Answer

    \((6,−1,−3)\)

    Example \(\PageIndex{18}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} −3x+y+z=−4 \\ −x+2y−2z=1 \\ 2x−y−z=−1 \end{array} \right. \)

    Answer

    \((5,7,4)\)

    So far our work with matrices has only been with systems that are consistent and independent, which means they have exactly one solution. Let’s now look at what happens when we use a matrix for a dependent or inconsistent system.

    Example \(\PageIndex{19}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} x+y+3z=0 \\ x+3y+5z=0 \\ 2x+4z=1 \end{array} \right. \)

    Answer
    3.6: Solve Systems of Equations Using Matrices (39)
    Write the augmented matrix for the equations. 3.6: Solve Systems of Equations Using Matrices (40)
    The entry in row 1, column 1 is 1.
    Using row operations, get zeros in column 1 below the 1. 3.6: Solve Systems of Equations Using Matrices (41)
    3.6: Solve Systems of Equations Using Matrices (42)
    Continue the process until the matrix is in row-echelon form. 3.6: Solve Systems of Equations Using Matrices (43)
    Multiply row 2 by 2 and add it to row 3. 3.6: Solve Systems of Equations Using Matrices (44)
    At this point, we have all zeros on the left of row 3.
    Write the corresponding system of equations. 3.6: Solve Systems of Equations Using Matrices (45)
    Since \(0 \neq 1 \) we have a false statement. Just as when we solved a system using other methods, this tells us we have an inconsistent system. There is no solution.
    Example \(\PageIndex{20}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} x−2y+2z=1 \\ −2x+y−z=2 \\ x−y+z=5 \end{array} \right. \)

    Answer

    no solution

    Example \(\PageIndex{21}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} 3x+4y−3z=−2 \\ −2x+3y−z=−1 \\ 2x+y−2z=6 \end{array} \right. \)

    Answer

    no solution

    The last system was inconsistent and so had no solutions. The next example is dependent and has infinitely many solutions.

    Example \(\PageIndex{22}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} x−2y+3z=1 \\ x+y−3z=7 \\ 3x−4y+5z=7 \end{array} \right. \)

    Answer
    3.6: Solve Systems of Equations Using Matrices (46)
    Write the augmented matrix for the equations. 3.6: Solve Systems of Equations Using Matrices (47)
    The entry in row 1, column 1 is 1.
    Using row operations, get zeros in column 1 below the 1. 3.6: Solve Systems of Equations Using Matrices (48)
    3.6: Solve Systems of Equations Using Matrices (49)
    Continue the process until the matrix is in row-echelon form. 3.6: Solve Systems of Equations Using Matrices (50)
    Multiply row 2 by \(−2\) and add it to row 3. 3.6: Solve Systems of Equations Using Matrices (51)
    At this point, we have all zeros in the bottom row.
    Write the corresponding system of equations. 3.6: Solve Systems of Equations Using Matrices (52)
    Since \(0=0\) we have a true statement. Just as when we solved by substitution, this tells us we have a dependent system. There are infinitely many solutions.
    Solve for y in terms of z in the second equation. 3.6: Solve Systems of Equations Using Matrices (53)
    Solve the first equation for x in terms of z. 3.6: Solve Systems of Equations Using Matrices (54)
    Substitute \(y=2z+2\). 3.6: Solve Systems of Equations Using Matrices (55)
    Simplify. 3.6: Solve Systems of Equations Using Matrices (56)
    Simplify. 3.6: Solve Systems of Equations Using Matrices (57)
    Simplify. 3.6: Solve Systems of Equations Using Matrices (58)
    The system has infinitely many solutions \((x,y,z)\), where \(x=z+5;\space y=2z+2;\space z\) is any real number.
    Example \(\PageIndex{23}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} x+y−z=0 \\ 2x+4y−2z=6 \\ 3x+6y−3z=9 \end{array} \right. \)

    Answer

    infinitely many solutions \((x,y,z)\), where \(x=z−3;\space y=3;\space z\) is any real number.

    Example \(\PageIndex{24}\)

    Solve the system of equations using a matrix: \(\left\{ \begin{array} {l} x−y−z=1 \\ −x+2y−3z=−4 \\ 3x−2y−7z=0 \end{array} \right. \)

    Answer

    infinitely many solutions \((x,y,z)\), where \(x=5z−2;\space y=4z−3;\space z\) is any real number.

    Access this online resource for additional instruction and practice with Gaussian Elimination.

    • Gaussian Elimination

    Key Concepts

    • Matrix: A matrix is a rectangular array of numbers arranged in rows and columns. A matrix with m rows and n columns has order \(m\times n\). The matrix on the left below has 2 rows and 3 columns and so it has order \(2\times 3\). We say it is a 2 by 3 matrix.
      3.6: Solve Systems of Equations Using Matrices (59)
      Each number in the matrix is called an element or entry in the matrix.
    • Row Operations: In a matrix, the following operations can be performed on any row and the resulting matrix will be equivalent to the original matrix.
      • Interchange any two rows
      • Multiply a row by any real number except 0
      • Add a nonzero multiple of one row to another row
    • Row-Echelon Form: For a consistent and independent system of equations, its augmented matrix is in row-echelon form when to the left of the vertical line, each entry on the diagonal is a 1 and all entries below the diagonal are zeros.
      3.6: Solve Systems of Equations Using Matrices (60)
    • How to solve a system of equations using matrices.
      1. Write the augmented matrix for the system of equations.
      2. Using row operations get the entry in row 1, column 1 to be 1.
      3. Using row operations, get zeros in column 1 below the 1.
      4. Using row operations, get the entry in row 2, column 2 to be 1.
      5. Continue the process until the matrix is in row-echelon form.
      6. Write the corresponding system of equations.
      7. Use substitution to find the remaining variables.
      8. Write the solution as an ordered pair or triple.
      9. Check that the solution makes the original equations true.

    Glossary

    matrix
    A matrix is a rectangular array of numbers arranged in rows and columns.
    row-echelon form
    A matrix is in row-echelon form when to the left of the vertical line, each entry on the diagonal is a 1 and all entries below the diagonal are zeros.
    3.6: Solve Systems of Equations Using Matrices (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Lidia Grady

    Last Updated:

    Views: 6479

    Rating: 4.4 / 5 (65 voted)

    Reviews: 80% of readers found this page helpful

    Author information

    Name: Lidia Grady

    Birthday: 1992-01-22

    Address: Suite 493 356 Dale Fall, New Wanda, RI 52485

    Phone: +29914464387516

    Job: Customer Engineer

    Hobby: Cryptography, Writing, Dowsing, Stand-up comedy, Calligraphy, Web surfing, Ghost hunting

    Introduction: My name is Lidia Grady, I am a thankful, fine, glamorous, lucky, lively, pleasant, shiny person who loves writing and wants to share my knowledge and understanding with you.