ABSTRACT

In this chapter, we are going to write our first MATLAB program. This program can solve a set of linear equations. The method that we are going to use to perform the required row operations is called Gaussian elimination. But we will encounter some problems with Gaussian elimination, and for that reason we will resort to a decomposition technique called LU factorization.