A stable algorithm on an ill-conditioned problem can still give a poor answer.
Circle one: True False
Which subtraction risks catastrophic cancellation?
A problem is ill-conditioned but the algorithm used is stable. A student says the answer can still be poor. Is that right?
Circle one: True False
A matrix has norm 4 and its inverse has norm 0.5. What is its condition number?
Answer: ______________
For f(x) = sqrt(x), what is the relative condition number |x f'(x)/f(x)| at x = 4?
A backward stable algorithm runs on a well-conditioned problem. A student expects an accurate answer. Is that right?
Circle one: True False
A computation returns 0.0001 where the true value is 0.0002. What is the relative error?
Answer: ______________
Adding a tiny number to a huge float changes nothing. Why?
Pat doubles working precision but keeps the cancelling formulas. Damage barely moves. What should she learn?
Which task is an ill-conditioned problem rather than a stable technique?