Gauss Elimination and Jordan Method
Gauss Elimination and Jordan Method
DEPARTMENT OF MATHEMATICS
Science
Programme B.Sc. CT
Solution of Numerical
Unit I
Algebraic and Transcendental
equations
DEPARTMENT OF MATHEMATICS
Text Books
Solution of Numerical Algebraic and Transcendental equations
1. Bisection Method
3. Regular-Falsi Method
Solution:
Total Equations are 3
2x + 3y - z = 5 → (1)
3x + 2y + z = 10 → (2)
x - 5y + 3z = 0 → (3)
R 2 ← R 2 - 1.5 × R 1
2 3 -1 5
= 0 - 2.5 2.5 2.5
1 -5 3 0
R 3 ← R 3 - 0.5 × R 1
2 3 -1 5
= 0 - 2.5 2.5 2.5
0 - 6.5 3.5 - 2.5
R 3 ← R 3 - 2.6 × R 2
2 3 -1 5
=
0 - 2.5 2.5 2.5
0 0 -3 -9
i. e.
2x + 3y - z = 5 → (1)
- 3z = - 9 → (3)
-9
⇒z= =3
-3
From (2)
- 2.5y + 2.5z = 2.5
From (1)
2x + 3y - z = 5
⇒ 2x + 3(2) - 1(3) = 5
⇒ 2x + 3 = 5
⇒ 2x = 5 - 3 = 2
2
⇒x= =1
2
Solution:
Total Equations are 3
x + y + z = 3 → (1)
2x - y - z = 3 → (2)
x - y + z = 9 → (3)
R2 ← R2 - 2 × R1
1 1 1 3
= 0 -3 -3 -3
1 -1 1 9
R3 ← R3 - R1
1 1 1 3
= 0 -3 -3 -3
0 -2 0 6
R2 ← R2 ÷ - 3
1 1 1 3
=
0 1 1 1
0 -2 0 6
R1 ← R1 - R2
1 0 0 2
= 0 1 1 1
0 -2 0 6
R3 ← R3 + 2 × R2
1 0 0 2
= 0 1 1 1
0 0 2 8
R3 ← R3 ÷ 2
1 0 0 2
=
0 1 1 1
0 0 1 4
R2 ← R2 - R3
1 0 0 2
= 0 1 0 -3
0 0 1 4
i. e.
x=2
y= -3
z=4
Summary
DEPARTMENT OF MATHEMATICS
Thank You