LINEAR - ALGEB Lecture 4
LINEAR - ALGEB Lecture 4
Lecture 4
Solving System of Linear Equations
2
Dr. Marwa Abd-Allah
Solving System of Linear Equations
linear algebra arose from the study of systems of linear equations & Solving systems of
linear equations is one of the most important applications of linear algebra.
The majority of all mathematical problems encountered in scientific and industrial
applications involve solving a linear system at some point.
Linear applications arise in such diverse areas as engineering, chemistry, economics,
business, ecology, biology, and psychology.
In real-world situations, it is not unusual to have to solve systems of hundreds or even
thousands of equations.
One of the early goals of this course is to develop an algorithm that helps solve larger
systems in an orderly manner and is amenable to computer implementation.
9
Dr. Marwa Abd-Allah
Steps of Gaussian Elimination Method
1. Write the augmented matrix of the system of linear equations.
2. Use elementary row operations to rewrite the augmented matrix in row-echelon form.
3. Write the system of linear equations corresponding to the matrix in row-echelon form,
and use back-substitution to find the solution.
The matrices shown in parts (b) and (d) are in reduced row-echelon form. The matrices
listed below are not in row-echelon form.
16
Dr. Marwa Abd-Allah
Steps of Gaussian Elimination Method
1. Write the augmented matrix of the system of linear equations.
2. Use elementary row operations to rewrite the augmented matrix in row-echelon form.
3. Write the system of linear equations corresponding to the matrix in row-echelon form,
and use back-substitution to find the solution.
have no solution. If during the elimination process you obtain a row with all zeros except
for the last entry, it is unnecessary to continue the elimination process. You can simply
Solution: The system of linear equations has the following augmented matrix
2- Solve the following system of linear equations by using the Gauss elimination
method:
30
Dr. Marwa Abd-Allah
Gauss-Jordan Elimination
With Gaussian elimination, you apply elementary row operations to a matrix to obtain a
(row-equivalent) row-echelon form. A second method of elimination, called Gauss-
Jordan elimination after Carl Gauss and Wilhelm Jordan (1842–1899), continues the
reduction process until a reduced row-echelon form is obtained. This procedure is
demonstrated in the next example.
Solution
Solution
36
Dr. Marwa Abd-Allah
Applications of Linear Systems
In this section we will discuss some brief applications of linear systems. These are but
a small sample of the wide variety of real-world problems to which our study of linear
systems is applicable.
two very important applications are as follows,
1- The first application shows how to fit a polynomial function to a set of data points in
the plane.
2- The second application focuses on networks and Kirchhoff’s Laws for electricity.