Gauss Alimination Method New
Gauss Alimination Method New
Gauss elimination, in linear and multilinear algebra, a process for finding the
solutions of a system of simultaneous linear equations by first solving one of the
equations for one variable in terms of all the others and then substituting this
expression into the remaining equations.
We can apply this method only when the number of unknown variables and
number of equations are same.
We can also use this method to estimate either of the following rank of the
matrix , determinant of the matrix and the invers of the invertible matrix.
The way to understand the method of elimination, consider the system in three
dimensions:
a 1 u+b 1 v+ c1 w=d 1 ,
a 3 u+b 3 v +c 3 w=d 3 .
The problem is to find the unknown values of u , v and w, and we shall apply
gauss elimination method. The method starts by subtracting multiples of the
first equation from the other equations. The goal is to eliminate u from the two
equations. This requires that we:
a2
Subtract a times the first equation from the second.
1
a3
Subtract a times the first equation from the third.
1
a 1 u+b 1 v+ c 1 w=d 1 ,
The coefficient a 1is the first pivot. The pivot for the second stage of elimination
is b´2. We know ignore the first equation. A multiple of the second equation will
be subtracted from the remaining equations (in this case there is only the third
one) so we eliminate v.
b́3
Subtract times the second equation from the third.
b́2
a 1 u+b 1 v+ c1 w=d 1 ,
ć 3 w ¿ d´3 .
This system is solved backward , bottom to top .The last equation gives the
value of w. Substituting into the second equation we find v. Then the first
equation gives the value of u.
Example: solve the system of linear equation 2 u+v + w=5,4 u−6 v=−2 and
−2 u+7 v +2 w=9 using the Gauss elimination method.
4 u−6 v=−2 ,
−2 u+7 v +2 w=9 .
Subtract 2 times the first equation from second.
Subtract -1 times the first equation from third.
2 u+v + w=5 ,
−8 v−2 w=−12 ,
8 v+3 w=14 .
2 u+v + w=5 ,
−8 v−2 w=−12 ,
1 w=2.
By solving last equation w=2.
v=1 .
u=1.
x +2 y −z=3 ,
3 x− y +2 z=1 .
3 x− y +2 z=1 .
−6 y +5 z=−4 ,
−7 y +5 z=−8 .
−6 y +5 z=−4 ,
− y=−4 .
x=−1 .