Chapter:

Gauss-Elimination-Method-

SOLVE THE SYSTEM OF LINEAR EQUATIONS USING GAUSS ELIMINATION METHOD

TITLE: 

TO  SOLVE THE SYSTEM OF LINEAR EQUATIONS USING GAUSS ELIMINATION METHOD

 OBJECTIVES:

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

  • To build some programming concepts by solving practical problems.

 TOOLS REQUIRED:

  • Computer workstation

  • Program software (as necessary)

 THEORY:

Gaussian elimination method is an algorithm for solving systems of the linear equations, and finding the rank of a matrix, and calculating the inverse of an invertible square matrix. Gaussian elimination is named after the German mathematician and the scientist Carl Friedrich Gauss.

Gauss elimination is an exact method which solves a given system of equation in n unknowns by transforming the coefficient matrix, in....Show More