gauss elimination program


abhishekdw
11-04-2006, 03:57 PM
Q-:

Write a computer program (in C or C++) that reads n coefficients of each of the n linear equations and solves these equations, using gauss Elimination method and prints appropriate solution.


plz help me.