Homework # 3 Due Feb 19, 1999 Numerical Linear Algebra Math 4267 Spring 1999

Use pencil and paper solutions throughout. I want DETAILS. No computer software is allowed. Of course, you can check your results using such software. Write on one side of the paper only. Place in order assigned and staple results. Put all papers in a manila folder. 10 points per day excluding weekends for late penalty. 10 points penalty over the weekend.

1. p 375; 5a. Be sure to show steps such as m21 = a21/a11, m31 = a31/a11,...., a22 = a22-m21*a12, etc. which was discussed in algorithm 6.1. Careful: Be sure to chop after each computation.

2.p 375, 7a Be sure to show steps such as m21 = a21/a11, m31 = a31/a11,...., a22 = a22-m21*a12, etc. which was discussed in algorithm 6.1. Careful: Be sure to chop after each computation.


3. Consider the following matrices.

4. Find the matrix P so that PA can be factored into the product LU, where L is lower triangular and U is upper triangular. (Hint: Perform Gaussian elimination and determine which rows must be swapped to avoid zero pivots, etc.)