Introduction

In this Section we will reconsider the Gaussian elimination approach discussed in HELM booklet  8, and we will see how rounding error can grow if we are not careful in our implementation of the approach. A method called partial pivoting, which helps stop rounding error from growing, will be introduced.

Prerequisites

Learning Outcomes