RP6 Gem
RP6 Gem
A Research Project
On The Topic
Department of Mathematics
St. John’s College, Agra
2
Certificate of Supervisor
Date: Signature :
Acknowledgement
Kriti
B.Sc. Mathematics
6th semester
5
Preface
Contents
7
Introduction
1. Linear Equations & Linear
Systems
2. Elementary Operations
3. Echelon Form
Working rule : Consistent & Non
consistent systems
Applications
Limitations
History of evolution of Method
Conclusion
References
8
Abstract
In this project our focus will be on the most basic
method for solving linear algebraic Systems, known
as Gaussian Elimination in honor of one of the all-
time mathematical Greats — the early nineteenth
century German mathematician Carl Friedrich
Gauss. As the father of linear algebra, his name will
occur repeatedly throughout this text. Gaussian
Elimination is quite elementary, but remains one of
the most important algorithms in applied (as well
as theoretical) mathematics. Our initial focus will
be on the most important class of systems: those
involving the same number of equations as
unknowns. Although we will eventually develop
techniques for handling completely general linear
systems.
Linear equations :
A linear equation in the variables x1, x2 , x3 , ......, xn
is an equation of the form
a1x1 + a1x2 + a3x3 + ............. +anxn = b
Where a1, a2, a3, ......., an and b are fixed numbers.
These fixed numbers are called parameters.
Typical linear equations are
x+2y = 4 and 7x+3y-z = 0
The equations are called linear because their
graphs are straight lines ( when it is equation in
9
.
. . .
.
. . .
system.
3x+4y+7z =2 ;
x+2y+3z =5 ;
Example :
2x+y+z =6 ;
consists a 3×3
linear system.
Coefficient matrix & Augmented matrix :
10
system.
Our aim is to use elementary row operations to
obtain a new and simpler form of the linear system.
We say that two linear systems are row equivalent
if you can get from one to the other using
elementary row operations.
What is the notation of elementary row operations?
Let’s take an example,
ax +by + cz=f
bx +cy + az=g
cx + ay+ bz=h
Consist a system of linear
equations.
Augmented matrix, Â =
ab c; f
bc a; g
c ab;h
R2 → R2 + (-1) R1
represented as
Now, Â =
ab c; f
b−a c−b a−c ; g−f
c ab;h
Echelon Forms :
12
echelon form of A .
is the position of a leading 1 in the reduced
Gauss-Elimination
WORKING RULE : Gaussian elimination is
an efficient method for solving any linear
system using systematic elimination of
variables. It can be described the following way
:
Stage-1 : Write down the augmented matrix
of the linear system.
Stage-2 : Use elementary row operations to
reduced the matrix to an echelon form.
14
is 3×4 matrix.
1−2 1 ; 5
2−5 4 ;−3
1−4 6 ; 10
z=31
This gives,
1 0 0 ; 124
0 1 0 ; 75
0 0 1 ; 31
Example :
after define the terms.
A system of linear equations:
x−2 y + z−u+ v=5 ;
2 x−5 y+ 4 z +u−v=−3 ;
Solution :
x−4 y +6 z +2u−v=10 ;
R2 → (-R2 )
1−2 1−1 1 ; 5
→ 0 1−2−3 3; 13
0 0 1−3 4 ; 31
R1 → R1 + 2R2
→ 1 0−3−7 7 ; 31
0 1−2−3 3; 13
0 0 1−3 4 ; 31
R1 → R1 + 3R3 0 1 0−911; 75
→ 0 0 1−3 4 ; 31
By backward substitution,
x−16 u+19 v=124 ;
x=124 +16 u−19 v
y−9u+ 11v=75 ;
y=75+ 9 u−11 v
z−3 u+ 4 v =31;
z=31+3 u−4 v
Here we say that u and v are independent variables and
x, y, z are dependent variables.
Example :
an example
A system of linear
equations:
x−5 y +4 z=3 ;
x−5 y +3 z=6 ;
18
system is
1−5 4 ; 3
1−5 3 ; 6
2−10 13 ; 5
By backward substitution,
→ The bottom row corresponds to the
equation
0. z=14
Û=
19
following,
A =
2−1 0
−1 2−1
0−12
In order to find its respective inverse matrix A-1, the
(A|I) =
2−1 0 ; 1 0 0
−1 2−1 ; 0 10
0−12 ; 0 0 1
Through applying the elimination method of Gauss or
Gauss-Jordan, the row reduced echelon form could be
obtained from the given augmented matrix as
following.
311
100;
(I|B) =
424
1 1
010; 1
2 2
113
001;
424
Background
History
Conclusion
Gauss elimination method is an efficient method to solve
the system of linear equations. We have discussed above
about the step wise method of solving equations and
application of Gauss elimination and challenges while
26
References