Gauss Elimination Method part 1
Posted by Unknown on 10:06 PM with No comments
Gaussian elimination is a method of solving a linear system
(consisting of
equations in
unknowns)
by bringing the augmented matrix
to an upper triangular form
This elimination process is also called the forward elimination method.
The following examples illustrate the Gauss elimination procedure.
Solution: In this case, the augmented matrix is The method proceeds along the following steps.
Solution: In this case, the augmented matrix is and the method proceeds as follows:
Solution: In this case, the augmented matrix is and the method proceeds as follows:
This can never hold for any value of
Hence, the
system has NO SOLUTION.
Solution: In this case, the augmented matrix is The method proceeds along the following steps.
- Interchange
and
equation (or
).
- Divide the
equation by
(or
).
- Add
times the
equation to the
equation
(or
).
- Add
times the
equation to the
equation (or
).
- Multiply the
equation by
(or
).
Solution: In this case, the augmented matrix is and the method proceeds as follows:
- Add
times the first equation to the second equation.
- Add
times the first equation to the third equation.
- Add
times the second equation to the third equation
Solution: In this case, the augmented matrix is and the method proceeds as follows:
- Add
times the first equation to the second equation.
- Add
times the first equation to the third equation.
- Add
times the second equation to the third equation
0 comments:
Post a Comment