Chapter:

Gauss-Jordan-Elimination-Method-

GAUSS JORDAN METHOD lab report

TITLE: 

TO  SOLVE THE SYSTEM OF LINEAR EQUATIONS USING GAUSS JORDAN METHOD

 OBJECTIVES:

  • To be able to follow the algorithm of Gauss Jordan method of solving linear equation.

  • To build some programming concepts by solving practical problems.

 TOOLS REQUIRED:

  • Computer workstation

  • Program software (as necessary)

 THEORY:

Gauss Jordan Method is a procedure for solving systems of linear equation which is in fact the modification of gauss elimination method . It is also known as Row Reduction Technique. In this method, the problem of systems of linear equation having n unknown variables is converted into a matrix having rows n and columns n+1. This matrix is also known as Augmented Matrix. After forming n x n+1 matrix, matrix is transformed to diagona....Show More