3
Gaussian-Jordan Elimination Gauss-Jordan Elimination is a variant of Gaussian Elimination. Again, we are transforming the coefficient matrix into another matrix that is much easier to solve, and the system represented by the new augmented matrix has the same solution set as the original system of linear equations. In Gauss-Jordan Elimination, the goal is to transform the coefficient matrix into a diagonal matrix, and the zeros are introduced into the matrix one column at a time. We work to eliminate the elements both above and below the diagonal element of a given column in one pass through the matrix. The general procedure for Gauss-Jordan Elimination can be summarized in the following steps: Gauss-Jordan Elimination Steps 1. Write the augmented matrix for the system of linear equations. 2. Use elementary row operations on the augmented matrix [A|b] to transform A into diagonal form. If a zero is located on the diagonal, switch the rows until a nonzero is in that place. If you are unable to do so, stop; the system has either infinite or no solutions. 3. By dividing the diagonal element and the right- hand-side element in each row by the diagonal element in that row, make each diagonal element equal to one. An Example. We will apply Gauss-Jordan Elimination to the same example that was used to demonstrate Gaussian Elimination. Remember, in Gauss-Jordan Elimination we want to introduce zeros both below and above the diagonal. 1. Write the augmented matrix for the system of linear equations.

Gauss jordan

  • Upload
    uis

  • View
    408

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Gauss jordan

Gaussian-Jordan Elimination

Gauss-Jordan Elimination is a variant of Gaussian Elimination. Again, we are

transforming the coefficient matrix into another matrix that is much easier to

solve, and the system represented by the new augmented matrix has the same

solution set as the original system of linear equations. In Gauss-Jordan

Elimination, the goal is to transform the coefficient matrix into a diagonal matrix,

and the zeros are introduced into the matrix one column at a time. We work to

eliminate the elements both above and below the diagonal element of a given

column in one pass through the matrix.

The general procedure for Gauss-Jordan Elimination can be summarized in the

following steps:

Gauss-Jordan Elimination Steps

1. Write the augmented matrix for the system of

linear equations.

2. Use elementary row operations on the augmented

matrix [A|b] to transform A into diagonal form. If a

zero is located on the diagonal, switch the rows

until a nonzero is in that place. If you are unable to

do so, stop; the system has either infinite or no

solutions.

3. By dividing the diagonal element and the right-

hand-side element in each row by the diagonal

element in that row, make each diagonal element

equal to one.

An Example.

We will apply Gauss-Jordan Elimination to the same example that was used to

demonstrate Gaussian Elimination. Remember, in Gauss-Jordan Elimination we

want to introduce zeros both below and above the diagonal.

1. Write the augmented matrix for the system of linear

equations.

Page 2: Gauss jordan

As before, we use the symbol to indicate that the matrix preceding the arrow

is being changed due to the specified operation; the matrix following the arrow

displays the result of that change.

2. Use elementary row operations on the augmented

matrix [A|b] to transform A into diagonal form.

At this point we have a diagonal coefficient matrix. The final step in Gauss-

Jordan Elimination is to make each diagonal element equal to one. To do this, we

divide each row of the augmented matrix by the diagonal element in that row.

3. By dividing the diagonal element and the right-hand-

side element in each row by the diagonal element in that

row, make each diagonal element equal to one.

Hence,

Page 3: Gauss jordan

Our solution is simply the right-hand side of the augmented matrix. Notice that

the coefficient matrix is now a diagonal matrix with ones on the diagonal. This is

a special matrix called the identity matrix