SlideShare a Scribd company logo
Mathematical Geophysics:

Part 1- Linear Algebra
Contents:
Definition of Equation

System of Linear Algebraic Equation

Gauss-Jordan reduction method
Working Examples

Types of System of Algebraic Equation
according to solution types.
Dr. Amin Khalil
What is equation
stands for?
Equation is an analogous to the
weighing balance. It has two sides;
left hand side and right hand side.
Generally known constants are in the
right side, while the unknown
parameters are in the left hand
side. The simplest equation looks
like:
X = 5
Which looks like using a balance to
weigh some vegetables when go
Dr. Amin Khalil
shopping.
Simple balance (equation)

Dr. Amin Khalil
System of Linear
Algebraic Equation
A problem in numerical linear algebra that
requires the solution of n equations in the
unknowns x1, x2,…, xn of the form Ax = b
where A is a square n×n matrix. The solution obtained by computing
the inverse matrix and forming A–1b is less accurate and requires
more arithmetical operations than elimination methods. In
Gaussian elimination multiples of successive equations are added to
all succeeding ones to eliminate the unknowns x1, x2,…, xn–1 in turn.
Properly used, with row interchanges to avoid large multiples, this
leads to a solution that satisfies exactly a system close to the one
given, relative to the machine precision.

Dr. Amin Khalil
Einstein Summation
Convention:
The convention that repeated indices are implicitly summed
over. This can greatly simplify and shorten equations
involving tensors. For example, using Einstein summation,
And

The convention was introduced by Einstein (1916, sec. 5), who
later jested to a friend, "I have made a great discovery in
mathematics; I have suppressed the summation sign every time
that the summation must be made over an index which occurs
twice..." (Kollros 1956; Pais 1982, p. 216).

Dr. Amin Khalil
With Einstein Summation Convention we can
reduce the system of linear algebraic
equation of the form:
A11 x1 +A12 x2 + . . . .+ A1n xn = c1
A21 x1 + A22 x2 + . . . . . +A2n xn = c2
. .
.
.
An1 x1 + An2 x2 . . . . . . .+ Ann xn = cn

Into
or simply Aij xi =cj

Dr. Amin Khalil
Gauss Elimination
Method:
Definition of row reduction makes use of elementary row
The process
operations, and can be divided into two parts. The first part
(sometimes called Forward Elimination) reduces a given system
to row echelon form, from which one can tell whether there are
no solutions, a unique solution, or infinitely many solutions. The
second part (sometimes called back substitution) continues to
use row operations until the solution is found; in other words, it
puts the matrix into reduced row echelon form.
Another point of view, which turns out to be very useful to
analyze the algorithm, is that row reduction produces a matrix
decomposition of the original matrix. The elementary row
operations may be viewed as the multiplication on the left of the
original matrix by elementary matrices. Then the first part of
the algorithm computes an LU decomposition, while the second
part writes the original matrix as the product of a uniquely
determined invertible matrix andKhaliluniquely determined reduced
Dr. Amin a
row echelon matrix.
Gauss elimination applies row
operations of the form:
Type 1: Swap the positions of two
rows.
Type 2: Multiply a row by a
nonzero scalar.
Type 3: Add to one row a scalar
multiple of another.
To produce the echelon form.

What is the echelon form?
Dr. Amin Khalil
Echelon Form:
The leftmost term of a matrix or system of linear
algebraic equation is called the leading term.
Echelon form is obtained through row operation such
that the non-zero leading of row nth occurs to the
right of the leading term of the (n-1) row, i.e if the
leading term of the upper row occurs at column j the
non zero leading term of the lower one will be at j+1
column. The echelon form will make all the elements
under the diagonal of the matrix will be zeros.
Leading term

Diagonal
elements

Dr. Amin Khalil
Examples
For the SLE of the form:

Dr. Amin Khalil
Dr. Amin Khalil
System of linear
algebraic equations
may have:

Dr. Amin Khalil
The unique solution case is illustrated in
the given examples. Now we will see the
case when we have many solutions:

In this example not all the variables have nonzero leading term. Hence in the above example
the z variable cannot be determined uniquely, in
this case it is assigned certain value and the
other unknowns are obtained accordingly.
Dr. Amin Khalil
Describing Solution
set for multi solution
case: the last example the solution set can be
For
described as:

example of system of two
variables free

Dr. Amin Khalil
Another form

Dr. Amin Khalil
Dr. Amin Khalil

More Related Content

What's hot

Nsm
Nsm Nsm
Crout s method for solving system of linear equations
Crout s method for solving system of linear equationsCrout s method for solving system of linear equations
Crout s method for solving system of linear equations
Sugathan Velloth
 
Nmsa 170900713008
Nmsa 170900713008Nmsa 170900713008
Nmsa 170900713008
Bhavya Patel
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
Kum Visal
 
Ppt presentasi matrix algebra
Ppt presentasi matrix algebraPpt presentasi matrix algebra
Ppt presentasi matrix algebra
RahmatulFitri1
 
Chapter 5
Chapter 5Chapter 5
6.4 inverse matrices
6.4 inverse matrices6.4 inverse matrices
6.4 inverse matrices
math260
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
Rai University
 
Systems of linear equations and augmented matrices
Systems of linear equations and augmented matricesSystems of linear equations and augmented matrices
Systems of linear equations and augmented matrices
ST ZULAIHA NURHAJARURAHMAH
 
Iterative methods
Iterative methodsIterative methods
Iterative methods
Kt Silva
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
Aditya Vaishampayan
 
Matrices and determinants-1
Matrices and determinants-1Matrices and determinants-1
Matrices and determinants-1
sudersana viswanathan
 
Determinants
DeterminantsDeterminants
Determinants
Rivan001
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
aakashray33
 
Interactives Methods
Interactives MethodsInteractives Methods
Interactives Methods
UIS
 
Matrix2 english
Matrix2 englishMatrix2 english
Matrix2 english
Alfia Magfirona
 
Presentation on matrix
Presentation on matrixPresentation on matrix
Presentation on matrix
Nahin Mahfuz Seam
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
AarjavPinara
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
Farzad Javidanrad
 
Linear Systems Gauss Seidel
Linear Systems   Gauss SeidelLinear Systems   Gauss Seidel
Linear Systems Gauss Seidel
Eric Davishahl
 

What's hot (20)

Nsm
Nsm Nsm
Nsm
 
Crout s method for solving system of linear equations
Crout s method for solving system of linear equationsCrout s method for solving system of linear equations
Crout s method for solving system of linear equations
 
Nmsa 170900713008
Nmsa 170900713008Nmsa 170900713008
Nmsa 170900713008
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Ppt presentasi matrix algebra
Ppt presentasi matrix algebraPpt presentasi matrix algebra
Ppt presentasi matrix algebra
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
6.4 inverse matrices
6.4 inverse matrices6.4 inverse matrices
6.4 inverse matrices
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 
Systems of linear equations and augmented matrices
Systems of linear equations and augmented matricesSystems of linear equations and augmented matrices
Systems of linear equations and augmented matrices
 
Iterative methods
Iterative methodsIterative methods
Iterative methods
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
 
Matrices and determinants-1
Matrices and determinants-1Matrices and determinants-1
Matrices and determinants-1
 
Determinants
DeterminantsDeterminants
Determinants
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Interactives Methods
Interactives MethodsInteractives Methods
Interactives Methods
 
Matrix2 english
Matrix2 englishMatrix2 english
Matrix2 english
 
Presentation on matrix
Presentation on matrixPresentation on matrix
Presentation on matrix
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Linear Systems Gauss Seidel
Linear Systems   Gauss SeidelLinear Systems   Gauss Seidel
Linear Systems Gauss Seidel
 

Viewers also liked

04 gaussmethods
04 gaussmethods04 gaussmethods
04 gaussmethods
Mohammad Tawfik
 
Applied numerical methods lec7
Applied numerical methods lec7Applied numerical methods lec7
Applied numerical methods lec7
Yasser Ahmed
 
Midpoint-Based Parallel Sparse Matrix-Matrix Multiplication Algorithm
Midpoint-Based Parallel Sparse Matrix-Matrix Multiplication AlgorithmMidpoint-Based Parallel Sparse Matrix-Matrix Multiplication Algorithm
Midpoint-Based Parallel Sparse Matrix-Matrix Multiplication Algorithm
Alexander Pozdneev
 
Matrix Completion Presentation
Matrix Completion PresentationMatrix Completion Presentation
Matrix Completion Presentation
Michael Hankin
 
What is sparse matrix
What is sparse matrixWhat is sparse matrix
What is sparse matrix
Saddam Hussain
 
Es272 ch4a
Es272 ch4aEs272 ch4a
Matlab dc circuit analysis
Matlab dc circuit analysisMatlab dc circuit analysis
Matlab dc circuit analysis
Ameen San
 
Sparse Matrix and Polynomial
Sparse Matrix and PolynomialSparse Matrix and Polynomial
Sparse Matrix and Polynomial
Aroosa Rajput
 
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau -  Data, Graphs, Filters, Dashboards and Advanced featuresLearning Tableau -  Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Venkata Reddy Konasani
 

Viewers also liked (9)

04 gaussmethods
04 gaussmethods04 gaussmethods
04 gaussmethods
 
Applied numerical methods lec7
Applied numerical methods lec7Applied numerical methods lec7
Applied numerical methods lec7
 
Midpoint-Based Parallel Sparse Matrix-Matrix Multiplication Algorithm
Midpoint-Based Parallel Sparse Matrix-Matrix Multiplication AlgorithmMidpoint-Based Parallel Sparse Matrix-Matrix Multiplication Algorithm
Midpoint-Based Parallel Sparse Matrix-Matrix Multiplication Algorithm
 
Matrix Completion Presentation
Matrix Completion PresentationMatrix Completion Presentation
Matrix Completion Presentation
 
What is sparse matrix
What is sparse matrixWhat is sparse matrix
What is sparse matrix
 
Es272 ch4a
Es272 ch4aEs272 ch4a
Es272 ch4a
 
Matlab dc circuit analysis
Matlab dc circuit analysisMatlab dc circuit analysis
Matlab dc circuit analysis
 
Sparse Matrix and Polynomial
Sparse Matrix and PolynomialSparse Matrix and Polynomial
Sparse Matrix and Polynomial
 
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau -  Data, Graphs, Filters, Dashboards and Advanced featuresLearning Tableau -  Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
 

Similar to Math Geophysics-system of linear algebraic equations

Computational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear EquationsComputational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear Equations
Bektu Dida
 
Linear Algebra and its use in finance:
Linear Algebra and its use in finance:Linear Algebra and its use in finance:
Linear Algebra and its use in finance:
Service_supportAssignment
 
Matrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdfMatrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdf
Kwame Nkrumah University of Science and Technology
 
math.pptx
math.pptxmath.pptx
math.pptx
BeniamTekeste
 
Maths
MathsMaths
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chaimae Baroudi
 
Linear equations rev
Linear equations revLinear equations rev
Linear equations rev
Yash Jain
 
Consistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesConsistency of linear equations in two and three variables
Consistency of linear equations in two and three variables
Aamlan Saswat Mishra
 
Linear Equations
Linear Equations Linear Equations
Linear Equations
TharunSangeeth
 
System of equations
System of equationsSystem of equations
System of equations
mariacadena
 
System of equations
System of equationsSystem of equations
System of equations
mariacadena
 
System of equations
System of equationsSystem of equations
System of equations
mariacadena
 
System of equations
System of equationsSystem of equations
System of equations
mariacadena
 
System of equations
System of equationsSystem of equations
System of equations
mariacadena
 
Linear equations rev - copy
Linear equations rev - copyLinear equations rev - copy
Linear equations rev - copy
Yash Jain
 
Pair of linear equations
Pair of linear equationsPair of linear equations
Pair of linear equations
Yash Jain
 
Linear equations
Linear equationsLinear equations
Linear equations
Nisarg Amin
 
Theory of Equation
Theory of EquationTheory of Equation
Theory of Equation
SOMASUNDARAM T
 
system of linear equations by Diler
system of linear equations by Dilersystem of linear equations by Diler
system of linear equations by Diler
kishor pokar
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
Diler4
 

Similar to Math Geophysics-system of linear algebraic equations (20)

Computational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear EquationsComputational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear Equations
 
Linear Algebra and its use in finance:
Linear Algebra and its use in finance:Linear Algebra and its use in finance:
Linear Algebra and its use in finance:
 
Matrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdfMatrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdf
 
math.pptx
math.pptxmath.pptx
math.pptx
 
Maths
MathsMaths
Maths
 
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/Slides
 
Linear equations rev
Linear equations revLinear equations rev
Linear equations rev
 
Consistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesConsistency of linear equations in two and three variables
Consistency of linear equations in two and three variables
 
Linear Equations
Linear Equations Linear Equations
Linear Equations
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
Linear equations rev - copy
Linear equations rev - copyLinear equations rev - copy
Linear equations rev - copy
 
Pair of linear equations
Pair of linear equationsPair of linear equations
Pair of linear equations
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Theory of Equation
Theory of EquationTheory of Equation
Theory of Equation
 
system of linear equations by Diler
system of linear equations by Dilersystem of linear equations by Diler
system of linear equations by Diler
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
 

More from Amin khalil

Isostacy
IsostacyIsostacy
Isostacy
Amin khalil
 
Application of integrated geophysical technique for the mapping
Application of integrated geophysical technique for the mappingApplication of integrated geophysical technique for the mapping
Application of integrated geophysical technique for the mapping
Amin khalil
 
Brief discussion on inverse Theory
Brief discussion on inverse TheoryBrief discussion on inverse Theory
Brief discussion on inverse Theory
Amin khalil
 
Staclim2016
Staclim2016Staclim2016
Staclim2016
Amin khalil
 
Importing data in Oasis Montaj
Importing data in Oasis MontajImporting data in Oasis Montaj
Importing data in Oasis Montaj
Amin khalil
 
Oasis montaj workshop session 1
Oasis montaj workshop session 1Oasis montaj workshop session 1
Oasis montaj workshop session 1
Amin khalil
 
Extended seismic data processing dmo
Extended seismic data processing dmoExtended seismic data processing dmo
Extended seismic data processing dmo
Amin khalil
 
Extended seismic data processing lec25, fk filtering
Extended seismic data processing lec25, fk filteringExtended seismic data processing lec25, fk filtering
Extended seismic data processing lec25, fk filtering
Amin khalil
 
Extended seismic processing sequence lecture 24
Extended seismic processing sequence lecture 24Extended seismic processing sequence lecture 24
Extended seismic processing sequence lecture 24
Amin khalil
 
Lecture 23 april29 static correction
Lecture 23 april29 static correctionLecture 23 april29 static correction
Lecture 23 april29 static correction
Amin khalil
 
Seismic refraction method lec22
Seismic refraction method lec22Seismic refraction method lec22
Seismic refraction method lec22
Amin khalil
 
Seismic refraction method lecture 21
Seismic refraction method lecture 21Seismic refraction method lecture 21
Seismic refraction method lecture 21
Amin khalil
 
Lecture 20, marine surveying 2
Lecture 20, marine surveying 2Lecture 20, marine surveying 2
Lecture 20, marine surveying 2
Amin khalil
 
Lecture 19, marine seismic surveying
Lecture 19, marine seismic surveyingLecture 19, marine seismic surveying
Lecture 19, marine seismic surveying
Amin khalil
 
Seismic data processing 16, migration&land seismic survey
Seismic data processing 16, migration&land seismic surveySeismic data processing 16, migration&land seismic survey
Seismic data processing 16, migration&land seismic survey
Amin khalil
 
Seismic data processing 15, kirchhof migration
Seismic data processing 15, kirchhof migrationSeismic data processing 15, kirchhof migration
Seismic data processing 15, kirchhof migration
Amin khalil
 
Seismic data processing 14, stacking&migration2
Seismic data processing 14, stacking&migration2Seismic data processing 14, stacking&migration2
Seismic data processing 14, stacking&migration2
Amin khalil
 
Seismic data processing 13 stacking&migration
Seismic data processing 13 stacking&migrationSeismic data processing 13 stacking&migration
Seismic data processing 13 stacking&migration
Amin khalil
 
Seismic data processing
Seismic data processingSeismic data processing
Seismic data processing
Amin khalil
 
Import waveform files into seisan
Import waveform files into seisanImport waveform files into seisan
Import waveform files into seisan
Amin khalil
 

More from Amin khalil (20)

Isostacy
IsostacyIsostacy
Isostacy
 
Application of integrated geophysical technique for the mapping
Application of integrated geophysical technique for the mappingApplication of integrated geophysical technique for the mapping
Application of integrated geophysical technique for the mapping
 
Brief discussion on inverse Theory
Brief discussion on inverse TheoryBrief discussion on inverse Theory
Brief discussion on inverse Theory
 
Staclim2016
Staclim2016Staclim2016
Staclim2016
 
Importing data in Oasis Montaj
Importing data in Oasis MontajImporting data in Oasis Montaj
Importing data in Oasis Montaj
 
Oasis montaj workshop session 1
Oasis montaj workshop session 1Oasis montaj workshop session 1
Oasis montaj workshop session 1
 
Extended seismic data processing dmo
Extended seismic data processing dmoExtended seismic data processing dmo
Extended seismic data processing dmo
 
Extended seismic data processing lec25, fk filtering
Extended seismic data processing lec25, fk filteringExtended seismic data processing lec25, fk filtering
Extended seismic data processing lec25, fk filtering
 
Extended seismic processing sequence lecture 24
Extended seismic processing sequence lecture 24Extended seismic processing sequence lecture 24
Extended seismic processing sequence lecture 24
 
Lecture 23 april29 static correction
Lecture 23 april29 static correctionLecture 23 april29 static correction
Lecture 23 april29 static correction
 
Seismic refraction method lec22
Seismic refraction method lec22Seismic refraction method lec22
Seismic refraction method lec22
 
Seismic refraction method lecture 21
Seismic refraction method lecture 21Seismic refraction method lecture 21
Seismic refraction method lecture 21
 
Lecture 20, marine surveying 2
Lecture 20, marine surveying 2Lecture 20, marine surveying 2
Lecture 20, marine surveying 2
 
Lecture 19, marine seismic surveying
Lecture 19, marine seismic surveyingLecture 19, marine seismic surveying
Lecture 19, marine seismic surveying
 
Seismic data processing 16, migration&land seismic survey
Seismic data processing 16, migration&land seismic surveySeismic data processing 16, migration&land seismic survey
Seismic data processing 16, migration&land seismic survey
 
Seismic data processing 15, kirchhof migration
Seismic data processing 15, kirchhof migrationSeismic data processing 15, kirchhof migration
Seismic data processing 15, kirchhof migration
 
Seismic data processing 14, stacking&migration2
Seismic data processing 14, stacking&migration2Seismic data processing 14, stacking&migration2
Seismic data processing 14, stacking&migration2
 
Seismic data processing 13 stacking&migration
Seismic data processing 13 stacking&migrationSeismic data processing 13 stacking&migration
Seismic data processing 13 stacking&migration
 
Seismic data processing
Seismic data processingSeismic data processing
Seismic data processing
 
Import waveform files into seisan
Import waveform files into seisanImport waveform files into seisan
Import waveform files into seisan
 

Recently uploaded

Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
Wahiba Chair Training & Consulting
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
BoudhayanBhattachari
 
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
สมใจ จันสุกสี
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 

Recently uploaded (20)

Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
 
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 

Math Geophysics-system of linear algebraic equations

  • 1. Mathematical Geophysics: Part 1- Linear Algebra Contents: Definition of Equation System of Linear Algebraic Equation Gauss-Jordan reduction method Working Examples Types of System of Algebraic Equation according to solution types. Dr. Amin Khalil
  • 2. What is equation stands for? Equation is an analogous to the weighing balance. It has two sides; left hand side and right hand side. Generally known constants are in the right side, while the unknown parameters are in the left hand side. The simplest equation looks like: X = 5 Which looks like using a balance to weigh some vegetables when go Dr. Amin Khalil shopping.
  • 4. System of Linear Algebraic Equation A problem in numerical linear algebra that requires the solution of n equations in the unknowns x1, x2,…, xn of the form Ax = b where A is a square n×n matrix. The solution obtained by computing the inverse matrix and forming A–1b is less accurate and requires more arithmetical operations than elimination methods. In Gaussian elimination multiples of successive equations are added to all succeeding ones to eliminate the unknowns x1, x2,…, xn–1 in turn. Properly used, with row interchanges to avoid large multiples, this leads to a solution that satisfies exactly a system close to the one given, relative to the machine precision. Dr. Amin Khalil
  • 5. Einstein Summation Convention: The convention that repeated indices are implicitly summed over. This can greatly simplify and shorten equations involving tensors. For example, using Einstein summation, And The convention was introduced by Einstein (1916, sec. 5), who later jested to a friend, "I have made a great discovery in mathematics; I have suppressed the summation sign every time that the summation must be made over an index which occurs twice..." (Kollros 1956; Pais 1982, p. 216). Dr. Amin Khalil
  • 6. With Einstein Summation Convention we can reduce the system of linear algebraic equation of the form: A11 x1 +A12 x2 + . . . .+ A1n xn = c1 A21 x1 + A22 x2 + . . . . . +A2n xn = c2 . . . . An1 x1 + An2 x2 . . . . . . .+ Ann xn = cn Into or simply Aij xi =cj Dr. Amin Khalil
  • 7. Gauss Elimination Method: Definition of row reduction makes use of elementary row The process operations, and can be divided into two parts. The first part (sometimes called Forward Elimination) reduces a given system to row echelon form, from which one can tell whether there are no solutions, a unique solution, or infinitely many solutions. The second part (sometimes called back substitution) continues to use row operations until the solution is found; in other words, it puts the matrix into reduced row echelon form. Another point of view, which turns out to be very useful to analyze the algorithm, is that row reduction produces a matrix decomposition of the original matrix. The elementary row operations may be viewed as the multiplication on the left of the original matrix by elementary matrices. Then the first part of the algorithm computes an LU decomposition, while the second part writes the original matrix as the product of a uniquely determined invertible matrix andKhaliluniquely determined reduced Dr. Amin a row echelon matrix.
  • 8. Gauss elimination applies row operations of the form: Type 1: Swap the positions of two rows. Type 2: Multiply a row by a nonzero scalar. Type 3: Add to one row a scalar multiple of another. To produce the echelon form. What is the echelon form? Dr. Amin Khalil
  • 9. Echelon Form: The leftmost term of a matrix or system of linear algebraic equation is called the leading term. Echelon form is obtained through row operation such that the non-zero leading of row nth occurs to the right of the leading term of the (n-1) row, i.e if the leading term of the upper row occurs at column j the non zero leading term of the lower one will be at j+1 column. The echelon form will make all the elements under the diagonal of the matrix will be zeros. Leading term Diagonal elements Dr. Amin Khalil
  • 10. Examples For the SLE of the form: Dr. Amin Khalil
  • 12. System of linear algebraic equations may have: Dr. Amin Khalil
  • 13. The unique solution case is illustrated in the given examples. Now we will see the case when we have many solutions: In this example not all the variables have nonzero leading term. Hence in the above example the z variable cannot be determined uniquely, in this case it is assigned certain value and the other unknowns are obtained accordingly. Dr. Amin Khalil
  • 14. Describing Solution set for multi solution case: the last example the solution set can be For described as: example of system of two variables free Dr. Amin Khalil