Gauss Jordan elimination is one of the many 
operations we can perform on matrices. Here I have provided a program 
which finds the diagonal matrix corresponding to the given 
matrix. It is often used to solve system of linear equations. Elementary
 row operations are used to obtain the diagonal matrix in Gauss 
Jordan elimination method.
![]()  | ||||
| A 3 X 3 Matrix | 
 The Figure Below Shows the Diagonal Matrix Obtained by Gauss Jordan Elimination.
Click here to download the C Program to perform Gauss Jordan Elimination.
Click here to download the C++ Program to perform Gauss Jordan Elimination.
   


No comments:
Post a Comment