Instructions: Read textbook pages 114 to 117 before working on the homework problems. Show all steps to get full credits.
- Let A be a nn matrix with a11 6=0, the first step in LU decomposition is to introduce zeros below the first diagonal a11. This can be done by multiplying A by a lower triangular matrix L1 that is equal to the n n diagonal matrix
1 l21 |
except the first column looks like `1 = l31 with
`n1
2,3,n. It is obvious that. Prove. This is the first stroke of luck in LU decomposition: find the inverse of L1 can be done by simply negativing the entries below the first diagonal.
1 2 1 3
- Find the general solution to Ax = b with A = 3 2 1 0 and b =
3 2 1 1
2
5 . You may use some of the information from the previous problem.
2
1 2 1 0 2 1
- Given the matrix A = 2 0 0 3 1 ,b = 0 ,c R,
1 6 3 3 5 c
- For which value of c does the equation Ax = b have a solution?
- After choosing c so that the system has a solution, find a particular solution to Ax = b.
Reviews
There are no reviews yet.