Covers material from Chapter 3, Sections 3.5-3.7, and Chapter 4, Sections 4.1-4.3.
1. Write a computer program that finds the inverse of an nxn matrix by using either the Gauss elimination-with-pivoting method or the LUP method. Test it by finding the inverse of the matrix
( 2 1 1 1 ) ( 3 2 1 0 ) ( 3 3 1 4 ) ( 2 2 1 4 )Multiply the inverse by the original matrix and find the sum of the absolute values of the difference between the matrix product and the 4x4 identity matrix. (
2. Section 3.6, p177: Exercise 9.
3. Section 3.7, p188: Exercise 8.
4. Section 4.1, p204: Exercises 5, 19.
5. Section 4.2, p213: Exercise 4abcd. (
6. Section 4.3, p225: Exercise 3, 12ab.
Last modified February 3, 1998