Question: The algorithm shown below factors an n n matrix A into L U by Dolittle decomposition and returns the result. The algorithm does this by
The algorithm shown below factors an matrix A into by Dolittle decomposition and
returns the result. The algorithm does this by storing and in the space originally occupied by
thereby economizing storage space.
a Represent the algorithm as a flow chart.
b Write a Matlab program which uses this algorithm to factor the matrix In writing
your program, be careful not to store more than one matrix at any given time which
would defeat the purpose of the economization.
c Factor the matrix in part b manually following this algorithm. Show the expression and the
numerical value of each variable as it is computed.
d Determine the matrices and from the result obtained in part c
a Find the inverse and determinant of the matrix in problem b using GaussJordan elimination.
b Find the condition number of the matrix based on the Euclidean norm.
c How many digits of precision would you expect to lose due to illconditioning when solving the
system of equations
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
