SlideShare a Scribd company logo
1 of 8
Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud
Lecture 3
Now we are in the stage to tackle the question.
How to solve a linear system AX = B?
First: Row operations
The key to solve a system of linear equations is to
transform the original augmented matrix to some
matrix with some properties via a few elementary
row operations. As a matter of fact, we can solve
any system of linear equations by transforming the
associate augmented matrix to a matrix in some
form.
The form is referred to as the reduced row echelon
form.
1.1 Gauss-elimination method (REF)
Step 1: Form augmented matrix  bA :
Step 2: Transform  bA : to row echelon form matrix
 DC : using row operations
Step 3: Solve the system corresponding to DC : ,
using back substitution
Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud
Example: Solve the following system of equations
3-z-y2-x3
1yx
5z3y-2


x
using Gauss elimination.
Sol.












3:123
1:011
5:312
11 R
2
1 R












3:123
1:011
2
5:
2
3
2
11
R33R
RR
13
212


R
R















2/21:2/112/10
2
3:
2
3
2
30
2
5:
2
3
2
11
33
22
R2
R
3
2


R
R












21:1110
1:110
2
5:
2
3
2
11
323 RR R












22:1200
1:110
2
5:
2
3
2
11
33 R
12
1 R












6
11:100
1:110
2
5:
2
3
2
11
So, z = 11/6 , y = 5/6, x = 1/6
1.2 Gauss-Jordan Reduction Method (RREF)
Step 1: Form augmented matrix  bA :
Step 2: Transform  bA : to reduced row echelon
form matrix  FH : using row operations
Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud
Step 3: for each nonzero row in FH : , solve the
corresponding equations
Example: Solve the following linear system of
equations
3z-x3
8zy2x
9z32y


x
using Gauss-Jordan reduction
method
Sol.












3:103
8:112
9:321
313
212
R3R-
R2R


R
R












24:1060
10:550
9:321
22 R
5
1 R










 24:1060
2:110
9:321
121
323
R2R
R6R


R
R










 12:400
2:110
5:101
33 R
4
1  R










3:100
2:110
5:101
131
232
RR
RR


R
R











3:100
1:010
2:001
So, x = 2, y = -1, z = 3
Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud
C.W Solve the following system by Gaussian-Jordan
elimination.
2 8 10
2 2
7 17 7 1
y z
x y z
x y z
  
  
   
.
0 2 8 10 1 2 1 2 1 2 1 2
1 2 1 2 0 2 8 10 0 2 8 10
7 17 7 1 7 17 7 1 0 3 14 15
1 2 1 2 1 2 1 2 1 2 0 2 1 0 0 12
0 2 8 10 0 1 4 5 0 1 0 5 0 1 0 5
0 0 2 0 0 0 1 0 0 0 1 0 0 0 1 0
       
         
     
            
        
              
       
       
       
The solution is 12, 5, 0.x y z   
)sol
Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud
Examples
I. Exactly one solution:
Solve for the following system:
33
82
932
31
321
321



xx
xxx
xxx
[Solution:]The Gauss-Jordan reduction is as follows:
Step 1: The augmented matrix is












3
8
9
1
1
3
0
1
2
3
2
1
.
Step 2:The matrix in reduced row echelon form is











3
1
2
1
0
0
0
1
0
0
0
1
Step 3: The solution is 3,1,2 321  xxx
II.Infinite number of solutions:
Solve for the following system:
153
0242
21
321


xx
xxx
[Solution:]The Gauss-Jordan reduction is as follows:
Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud
Step 1: The augmented matrix is 




 
1
0
0
2
5
4
3
2
Step 2: The matrix in reduced row echelon form
is






 1
2
3
5
1
0
0
1
Step 3: The linear system corresponding to the
matrix in reduced row echelon form is
13
25
32
31


xx
xx
The solutions are 1 3 2 32 5 , 1 3x x x x    
3x is free variable or parameter and let 3 ,x t t R 
therefore
Rttxtxtx  ,,31,52 321
III. No solution:
Solve for the following system:
62
1753
5422
431
4321
4321



xxx
xxxx
xxxx
[Solution:]The Gauss-Jordan reduction is as follows:
Step 1:The augmented matrix is










 6
11
5
2
7
4
1
5
3
0
3
2
1
1
1
Step 2: The matrix in reduced row echelon form
is
Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud









 
1
0
0
0
3
2
0
2
1
0
1
0
0
0
1
Step 3: The linear system corresponding to the
matrix in reduced row echelon form is
10
032
02
432
431



xxx
xxx
Since ,10  there is no solution
Example: Solve for the following linear system:
5723
-1132
-3952
352
4321
4321
4321
4321




xxxx
xxxx
xxxx
xxxx
[Solution:] The Gauss-Jordan reduction is as
follows:
Step 1: The augmented matrix is


















 5
11
3
3
7
3
9
5
2
1
1
2
3
1
5
1
1
2
2
1




Step 2:After elementary row operations, the
matrix in reduced row echelon form is











 


0
3
2
5
0
2
3
2
0
1
0
0
0
0
1
0
0
0
0
1




.
Step 3:The linear system corresponding to the
matrix in reduced row echelon form is
32
23
52
43
42
41



xx
xx
xx
Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud
The solutions are 1 4 2 4 3 45 2 , 2 3 , 3 2x x x x x x      
Rttxtxtxtx  ,,23,32,25 4321
Example: Find conditions on a such that the
following system has no solution, one solution, or
infinitely many solutions. 1
( 2) 1
2 2 ( 2) 1
x ay z
x a y z
x y a z
  
     
   
1 1 1 1 1 1 1 1 1
1 2 1 1 0 2 2 0 0 0 2 2 0 0
2 2 2 1 0 2 2 1 0 0 1
1 1 1 1
Case1: 1 0 0 1 1
0 0 0 0
1 1 1
Case2: 1 0 1 0 0
0 0 1
1 0 1 1
(a) 0 0 1 0 0
0 0 0 1
a a a
a a a
a a a a
a
a
a
a
a
       
     
           
             
 
 
   
 
 
 
 
   
  

 
1 1 1
(b) 0 0 1 0 0
10 0 1
a
a
a
   
        
  
 
1 : has infinitely many solutions.
0 : has no solutions.
1 and 0 : has exactly one solution.
a
a
a a


 
)sol

More Related Content

What's hot

Lecture determinants good one
Lecture determinants good oneLecture determinants good one
Lecture determinants good oneHazel Joy Chong
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSRai University
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equationsreach2arkaELECTRICAL
 
system of algebraic equation by Iteration method
system of algebraic equation by Iteration methodsystem of algebraic equation by Iteration method
system of algebraic equation by Iteration methodAkhtar Kamal
 
Derivatives of inverse trig functions
Derivatives of inverse trig functionsDerivatives of inverse trig functions
Derivatives of inverse trig functionssumanmathews
 
Systemsof3 equations ppt_alg2
Systemsof3 equations ppt_alg2Systemsof3 equations ppt_alg2
Systemsof3 equations ppt_alg2swartzje
 
Gauss elimination & Gauss Jordan method
Gauss elimination & Gauss Jordan methodGauss elimination & Gauss Jordan method
Gauss elimination & Gauss Jordan methodNaimesh Bhavsar
 
Applied numerical methods lec6
Applied numerical methods lec6Applied numerical methods lec6
Applied numerical methods lec6Yasser Ahmed
 
3.5 solving systems of equations in three variables
3.5 solving systems of equations in three variables3.5 solving systems of equations in three variables
3.5 solving systems of equations in three variablesmorrobea
 
Paper id 71201914
Paper id 71201914Paper id 71201914
Paper id 71201914IJRAT
 
Matrix Methods of Structural Analysis
Matrix Methods of Structural AnalysisMatrix Methods of Structural Analysis
Matrix Methods of Structural AnalysisDrASSayyad
 
INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
INVERSION OF MATRIX BY GAUSS ELIMINATION METHODINVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
INVERSION OF MATRIX BY GAUSS ELIMINATION METHODreach2arkaELECTRICAL
 
Applied numerical methods lec1
Applied numerical methods lec1Applied numerical methods lec1
Applied numerical methods lec1Yasser Ahmed
 
Cramer’s rule of matrix
Cramer’s rule of matrixCramer’s rule of matrix
Cramer’s rule of matrixAbi Malik
 
Direct solution of sparse network equations by optimally ordered triangular f...
Direct solution of sparse network equations by optimally ordered triangular f...Direct solution of sparse network equations by optimally ordered triangular f...
Direct solution of sparse network equations by optimally ordered triangular f...Dimas Ruliandi
 
A Convergence Theorem Associated With a Pair of Second Order Differential Equ...
A Convergence Theorem Associated With a Pair of Second Order Differential Equ...A Convergence Theorem Associated With a Pair of Second Order Differential Equ...
A Convergence Theorem Associated With a Pair of Second Order Differential Equ...IOSR Journals
 

What's hot (20)

Lecture determinants good one
Lecture determinants good oneLecture determinants good one
Lecture determinants good one
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equations
 
A Numerical Solution for Sine Gordon Type System
A Numerical Solution for Sine Gordon Type SystemA Numerical Solution for Sine Gordon Type System
A Numerical Solution for Sine Gordon Type System
 
system of algebraic equation by Iteration method
system of algebraic equation by Iteration methodsystem of algebraic equation by Iteration method
system of algebraic equation by Iteration method
 
Derivatives of inverse trig functions
Derivatives of inverse trig functionsDerivatives of inverse trig functions
Derivatives of inverse trig functions
 
Systemsof3 equations ppt_alg2
Systemsof3 equations ppt_alg2Systemsof3 equations ppt_alg2
Systemsof3 equations ppt_alg2
 
Gauss elimination & Gauss Jordan method
Gauss elimination & Gauss Jordan methodGauss elimination & Gauss Jordan method
Gauss elimination & Gauss Jordan method
 
Applied numerical methods lec6
Applied numerical methods lec6Applied numerical methods lec6
Applied numerical methods lec6
 
3.5 solving systems of equations in three variables
3.5 solving systems of equations in three variables3.5 solving systems of equations in three variables
3.5 solving systems of equations in three variables
 
CRAMER’S RULE
CRAMER’S RULECRAMER’S RULE
CRAMER’S RULE
 
Paper id 71201914
Paper id 71201914Paper id 71201914
Paper id 71201914
 
Matrix Methods of Structural Analysis
Matrix Methods of Structural AnalysisMatrix Methods of Structural Analysis
Matrix Methods of Structural Analysis
 
Systems of equations
Systems of equationsSystems of equations
Systems of equations
 
INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
INVERSION OF MATRIX BY GAUSS ELIMINATION METHODINVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
 
Applied numerical methods lec1
Applied numerical methods lec1Applied numerical methods lec1
Applied numerical methods lec1
 
Cramer’s rule of matrix
Cramer’s rule of matrixCramer’s rule of matrix
Cramer’s rule of matrix
 
Direct solution of sparse network equations by optimally ordered triangular f...
Direct solution of sparse network equations by optimally ordered triangular f...Direct solution of sparse network equations by optimally ordered triangular f...
Direct solution of sparse network equations by optimally ordered triangular f...
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
 
A Convergence Theorem Associated With a Pair of Second Order Differential Equ...
A Convergence Theorem Associated With a Pair of Second Order Differential Equ...A Convergence Theorem Associated With a Pair of Second Order Differential Equ...
A Convergence Theorem Associated With a Pair of Second Order Differential Equ...
 

Viewers also liked

Viewers also liked (10)

Abumussa Graphics
Abumussa GraphicsAbumussa Graphics
Abumussa Graphics
 
algebra
algebra algebra
algebra
 
Lsd ee n
Lsd ee nLsd ee n
Lsd ee n
 
Power point for project
Power point for projectPower point for project
Power point for project
 
Mark Farac Resume 2016
Mark Farac  Resume 2016Mark Farac  Resume 2016
Mark Farac Resume 2016
 
Ch6 series solutions algebra
Ch6 series solutions algebraCh6 series solutions algebra
Ch6 series solutions algebra
 
CV
CVCV
CV
 
real vector space
real vector spacereal vector space
real vector space
 
eigenvalue
eigenvalueeigenvalue
eigenvalue
 
pediatric neurology
pediatric neurologypediatric neurology
pediatric neurology
 

Similar to algebra

lecture0003-numerical-methods-topic-3-solution-of-systems-of-linear-equations...
lecture0003-numerical-methods-topic-3-solution-of-systems-of-linear-equations...lecture0003-numerical-methods-topic-3-solution-of-systems-of-linear-equations...
lecture0003-numerical-methods-topic-3-solution-of-systems-of-linear-equations...wafahop
 
Gauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptxGauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptxAHSANMEHBOOB12
 
7.2 Systems of Linear Equations - Three Variables
7.2 Systems of Linear Equations - Three Variables7.2 Systems of Linear Equations - Three Variables
7.2 Systems of Linear Equations - Three Variablessmiller5
 
Ch9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfCh9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfRahulUkhande
 
18-21 Principles of Least Squares.ppt
18-21 Principles of Least Squares.ppt18-21 Principles of Least Squares.ppt
18-21 Principles of Least Squares.pptBAGARAGAZAROMUALD2
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsHazel Joy Chong
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3Nazrin Nazdri
 
Linear Algebra- Gauss Elim-converted.pptx
Linear Algebra- Gauss Elim-converted.pptxLinear Algebra- Gauss Elim-converted.pptx
Linear Algebra- Gauss Elim-converted.pptxMazwan3
 
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical MethodsGauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical MethodsJanki Shah
 
Métodos directos para la solución de sistemas de ecuaciones lineales
Métodos directos para la solución de sistemas de ecuaciones linealesMétodos directos para la solución de sistemas de ecuaciones lineales
Métodos directos para la solución de sistemas de ecuaciones linealesMileacre
 
matrices and algbra
matrices and algbramatrices and algbra
matrices and algbragandhinagar
 

Similar to algebra (20)

Determinants. Cramer’s Rule
Determinants. Cramer’s RuleDeterminants. Cramer’s Rule
Determinants. Cramer’s Rule
 
lecture0003-numerical-methods-topic-3-solution-of-systems-of-linear-equations...
lecture0003-numerical-methods-topic-3-solution-of-systems-of-linear-equations...lecture0003-numerical-methods-topic-3-solution-of-systems-of-linear-equations...
lecture0003-numerical-methods-topic-3-solution-of-systems-of-linear-equations...
 
Gauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptxGauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptx
 
Cramer's Rule.ppt
Cramer's Rule.pptCramer's Rule.ppt
Cramer's Rule.ppt
 
Cramers Rule.ppt
Cramers Rule.pptCramers Rule.ppt
Cramers Rule.ppt
 
7.2 Systems of Linear Equations - Three Variables
7.2 Systems of Linear Equations - Three Variables7.2 Systems of Linear Equations - Three Variables
7.2 Systems of Linear Equations - Three Variables
 
Systems of linear equations; matrices
Systems of linear equations; matricesSystems of linear equations; matrices
Systems of linear equations; matrices
 
CHAPTER 3 numer.pdf
CHAPTER 3 numer.pdfCHAPTER 3 numer.pdf
CHAPTER 3 numer.pdf
 
3 handouts section2-3
3 handouts section2-33 handouts section2-3
3 handouts section2-3
 
Ch9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfCh9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdf
 
18-21 Principles of Least Squares.ppt
18-21 Principles of Least Squares.ppt18-21 Principles of Least Squares.ppt
18-21 Principles of Least Squares.ppt
 
Condition (linear algebra)
Condition (linear algebra)Condition (linear algebra)
Condition (linear algebra)
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
TABREZ KHAN.ppt
TABREZ KHAN.pptTABREZ KHAN.ppt
TABREZ KHAN.ppt
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
Linear Algebra- Gauss Elim-converted.pptx
Linear Algebra- Gauss Elim-converted.pptxLinear Algebra- Gauss Elim-converted.pptx
Linear Algebra- Gauss Elim-converted.pptx
 
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical MethodsGauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
 
Métodos directos para la solución de sistemas de ecuaciones lineales
Métodos directos para la solución de sistemas de ecuaciones linealesMétodos directos para la solución de sistemas de ecuaciones lineales
Métodos directos para la solución de sistemas de ecuaciones lineales
 
Linear Algebra(1).pptx
Linear Algebra(1).pptxLinear Algebra(1).pptx
Linear Algebra(1).pptx
 
matrices and algbra
matrices and algbramatrices and algbra
matrices and algbra
 

Recently uploaded

power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Recently uploaded (20)

power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

algebra

  • 1. Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud Lecture 3 Now we are in the stage to tackle the question. How to solve a linear system AX = B? First: Row operations The key to solve a system of linear equations is to transform the original augmented matrix to some matrix with some properties via a few elementary row operations. As a matter of fact, we can solve any system of linear equations by transforming the associate augmented matrix to a matrix in some form. The form is referred to as the reduced row echelon form. 1.1 Gauss-elimination method (REF) Step 1: Form augmented matrix  bA : Step 2: Transform  bA : to row echelon form matrix  DC : using row operations Step 3: Solve the system corresponding to DC : , using back substitution
  • 2. Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud Example: Solve the following system of equations 3-z-y2-x3 1yx 5z3y-2   x using Gauss elimination. Sol.             3:123 1:011 5:312 11 R 2 1 R             3:123 1:011 2 5: 2 3 2 11 R33R RR 13 212   R R                2/21:2/112/10 2 3: 2 3 2 30 2 5: 2 3 2 11 33 22 R2 R 3 2   R R             21:1110 1:110 2 5: 2 3 2 11 323 RR R             22:1200 1:110 2 5: 2 3 2 11 33 R 12 1 R             6 11:100 1:110 2 5: 2 3 2 11 So, z = 11/6 , y = 5/6, x = 1/6 1.2 Gauss-Jordan Reduction Method (RREF) Step 1: Form augmented matrix  bA : Step 2: Transform  bA : to reduced row echelon form matrix  FH : using row operations
  • 3. Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud Step 3: for each nonzero row in FH : , solve the corresponding equations Example: Solve the following linear system of equations 3z-x3 8zy2x 9z32y   x using Gauss-Jordan reduction method Sol.             3:103 8:112 9:321 313 212 R3R- R2R   R R             24:1060 10:550 9:321 22 R 5 1 R            24:1060 2:110 9:321 121 323 R2R R6R   R R            12:400 2:110 5:101 33 R 4 1  R           3:100 2:110 5:101 131 232 RR RR   R R            3:100 1:010 2:001 So, x = 2, y = -1, z = 3
  • 4. Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud C.W Solve the following system by Gaussian-Jordan elimination. 2 8 10 2 2 7 17 7 1 y z x y z x y z           . 0 2 8 10 1 2 1 2 1 2 1 2 1 2 1 2 0 2 8 10 0 2 8 10 7 17 7 1 7 17 7 1 0 3 14 15 1 2 1 2 1 2 1 2 1 2 0 2 1 0 0 12 0 2 8 10 0 1 4 5 0 1 0 5 0 1 0 5 0 0 2 0 0 0 1 0 0 0 1 0 0 0 1 0                                                                                      The solution is 12, 5, 0.x y z    )sol
  • 5. Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud Examples I. Exactly one solution: Solve for the following system: 33 82 932 31 321 321    xx xxx xxx [Solution:]The Gauss-Jordan reduction is as follows: Step 1: The augmented matrix is             3 8 9 1 1 3 0 1 2 3 2 1 . Step 2:The matrix in reduced row echelon form is            3 1 2 1 0 0 0 1 0 0 0 1 Step 3: The solution is 3,1,2 321  xxx II.Infinite number of solutions: Solve for the following system: 153 0242 21 321   xx xxx [Solution:]The Gauss-Jordan reduction is as follows:
  • 6. Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud Step 1: The augmented matrix is        1 0 0 2 5 4 3 2 Step 2: The matrix in reduced row echelon form is        1 2 3 5 1 0 0 1 Step 3: The linear system corresponding to the matrix in reduced row echelon form is 13 25 32 31   xx xx The solutions are 1 3 2 32 5 , 1 3x x x x     3x is free variable or parameter and let 3 ,x t t R  therefore Rttxtxtx  ,,31,52 321 III. No solution: Solve for the following system: 62 1753 5422 431 4321 4321    xxx xxxx xxxx [Solution:]The Gauss-Jordan reduction is as follows: Step 1:The augmented matrix is            6 11 5 2 7 4 1 5 3 0 3 2 1 1 1 Step 2: The matrix in reduced row echelon form is
  • 7. Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud            1 0 0 0 3 2 0 2 1 0 1 0 0 0 1 Step 3: The linear system corresponding to the matrix in reduced row echelon form is 10 032 02 432 431    xxx xxx Since ,10  there is no solution Example: Solve for the following linear system: 5723 -1132 -3952 352 4321 4321 4321 4321     xxxx xxxx xxxx xxxx [Solution:] The Gauss-Jordan reduction is as follows: Step 1: The augmented matrix is                    5 11 3 3 7 3 9 5 2 1 1 2 3 1 5 1 1 2 2 1     Step 2:After elementary row operations, the matrix in reduced row echelon form is                0 3 2 5 0 2 3 2 0 1 0 0 0 0 1 0 0 0 0 1     . Step 3:The linear system corresponding to the matrix in reduced row echelon form is 32 23 52 43 42 41    xx xx xx
  • 8. Science Department in Engineering MTH 2311/ 2132 Dr .Gharib S. Mahmoud The solutions are 1 4 2 4 3 45 2 , 2 3 , 3 2x x x x x x       Rttxtxtxtx  ,,23,32,25 4321 Example: Find conditions on a such that the following system has no solution, one solution, or infinitely many solutions. 1 ( 2) 1 2 2 ( 2) 1 x ay z x a y z x y a z              1 1 1 1 1 1 1 1 1 1 2 1 1 0 2 2 0 0 0 2 2 0 0 2 2 2 1 0 2 2 1 0 0 1 1 1 1 1 Case1: 1 0 0 1 1 0 0 0 0 1 1 1 Case2: 1 0 1 0 0 0 0 1 1 0 1 1 (a) 0 0 1 0 0 0 0 0 1 a a a a a a a a a a a a a a a                                                                   1 1 1 (b) 0 0 1 0 0 10 0 1 a a a                   1 : has infinitely many solutions. 0 : has no solutions. 1 and 0 : has exactly one solution. a a a a     )sol