Write a c program code about systems of linear equation using the gauss-jordan reduction (gaussian-elimination) that determines the following:
1. coefficient matrix
2. row echelon form
3. augmented matrix
4. Reduced-row echelon form
5. solutions of the systems of equation if it exists
Comments
Leave a comment