1.Determine the Euclidean norm k k A e and the row-sum norm k k A 1 for the coefficient matrix A of the system given in Problem 3.2. Determine the condition number Cond (A) for the system in Problem 3.2 using row-sum norm.
PROBLEM-3.2 Develop a code Gauss to implement the Gauss elimination algorithm with partial pivoting to solve the following system of equations. 4 Print the augmented matrix and the pivot row and pivot element in every elimination step. Use the results to estimate the residual terms.