8/29/2008

Introductions/Course Roster

Course Syllabus

Why study linear algebra?

An Introduction to Linear Systems

Matrices

Vectors

Reduced row-echelon form

A matrix is in reduced row-echolon form if it satisfies all of the following conditions:

Gauss-Jordan Elimination

A method to solve systems of linear equations.

Begin by writing the augmented matrix of the system. Place a cursor in the top entry of the first nonzero column of this matrix.

  1. If the cursor entry is zero, swap the cursor row with some row below to make the cursor entry nonzero.
  2. Divide the cursor row by the cursor entry.
  3. Eliminate all other entries in the cursor column, by subtracting suitable multiples of the cursor row from the other rows.
  4. Move the cursor one row down and one column to the right. If the new cursor entry and all entries below are zero, move the cursor to the next column (remaining in the same row). Repeat the last step if necessary.

Return to Step 1. The process ends when we run out of rows or columns. Then, the matrix is in reduced row-echelon from (rref).

See P:\data\math\hartlaub\linear algebra\GaussJordanElimination.mw

Exercises for next class meeting

Please read Chapter 1 for class on Tuesday