In Numerical Linear Algebra by Trefethen&Bau,
It is mentioned that a backward stable algorithm gives "exactly" the right answer to nearly the right question.
What I am thinking is, an algorithm has error. How can it be exactly equal to f(x+deltax) when both deltax and the error in the algorithm is all random? What does the word "exact" mean?
Here is an example from the book on page 109: example
It claims that x1(1 + epsilon4) - x2(1+epsilon5) exactly equal to x1~ - x2~. It is alright to say the order of error is equal. But I do not see the importance to mention the value is exactly equal.