Answered step by step
Verified Expert Solution
Question
1 Approved Answer
( 5 0 points ) ( 1 ) ( 5 points ) Consider a normalized floating point number system with beta = 1 0
points
points Consider a normalized floating point number system with beta base p L
and U Compute the underflow and overflow levels of the system, as well as its machine
precision. If you use Matlab, report your results up to decimal digits.
Consider the following matrix
A
a points Compute the LU factorization of A without partial pivoting by hand: A LU
b points Assume that the floating point system approximates numbers by rounding. Compute
the floating point approximation of L and U in the floating point system given in question
and denote Le flL Ue flU Hint: the floating point approximation of an n times n matrix
B denoted Be is defined such that Be i j flBi j i j n
c points Compute Ae Le Ue and Ae AA If you use Matlab, report your results
up to decimal digits.
d points Compute the LU factorization with partial pivoting of A by hand: P A LU
e points Assume that the floating point system approximates numbers by rounding. Compute
the floating point approximation of P L U in the floating point system given in question
and denote Pe flP Le flL Ue flU
f points Compute Ae Pe Le Ue and Ae AA If you use Matlab, report your results
up to decimal digits.
g points Is LU factorization backward stable? Is LU factorization with partial pivoting backward stable?
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