<< Chapter < Page Chapter >> Page >

For the following augmented matrix, write the system of equations it represents.

1 3 5 2 2 0 3 5 3 2 3 1 size 12{ left [ matrix { 1 {} # 3 {} # - 5 {} # \lline {} # 2 {} ##2 {} # 0 {} # - 3 {} # \lline {} # - 5 {} ## 3 {} # 2 {} # - 3 {} # \lline {} # - 1{}} right ]} {}

The system is readily obtained as below.

x + 3y 5z = 2 size 12{x+3y - 5z=2} {}
2x 3z = 5 size 12{2x - 3z= - 5} {}
3x + 2y 3z = 1 size 12{3x+2y - 3z= - 1} {}
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Once a system is expressed as an augmented matrix, the Gauss-Jordan method reduces the system into a series of equivalent systems by employing the row operations. This row reduction continues until the system is expressed in what is called the reduced row echelon form . The reduced row echelon form of the coefficient matrix has 1's along the main diagonal and zeros elsewhere. The solution is readily obtained from this form.

The method is not much different form the algebraic operations we employed in the elimination method in the first chapter. The basic difference is that it is algorithmic in nature, and, therefore, can easily be programmed on a computer.

We will next solve a system of two equations with two unknowns, using the elimination method, and then show that the method is analogous to the Gauss-Jordan method.

Solve the following system by the elimination method.

x + 3y = 7 size 12{x+3y=7} {}
3x + 4y = 11 size 12{3x+4y="11"} {}

We multiply the first equation by – 3, and add it to the second equation.

3x 9y = 21 3x + 4y = 11 ̲ 5y = 10 size 12{ matrix { - 3x - 9y= - "21" {} ##{underline {3x+4y="11"}} {} ## - 5y= - "10"} } {}

By doing this we have transformed our original system into an equivalent system as follows.

x + 3y = 7 size 12{x+3y=7} {}
5y = 10 size 12{ - 5y= - "10"} {}

We divide the second equation by – 5, and we get the next equivalent system.

x + 3y = 7 size 12{x+3y=7} {}
y = 2 size 12{y=2} {}

Now we multiply the second equation by – 3 and add to the first, we get

x = 1 size 12{x=1} {}
y = 2 size 12{y=2} {}
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Solve the following system from [link] by the Gauss-Jordan method, and show the similarities in both methods by writing the equations next to the matrices.

x + 3y = 7 size 12{x+3y=7} {}
3x + 4y = 11 size 12{3x+4y="11"} {}

The augmented matrix for the system is as follows.

1 3 7 3 4 11 size 12{ left [ matrix { 1 {} # 3 {} # \lline {} # 7 {} ##3 {} # 4 {} # \lline {} # "11"{} } right ]} {} x + 3y = 7 3x + 4y = 11 size 12{ left [ matrix { x+3y=7 {} ##3x+4y="11" } right ]} {}

We multiply the first row by – 3, and add to the second row.

1 3 7 0 5 10 size 12{ left [ matrix { 1 {} # 3 {} # \lline {} # 7 {} ##0 {} # - 5 {} # \lline {} # - "10"{} } right ]} {} x + 3y = 7 5y = 10 size 12{ left [ matrix { x+3y=7 {} ##- 5y= - "10" } right ]} {}

We divide the second row by – 5, we get,

1 3 7 0 1 2 size 12{ left [ matrix { 1 {} # 3 {} # \lline {} # 7 {} ##0 {} # 1 {} # \lline {} # 2{} } right ]} {} x + 3y = 7 y = 2 size 12{ left [ matrix { x+3y=7 {} ##y=2 } right ]} {}

Finally, we multiply the second row by – 3 and add to the first row, and we get,

1 0 1 0 1 2 size 12{ left [ matrix { 1 {} # 0 {} # \lline {} # 1 {} ##0 {} # 1 {} # \lline {} # 2{} } right ]} {} x = 1 y = 2 size 12{ left [ matrix { x=1 {} ##y=2 } right ]} {}
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Now we list the three row operations the Gauss-Jordan method employs.

Row operations

  1. Any two rows in the augmented matrix may be interchanged.
  2. Any row may be multiplied by a non-zero constant.
  3. A constant multiple of a row may be added to another row.
Got questions? Get instant answers now!

One can easily see that these three row operation may make the system look different, but they do not change the solution of the system.

The first row operation states that if any two rows of a system are interchanged, the new system obtained has the same solution as the old one. Let us look at an example in two equations with two unknowns. Consider the system

x + 3y = 7 size 12{x+3y=7} {}
3x + 4y = 11 size 12{3x+4y="11"} {}

We interchange the rows, and we get,

3x + 4y = 11 size 12{3x+4y="11"} {}
x + 3y = 7 size 12{x+3y=7} {}

Clearly, this system has the same solution as the one above.

The second operation states that if a row is multiplied by any non-zero constant, the new system obtained has the same solution as the old one. Consider the above system again,

x + 3y = 7 size 12{x+3y=7} {}
3x + 4y = 11 size 12{3x+4y="11"} {}

We multiply the first row by –3, we get,

- 3 x - 9 y = - 21
3x + 4y = 11 size 12{3x+4y="11"} {}

Again, it is obvious that this new system has the same solution as the original.

The third row operation states that any constant multiple of one row added to another preserves the solution. Consider our system,

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Applied finite mathematics. OpenStax CNX. Jul 16, 2011 Download for free at http://cnx.org/content/col10613/1.5
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Applied finite mathematics' conversation and receive update notifications?

Ask