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.
the second equation now gives
Finally the first equation gives
Hence the set of
solutions is
A UNIQUE
SOLUTION.
Solution: In this case, the augmented matrix is
and the method proceeds as follows:
with
arbitrary. In other words, the system has INFINITE NUMBER
OF SOLUTIONS.
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.



![$\displaystyle [A \;\; {\mathbf b}] = \left[\begin{array}{cccc\vert c}
a_{11} & ...
... \vdots & \vdots \\
a_{m1} & a_{m2} & \cdots & a_{mn} & b_m \end{array}\right]$](http://www.nptel.ac.in/courses/122104018/img431.png)
![$\displaystyle \left[\begin{array}{cccc\vert c}
c_{11} & c_{12} & \cdots & c_{1n...
... \ddots & \vdots & \vdots \\
0 & 0 & \cdots & c_{mn} & d_m \end{array}\right].$](http://www.nptel.ac.in/courses/122104018/img432.png)
Solution: In this case, the augmented matrix is

- 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

- 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

- 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