Answered step by step
Verified Expert Solution
Question
1 Approved Answer
12. Do the following problem by hand. (a) In IEEE 754 double precision floating point arithmetic, m = 2-52 and d = 52 (see
12. Do the following problem by hand. (a) In IEEE 754 double precision floating point arithmetic, m = 2-52 and d = 52 (see textbook page 12). Let e = m/4. Find fl(e) and fl(1/e') (b) Find the largest floating point number less than fl(1/). Show your work (c) Now let A What is the floating representation of the matrix A, fl(A)? (d) Using Gaussian elimination with double precision floating point arithmetic, find the LU factorization of fl(A) without pivoting. You will need to use the previous parts. (e) Still pretending you're a computer, compute the product of the factors you obtained above using floating point arithmetic. Com- pare with the original matrix A. What happened?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started