next up previous contents
Next: Operations on Vectors and Up: Basic Linear Algebra Previous: Basic Linear Algebra

Linear Equations

The Gauss-Jordan elimination procedure is a systematic method for solving systems of linear equations. It works one variable at a time, eliminating it in all rows but one, and then moves on to the next variable. We illustrate the procedure on three examples.

  example34

Another example:

displaymath1264

First we eliminate tex2html_wrap_inline1266 from equations 2 and 3.

displaymath1268

Then we eliminate tex2html_wrap_inline1270 from equations 1 and 3.

displaymath1272

Equation 3 shows that the linear system has no solution.

A third example:

displaymath1274

Doing the same as above, we end up with

displaymath1276

Now equation 3 is an obvious equality. It can be discarded to obtain

displaymath1278

The situation where we can express some of the variables (here tex2html_wrap_inline1266 and tex2html_wrap_inline1270 ) in terms of the remaining variables (here tex2html_wrap_inline1284 ) is important. These variables are said to be basic and nonbasic respectively. Any choice of the nonbasic variable tex2html_wrap_inline1284 yields a solution of the linear system. Therefore the system has infinitely many solutions.

tex2html_wrap1322

exercise157

exercise194



Michael A. Trick
Mon Aug 24 13:24:14 EDT 1998