4

Numerical Solution of Systems of Equations

This chapter covers the numerical solution of linear and nonlinear systems of equations. Linear systems are discussed first, followed by more specialized methods to efficiently handle large linear systems. Ill-conditioning symptoms, as well as pertinent remedies are also introduced. The chapter ends with iterative solution of nonlinear systems of equations.

A linear system of n algebraic equations in n unknowns x1, x2, …, xn is in the form

{a11x1+a12x2++a1nxn=b1a21x1+a22x2++a2nxn=b2an1x1+an2x2++annxn=bn(4.1)

where aij (i, j = 1, 2, …, n) and bk (k = 1, 2, …, n) are known constants, and aij’s are the coefficients. If every bk is zero, the system is homogeneous, ...

Get Numerical Methods for Engineers and Scientists Using MATLAB®, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.