Let us say we have are solving the following system with Gaussian elimination and can only carry 3 significant digits:
Forward elimination gives:
which would give ad , an answer that is obviously not correct.
However, if we didn’t round off, this equation would be:
If we use Scaling and Pivoting, we instead get:
which gives us and , an answer that is accurate to 3 significant figures.