Question: Implement a Gaussian elimination solver that loads a problem from file in the format N, A, b in that order where N is the number
Implement a Gaussian elimination solver that loads a problem from file in the format N, A, b in that order where N is the number of unknowns, there are N squared values for the matrix A and
lastly N values for the forcing vector b.
*display the 2 norm of the error vector to the screen, dump the solution vector to a data file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
