
|
CSCI 4100 SPRING 2005 ASSIGNMENT 6 DUE MAY 5
1. Solve the system of linear equations below by hand using naïve Gaussian elimination.
3x + y – z = 2
x + 4y + z = 12
2x + y + 2z = 10
2. Implement the algorithm for Gaussian elimination with scaled partial pivoting. Test it using the data above.
|