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.

  example78

Another example:

displaymath5250

First we eliminate tex2html_wrap_inline5252 from equations 2 and 3.

displaymath5254

Then we eliminate tex2html_wrap_inline5256 from equations 1 and 3.

displaymath5258

Equation 3 shows that the linear system has no solution.

A third example:

displaymath5260

Doing the same as above, we end up with

displaymath5262

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

displaymath5264

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

tex2html_wrap5308

exercise201

exercise238



Michael A. Trick
Mon Aug 24 16:30:59 EDT 1998