Carl Friedrich Gauss lived during the late 18th century and early 19th century, but he is still considered one of the most prolific mathematicians in history. His contributions to the science of mathematics and physics span fields such as algebra, number theory, analysis, differential geometry, astronomy, and optics, among others. His discoveries regarding matrix theory changed the way mathematicians have worked for the last two centuries.
German mathematician Carl Friedrich Gauss (1777–1855).
We first encountered Gaussian elimination in Systems of Linear Equations: Two Variables. In this section, we will revisit this technique for solving systems, this time using matrices.
Row Operations and the Augmented Matrix
A matrix can serve as a device for representing and solving a system of equations. To express a system in matrix form, we extract the coefficients of the variables and the constants, and these become the entries of the matrix. We use a vertical line to separate the coefficient entries from the constants, essentially replacing the equal signs. When a system is written in this form, we call it an augmented matrix.
For example, consider the following 2×2 system of equations.
3x+4y=74x−2y=5
We can write this system as an augmented matrix:
[344−2∣75]
We can also write a matrix containing just the coefficients. This is called the coefficient matrix.
[344−2]
A three-by-three system of equations such as
3x−y−z=0x+y=52x−3z=2
has a coefficient matrix
312−110−10−3
and is represented by the augmented matrix
312−110−10−3∣052
Notice that the matrix is written so that the variables line up in their own columns: x-terms go in the first column, y-terms in the second column, and z-terms in the third column. It is very important that each equation is written in standard form ax+by+cz=d so that the variables line up. When there is a missing variable term in an equation, the coefficient is 0.
How To: Given a system of equations, write an augmented matrix.
Write the coefficients of the x-terms as the numbers down the first column.
Write the coefficients of the y-terms as the numbers down the second column.
If there are z-terms, write the coefficients as the numbers down the third column.
Draw a vertical line and write the constants to the right of the line.
Example: Writing the Augmented Matrix for a System of Equations
Write the augmented matrix for the given system of equations.
x+2y−z=32x−y+2z=6x−3y+3z=4
Answer:
The augmented matrix displays the coefficients of the variables, and an additional column for the constants.
1212−1−3−123∣364
Try It
Write the augmented matrix of the given system of equations.
Now that we can write systems of equations in augmented matrix form, we will examine the various row operations that can be performed on a matrix, such as addition, multiplication by a constant, and interchanging rows.
Performing row operations on a matrix is the method we use for solving a system of equations. In order to solve the system of equations, we want to convert the matrix to row-echelon form, in which there are ones down the main diagonal from the upper left corner to the lower right corner, and zeros in every position below the main diagonal as shown.
Row-echelon form100a10bd1
We use row operations corresponding to equation operations to obtain a new matrix that is row-equivalent in a simpler form. Here are the guidelines to obtaining row-echelon form.
In any nonzero row, the first nonzero number is a 1. It is called a leading 1.
Any all-zero rows are placed at the bottom on the matrix.
Any leading 1 is below and to the right of a previous leading 1.
Any column containing a leading 1 has zeros in all other positions in the column.
To solve a system of equations we can perform the following row operations to convert the coefficient matrix to row-echelon form and do back-substitution to find the solution.
Interchange rows. (Notation: Ri↔Rj )
Multiply a row by a constant. (Notation: cRi )
Add the product of a row multiplied by a constant to another row. (Notation: Ri+cRj)
Each of the row operations corresponds to the operations we have already learned to solve systems of equations in three variables. With these operations, there are some key moves that will quickly achieve the goal of writing a matrix in row-echelon form. To obtain a matrix in row-echelon form for finding solutions, we use Gaussian elimination, a method that uses row operations to obtain a 1 as the first entry so that row 1 can be used to convert the remaining rows.
A General Note: Gaussian Elimination
The Gaussian elimination method refers to a strategy used to obtain the row-echelon form of a matrix. The goal is to write matrix A with the number 1 as the entry down the main diagonal and have all zeros below.
The first step of the Gaussian strategy includes obtaining a 1 as the first entry, so that row 1 may be used to alter the rows below.
How To: Given an augmented matrix, perform row operations to achieve row-echelon form.
The first equation should have a leading coefficient of 1. Interchange rows or multiply by a constant, if necessary.
Use row operations to obtain zeros down the first column below the first entry of 1.
Use row operations to obtain a 1 in row 2, column 2.
Use row operations to obtain zeros down column 2, below the entry of 1.
Use row operations to obtain a 1 in row 3, column 3.
Continue this process for all rows until there is a 1 in every entry down the main diagonal and there are only zeros below.
If any rows contain all zeros, place them at the bottom.
Example: Performing Row Operations on a 3×3 Augmented Matrix to Obtain Row-Echelon Form
Perform row operations on the given matrix to obtain row-echelon form.
12−3−3−53464∣366
Answer:
The first row already has a 1 in row 1, column 1. The next step is to multiply row 1 by −2 and add it to row 2. Then replace row 2 with the result.
−2R1+R2=R2→10−3−3134−24∣306
Next, obtain a zero in row 3, column 1.
3R1+R3=R3→100−31−64−216∣3015
Next, obtain a zero in row 3, column 2.
6R2+R3=R3→100−3104−24∣3015
The last step is to obtain a 1 in row 3, column 3.
21R3=R3→100−3104−21∣3−6221
Try It
Write the system of equations in row-echelon form.
x−2y+3z=9−x+3y=−42x−5y+5z=17
Answer: 100−25102551∣21792
Q & A
Can any system of linear equations be solved by Gaussian elimination?
Yes, a system of linear equations of any size can be solved by Gaussian elimination.
How To: Given a system of equations, solve with matrices using a calculator.
Save the augmented matrix as a matrix variable [A],[B],[C],….
Use the ref( function in the calculator, calling up each matrix variable as needed.
Example: Solving Systems of Equations Using a Calculator
Solve the system of equations.
5x+3y+9z=−1−2x+3y−z=−2−x−4y+5z=1
Answer:
Write the augmented matrix for the system of equations.
5−2−133−49−15∣5−2−1
On the matrix page of the calculator, enter the augmented matrix above as the matrix variable [A].
[A]=5−2−133−49−15−1−21
Use the ref( function in the calculator, calling up the matrix variable [A].
[/latex]
Using back-substitution, the solution is (18761,−18792,−18724).
Applications of Systems of Equations
Now we will turn to the applications for which systems of equations are used. In the next example we determine how much money was invested at two different rates given the sum of the interest earned by both accounts.
Example: Applying 2 × 2 Matrices to Finance
Carolyn invests a total of $12,000 in two municipal bonds, one paying 10.5% interest and the other paying 12% interest. The annual interest earned on the two investments last year was $1,335. How much was invested at each rate?
Answer:
We have a system of two equations in two variables. Let x= the amount invested at 10.5% interest, and y= the amount invested at 12% interest.
x+y=12,0000.105x+0.12y=1,335
As a matrix, we have
[10.10510.12∣12,0001,335]
Multiply row 1 by −0.105 and add the result to row 2.
[1010.015∣12,00075]
Then,
0.015y=75y=5,000
So 12,000−5,000=7,000.
Thus, $5,000 was invested at 12% interest and $7,000 at 10.5% interest.
Example: Applying 3 × 3 Matrices to Finance
Ava invests a total of $10,000 in three accounts, one paying 5% interest, another paying 8% interest, and the third paying 9% interest. The annual interest earned on the three investments last year was $770. The amount invested at 9% was twice the amount invested at 5%. How much was invested at each rate?
Answer:
We have a system of three equations in three variables. Let x be the amount invested at 5% interest, let y be the amount invested at 8% interest, and let z be the amount invested at 9% interest. Thus,
x+y+z=10,0000.05x+0.08y+0.09z=7702x−z=0
As a matrix, we have
10.05210.08010.09−1∣10,0007700
Now, we perform Gaussian elimination to achieve row-echelon form.
The third row tells us −31z=−2,000; thus z=6,000.
The second row tells us y+34z=9,000.
Substituting z=6,000, we get
y+34(6,000)=9,000y+8,000=9,000y=1,000
The first row tells us x+y+z=10,000. Substituting y=1,000 and z=6,000, we get
x+1,000+6,000=10,000x=3,000
The answer is $3,000 invested at 5% interest, $1,000 invested at 8%, and $6,000 invested at 9% interest.
Try It
A small shoe company took out a loan of $1,500,000 to expand their inventory. Part of the money was borrowed at 7%, part was borrowed at 8%, and part was borrowed at 10%. The amount borrowed at 10% was four times the amount borrowed at 7%, and the annual interest on all three loans was $130,500. Use matrices to find the amount borrowed at each rate.
Answer: $150,000 at 7%, $750,000 at 8%, $600,000 at 10%
Key Concepts
An augmented matrix is one that contains the coefficients and constants of a system of equations.
A matrix augmented with the constant column can be represented as the original system of equations.
Row operations include multiplying a row by a constant, adding one row to another row, and interchanging rows.
We can use Gaussian elimination to solve a system of equations.
Row operations are performed on matrices to obtain row-echelon form.
To solve a system of equations, write it in augmented matrix form. Perform row operations to obtain row-echelon form. Back-substitute to find the solutions.
A calculator can be used to solve systems of equations using matrices.
Many real-world problems can be solved using augmented matrices.
Glossary
augmented matrix a coefficient matrix adjoined with the constant column separated by a vertical line within the matrix brackets
coefficient matrix a matrix that contains only the coefficients from a system of equations
Gaussian elimination using elementary row operations to obtain a matrix in row-echelon form
main diagonal entries from the upper left corner diagonally to the lower right corner of a square matrix
row-echelon form after performing row operations, the matrix form that contains ones down the main diagonal and zeros at every space below the diagonal
row-equivalent two matrices A and B are row-equivalent if one can be obtained from the other by performing basic row operations
row operations adding one row to another row, multiplying a row by a constant, interchanging rows, and so on, with the goal of achieving row-echelon form
Licenses & Attributions
CC licensed content, Original
Revision and Adaptation.Provided by: Lumen LearningLicense: CC BY: Attribution.
CC licensed content, Shared previously
College Algebra.Provided by: OpenStaxAuthored by: Abramson, Jay et al..License: CC BY: Attribution. License terms: Download for free at http://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@5.2.
Question ID 125538.Authored by: Jim Smart.License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.
Question ID 84689.Authored by: Alison Shelton.License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.
Question ID 6369.Authored by: David Lippman.License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.
Question ID 2520.Authored by: Greg Langkamp.License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.