Gauss Jordan elimination is performed on the
coefficient matrix to make it a diagonal matrix. Corresponding
changes are also made on the product matrix. The method is often used to solve system
of linear equations. Elementary
row operations are used to obtain the diagonal matrix in Gauss
elimination method. The program may fail to produce a result if one of
the diagonal elements is reduced to zero, even when there is a solution.
In such a case please run the program again after changing the order of
the equations entered into the coefficient matrix.
The Figure Given Below Shows the Output for Three Equations in Three Unknown Variables.
Click here to download the C Program to solve Linear Equations by applying Gauss Jordan Elimination.
Click here to download the C++ Program to solve Linear Equations by applying Gauss Jordan Elimination.
This comment has been removed by a blog administrator.
ReplyDeletethx i will download your project
ReplyDeletebrilliant, thanks!
ReplyDelete