PPT04 - Systems of Linear Equation
PPT04 - Systems of Linear Equation
Week 4
.
Contents
1
1
Matrices
2 2
System of linear
equations
3
Methods to solve system of
4 linear equations
Linear System of Equation
In this lesson, we study about system of linear
equations and also the methods to solve it.
Linear Equations in several variables are equations in the form of polynomials which
have degrees one or zero and there is no multiplication between variables.
A linear equation in the variables is an equation that can be written in the form
Linear systems in two unknowns arise in connection with intersections of lines. For example,
consider the linear system
Each solution (x, y) of this system corresponds to a point of intersection of the lines, so
there are three possibilities :
1. no solution, if the lines may be parallel and distinct,
2. exactly one solution, if the lines may intersect at only one point.
3. infinitely many solutions, if the lines may coincide, in which case there are infinitely
many points of intersection.
Linear Systems with Two Unknown
Example :
A Linear System with No A Linear System with A Linear System with one
Solutions Infinitely Many solution Solutions
Augmented Matrices and
Elementary Row Operations
System of linear equation can be represented as matrix.
This is called the augmented matrix for the system
¿
a11x1 + a12x2 + + a1nxn = b1
a21x1 + a22x2 + + a2nxn = b2
( )
x1 + x2 + 2x3 = 9 1 1 2 9
2 4 −3 1
2x1 - 3x3 = 1 3 6 −5 0
3x1 + 6x2 - 5x3 = 0
Elementary row operations on a matrix.
Three operations correspond to the following operations on the rows of the augmented
matrix:
The procedure (or algorithm) for reducing a matrix to reduced row echelon form
is called Gauss-Jordan elimination. If only the forward phase is used, then the procedure
produces a row echelon form only and is called Gaussian elimination.
Example : Solve by Gauss-
Jordan elimination.
50
( )
2 3 0 800
2 0 3 650
0 1 1 350
By using Gauss-Jordan elimination Procedure