Hey,
Im trying to write a program that using gauss-jordan elimination to solve a set of linear equations.It reads in two files names for matrix A and C. I have to first form an augmentes matrix (A|C) and then do the elimination.Can any one help me by telling how to form an augmented matrix?
Thanks
Sana

Recommended Answers

All 2 Replies

First make a matrix class. Have it functional with the appropriate functions.
Then open the file and read it into the matrix. Then solve it using the matrix class and its operations.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.