Given a system of n independent linear equations (n equations in n unknowns). Write a program to solve these equations using Gaussian Elimination method with scaled partial pivoting. In other words solve the system Ax=b(where the n*n matrix A, and the vector b are known) for the values of unknown vector x.

Inputs
1. The problem size; n
2. The matrix A,
3. The vector b.

Output
Element values of the unknown vector x.


Please help me asap.......

Salem commented: You read this first - http://www.daniweb.com/forums/announcement8-2.html -3
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.