Write a program for the Gauss elimination with pivoting. Apply it to Probs. 1316. Experiment with systems

Question:

Write a program for the Gauss elimination with pivoting. Apply it to Probs. 13–16. Experiment with systems whose coefficient determinant is small in absolute value. Also investigate the performance of your program for larger systems of your choice, including sparse systems.

Data from Prob. 13

Solve the following linear systems by Gauss elimination, with partial pivoting if necessary (but without scaling). Show the intermediate steps. Check the result by substitution. If no solution or more than one solution exists, give a reason.

           3x2 + 5x3 =    1.20736
3x1 -  4x2            =   -2.34066
5x1            + 6x3 = -0.329193

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: