Solution of Linear System of Equations
Solution of Linear System of Equations
Submitted by
ASHOK KUMAR R
ROLL NO. 3
S1 M.TECH CIM
TKMCE KOLLAM
Solutions of simultaneous algebraic equations are very much useful for solving
problems in engineering and mathematical physics . The stress analysis , heat transfer ,
fluid transfer and vibrational analysis are engineering problems for which finite element
formulations for solutions typically involves the solving of simultaneous linear equations.
The following two methods are generally used for solving the simultaneous linear
equations and they are
1.Direct method
2. Indirect method or Iterative method
Gauss Elimination and Gauss- Jordan methods belongs to direct method and GaussSeidal iterative method and relational method belongs ton indirect method.
Gauss elimination
The Gaussian elimination method is an eliminationtechnique for solving a system of
linear equationsthrough two series of steps. The method works bestcoefficient matrix is
not singular; sothat the solution obtained is unique. The Gaussian elimination
methodconsists of two main steps. The first step is the row operations for eliminating
theelements in the coefficient matrix so as to reduce thematrix into its upper triangular
form. If all elements inthis triangular matrix have nonzero values, then thematrix
definitely has a unique solution. The secondstep, which is backward substitutions,
follows directlyfrom the triangular matrix relationship for producingthe solution
Consider the system of n equations
a11 x 1+a12 x 2 ++a1 n xn =b1
a21 x 1 +a 22 x2 ++a 2 n x n=b 2
:
:
an 1 x1 +a n 2 x 2+ + ann x n=bn
Applying Gauss elimination method
1.
2.
3.
4.
'
'
a 22 x 2 ++ a 2 n x n=b 2
:
:
a' n 2 x 2 ++a' nn x n=b' n
a'
'
( 33/a 22)
'
a
'
( 43 /a 22)
times
Gauss-Jordan Method
REFRENCES: