Dr. K. G. TeBeest
You should have already worked this example of how to use Maple to factor matrix A into LU form.(Use Maple's LUdecomp command to check your work when appropriate.)
- Factor the given matrix A into LU form:
3 –5 7 4 –9 16 –16 –3 27 –39 93 98 6 –5 39 115 Then use L and U to solve the system:
3 –5 7 4 –9 16 –16 –3 27 –39 93 98 6 –5 39 115
x1 x2 x3 x4 =
–14 87 160 321
- What happened?
- What is det(A)?
- Is A singular or nonsingular?
- Show that the set x1 = –5, x2 = 7, x3 = 4, x4 = 2 is a solution of the system.
- Show that the set x1 = 27, x2 = 22, x3 = 1, x4 = 2 is a solution of the system.
- Show that the set x1 = –37, x2 = –8, x3 = 7, x4 = 2 is a solution of the system.
- How many solutions must the system therefore have?
- Try to solve the same system by Gauss elimination.
What happened?
- Use Maple's inverse command to attempt to invert matrix A.
What is the result?