際際滷

際際滷Share a Scribd company logo
INVERSION OF MATRIX
INVERSSION OF MATRIX :
Let us consider we have a matrix [A] & we have to find the inverse of that matrix
. Let [x] be the inverse of matrix [A].
we know that : A  癌1 = []
now : [A]*[X]=[I] as we considered that : [X]= 癌1
Then we convert the system into an augmented matrix
in the form of [A|I ].
then we have to use elementary row operation on the
augmented matrix to get upper triangular matrix by using
Gauss Elimination Method.
 After that using : [A]*[X]=[I]
 the relation we have to find the elements of [X] ; which is our required answer .
 For example we take a matrix and try to find its inverse :
 A =
2 2 4
2 3 2
1 4 1
 consider the augmented matrix is :

2 2 4
2 3 2
1 4 1
: 1 0 0
: 0 1 0
: 0 0 1
 =
2 2 4
0 5 2
0 3 1
: 1 0 0
: 1 1 0
: (
1
2
) 0 1
[using 2 = 2 
2
2
 1; 
3 = 3  (
1
2
)1]
 =
2 2 4
0 5 2
0 0 (
11
5
)
: 1 0 0
: 1 1 0
: (
11
10
) (
3
5
) 1
[using 霞3 = 3 
3
5
 2]
 The inverse matrix is given as : X=
11 12 13
21 22 23
31 32 33
 Thus we have an equivalent system of three equation :

2 2 4
0 5 2
0 0 (
11
5
)
*
11
21
31
=
1
1
(
11
10
)
 which gives :2  2 + 4 = 1;
 5  2 = 1;

11
5
  = (
11
10
)
 Solving by back substitution method we get ;
  = 
1
2
;  = 0;  = (
1
2
)

2 2 4
0 5 2
0 0 (
11
5
)
*
12
22
32
=
0
1
(
3
5
)
 similarly by solving these we get :
 12 = (
7
11
) ; 22= (
1
11
); 32= (
3
11
) .


2 2 4
0 5 2
0 0 (
11
5
)
*
13
23
33
=
0
0
1
 similarly by solving these we get :
 13 = (
8
11
) ; 22= (
2
11
); 32= (
5
11
) .
 The required solution is :
 癌1 =
(
1
2
) (
7
11
) (
8
11
)
0 (
1
11
) (
2
11
)
(
1
2
) (
3
11
) (
5
11
)
THANK YOU

More Related Content

What's hot (20)

Gauss jordan
Gauss jordanGauss jordan
Gauss jordan
jorgeduardooo
Metric space
Metric spaceMetric space
Metric space
NaliniSPatil
Newton backward interpolation
Newton backward interpolationNewton backward interpolation
Newton backward interpolation
MUHAMMADUMAIR647
Linear differential equation with constant coefficient
Linear differential equation with constant coefficientLinear differential equation with constant coefficient
Linear differential equation with constant coefficient
Sanjay Singh
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination method
Meet Nayak
Interpolation
InterpolationInterpolation
Interpolation
Santhanam Krishnan
Operations Research - The Dual Simplex Method
Operations Research - The Dual Simplex MethodOperations Research - The Dual Simplex Method
Operations Research - The Dual Simplex Method
Hisham Al Kurdi, EAVA, DMC-D-4K, HCCA-P, HCAA-D
Vector calculus
Vector calculusVector calculus
Vector calculus
raghu ram
Newton's Forward/Backward Difference Interpolation
Newton's Forward/Backward  Difference InterpolationNewton's Forward/Backward  Difference Interpolation
Newton's Forward/Backward Difference Interpolation
VARUN KUMAR
interpolation
interpolationinterpolation
interpolation
8laddu8
isomorphism
 isomorphism isomorphism
isomorphism
Dhanraj Vaghela
Inner product spaces
Inner product spacesInner product spaces
Inner product spaces
EasyStudy3
Interpolation with Finite differences
Interpolation with Finite differencesInterpolation with Finite differences
Interpolation with Finite differences
Dr. Nirav Vyas
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relations
IIUM
Metric space
Metric spaceMetric space
Metric space
beenishbeenish
Gauss jordan method.pptx
Gauss jordan method.pptxGauss jordan method.pptx
Gauss jordan method.pptx
RehmanRasheed3
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectors
Riddhi Patel
Merge sort and quick sort
Merge sort and quick sortMerge sort and quick sort
Merge sort and quick sort
Shakila Mahjabin
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
MalathiNagarajan20
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first order
vishalgohel12195
Newton backward interpolation
Newton backward interpolationNewton backward interpolation
Newton backward interpolation
MUHAMMADUMAIR647
Linear differential equation with constant coefficient
Linear differential equation with constant coefficientLinear differential equation with constant coefficient
Linear differential equation with constant coefficient
Sanjay Singh
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination method
Meet Nayak
Vector calculus
Vector calculusVector calculus
Vector calculus
raghu ram
Newton's Forward/Backward Difference Interpolation
Newton's Forward/Backward  Difference InterpolationNewton's Forward/Backward  Difference Interpolation
Newton's Forward/Backward Difference Interpolation
VARUN KUMAR
interpolation
interpolationinterpolation
interpolation
8laddu8
Inner product spaces
Inner product spacesInner product spaces
Inner product spaces
EasyStudy3
Interpolation with Finite differences
Interpolation with Finite differencesInterpolation with Finite differences
Interpolation with Finite differences
Dr. Nirav Vyas
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relations
IIUM
Gauss jordan method.pptx
Gauss jordan method.pptxGauss jordan method.pptx
Gauss jordan method.pptx
RehmanRasheed3
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectors
Riddhi Patel
Merge sort and quick sort
Merge sort and quick sortMerge sort and quick sort
Merge sort and quick sort
Shakila Mahjabin
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first order
vishalgohel12195

Similar to INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD (20)

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
reach2arkaELECTRICAL
GAUSS ELIMINATION METHOD
 GAUSS ELIMINATION METHOD GAUSS ELIMINATION METHOD
GAUSS ELIMINATION METHOD
reach2arkaELECTRICAL
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
FernandoDanielMamani1
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Vladimir Godovalov
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
jennytuazon01630
Lecture 2.1 Echelon method
Lecture 2.1 Echelon methodLecture 2.1 Echelon method
Lecture 2.1 Echelon method
Taoufik Ben Jabeur
Lecture 2.1 Echelon method
Lecture 2.1 Echelon methodLecture 2.1 Echelon method
Lecture 2.1 Echelon method
Taoufik Ben Jabeur
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
Rai University
2415systems_odes
2415systems_odes2415systems_odes
2415systems_odes
Betsy McCall
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
Hazel 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 MATHEMATICS
Rai University
Numerical Methods: Solution of Algebraic Equations
Numerical  Methods: Solution of Algebraic EquationsNumerical  Methods: Solution of Algebraic Equations
Numerical Methods: Solution of Algebraic Equations
AwiMuh
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
Rai University
Calculas
CalculasCalculas
Calculas
Vatsal Manavar
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
Rai University
math1惘忰悸 悋 -compressed.pdf
math1惘忰悸 悋 -compressed.pdfmath1惘忰悸 悋 -compressed.pdf
math1惘忰悸 悋 -compressed.pdf
HebaEng
3 capitulo-iii-matriz-asociada-sem-13-t-l-c
3 capitulo-iii-matriz-asociada-sem-13-t-l-c3 capitulo-iii-matriz-asociada-sem-13-t-l-c
3 capitulo-iii-matriz-asociada-sem-13-t-l-c
FernandoDanielMamani1
Linear equations
Linear equationsLinear equations
Linear equations
Nisarg Amin
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
tesfahun meshesha
INVERSE OF MATRIX
INVERSE OF MATRIXINVERSE OF MATRIX
INVERSE OF MATRIX
Rajneesh Pachwaria
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
reach2arkaELECTRICAL
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
FernandoDanielMamani1
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Vladimir Godovalov
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
Rai University
2415systems_odes
2415systems_odes2415systems_odes
2415systems_odes
Betsy McCall
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
Hazel 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 MATHEMATICS
Rai University
Numerical Methods: Solution of Algebraic Equations
Numerical  Methods: Solution of Algebraic EquationsNumerical  Methods: Solution of Algebraic Equations
Numerical Methods: Solution of Algebraic Equations
AwiMuh
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
Rai University
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
Rai University
math1惘忰悸 悋 -compressed.pdf
math1惘忰悸 悋 -compressed.pdfmath1惘忰悸 悋 -compressed.pdf
math1惘忰悸 悋 -compressed.pdf
HebaEng
3 capitulo-iii-matriz-asociada-sem-13-t-l-c
3 capitulo-iii-matriz-asociada-sem-13-t-l-c3 capitulo-iii-matriz-asociada-sem-13-t-l-c
3 capitulo-iii-matriz-asociada-sem-13-t-l-c
FernandoDanielMamani1
Linear equations
Linear equationsLinear equations
Linear equations
Nisarg Amin

Recently uploaded (20)

15. Smart Cities Big Data, Civic Hackers, and the Quest for a New Utopia.pdf
15. Smart Cities Big Data, Civic Hackers, and the Quest for a New Utopia.pdf15. Smart Cities Big Data, Civic Hackers, and the Quest for a New Utopia.pdf
15. Smart Cities Big Data, Civic Hackers, and the Quest for a New Utopia.pdf
NgocThang9
Mathematics_behind_machine_learning_INT255.pptx
Mathematics_behind_machine_learning_INT255.pptxMathematics_behind_machine_learning_INT255.pptx
Mathematics_behind_machine_learning_INT255.pptx
ppkmurthy2006
Equipment for Gas Metal Arc Welding Process
Equipment for Gas Metal Arc Welding ProcessEquipment for Gas Metal Arc Welding Process
Equipment for Gas Metal Arc Welding Process
AhmadKamil87
GROUP-3-GRID-CODE-AND-DISTRIBUTION-CODE.pptx
GROUP-3-GRID-CODE-AND-DISTRIBUTION-CODE.pptxGROUP-3-GRID-CODE-AND-DISTRIBUTION-CODE.pptx
GROUP-3-GRID-CODE-AND-DISTRIBUTION-CODE.pptx
meneememoo
Env and Water Supply Engg._Dr. Hasan.pdf
Env and Water Supply Engg._Dr. Hasan.pdfEnv and Water Supply Engg._Dr. Hasan.pdf
Env and Water Supply Engg._Dr. Hasan.pdf
MahmudHasan747870
CS3451-OPERATING-SYSTEM NOTES ALL123.pdf
CS3451-OPERATING-SYSTEM NOTES ALL123.pdfCS3451-OPERATING-SYSTEM NOTES ALL123.pdf
CS3451-OPERATING-SYSTEM NOTES ALL123.pdf
PonniS7
Piping-and-pipeline-calculations-manual.pdf
Piping-and-pipeline-calculations-manual.pdfPiping-and-pipeline-calculations-manual.pdf
Piping-and-pipeline-calculations-manual.pdf
OMI0721
Industrial Valves, Instruments Products Profile
Industrial Valves, Instruments Products ProfileIndustrial Valves, Instruments Products Profile
Industrial Valves, Instruments Products Profile
zebcoeng
Turbocor Product and Technology Review.pdf
Turbocor Product and Technology Review.pdfTurbocor Product and Technology Review.pdf
Turbocor Product and Technology Review.pdf
Totok Sulistiyanto
CFOT Fiber Optics FOA CERTIFICATION.pptx
CFOT Fiber Optics FOA CERTIFICATION.pptxCFOT Fiber Optics FOA CERTIFICATION.pptx
CFOT Fiber Optics FOA CERTIFICATION.pptx
MohamedShabana37
Engineering at Lovely Professional University (LPU).pdf
Engineering at Lovely Professional University (LPU).pdfEngineering at Lovely Professional University (LPU).pdf
Engineering at Lovely Professional University (LPU).pdf
Sona
How to Build a Maze Solving Robot Using Arduino
How to Build a Maze Solving Robot Using ArduinoHow to Build a Maze Solving Robot Using Arduino
How to Build a Maze Solving Robot Using Arduino
CircuitDigest
Unit II: Design of Static Equipment Foundations
Unit II: Design of Static Equipment FoundationsUnit II: Design of Static Equipment Foundations
Unit II: Design of Static Equipment Foundations
Sanjivani College of Engineering, Kopargaon
BS_EN_ISO_19650_Detailed_Presentation.pptx
BS_EN_ISO_19650_Detailed_Presentation.pptxBS_EN_ISO_19650_Detailed_Presentation.pptx
BS_EN_ISO_19650_Detailed_Presentation.pptx
VinkuMeena
decarbonization steel industry rev1.pptx
decarbonization steel industry rev1.pptxdecarbonization steel industry rev1.pptx
decarbonization steel industry rev1.pptx
gonzalezolabarriaped
Cyber Security_ Protecting the Digital World.pptx
Cyber Security_ Protecting the Digital World.pptxCyber Security_ Protecting the Digital World.pptx
Cyber Security_ Protecting the Digital World.pptx
Harshith A S
CS3451 INTRODUCTIONN TO OS unit ONE .pdf
CS3451 INTRODUCTIONN TO OS unit ONE .pdfCS3451 INTRODUCTIONN TO OS unit ONE .pdf
CS3451 INTRODUCTIONN TO OS unit ONE .pdf
PonniS7
Water Industry Process Automation & Control Monthly - March 2025.pdf
Water Industry Process Automation & Control Monthly - March 2025.pdfWater Industry Process Automation & Control Monthly - March 2025.pdf
Water Industry Process Automation & Control Monthly - March 2025.pdf
Water Industry Process Automation & Control
US Patented ReGenX Generator, ReGen-X Quatum Motor EV Regenerative Accelerati...
US Patented ReGenX Generator, ReGen-X Quatum Motor EV Regenerative Accelerati...US Patented ReGenX Generator, ReGen-X Quatum Motor EV Regenerative Accelerati...
US Patented ReGenX Generator, ReGen-X Quatum Motor EV Regenerative Accelerati...
Thane Heins NOBEL PRIZE WINNING ENERGY RESEARCHER
Best KNow Hydrogen Fuel Production in the World The cost in USD kwh for H2
Best KNow  Hydrogen Fuel Production in the World The cost in USD kwh for H2Best KNow  Hydrogen Fuel Production in the World The cost in USD kwh for H2
Best KNow Hydrogen Fuel Production in the World The cost in USD kwh for H2
Daniel Donatelli
15. Smart Cities Big Data, Civic Hackers, and the Quest for a New Utopia.pdf
15. Smart Cities Big Data, Civic Hackers, and the Quest for a New Utopia.pdf15. Smart Cities Big Data, Civic Hackers, and the Quest for a New Utopia.pdf
15. Smart Cities Big Data, Civic Hackers, and the Quest for a New Utopia.pdf
NgocThang9
Mathematics_behind_machine_learning_INT255.pptx
Mathematics_behind_machine_learning_INT255.pptxMathematics_behind_machine_learning_INT255.pptx
Mathematics_behind_machine_learning_INT255.pptx
ppkmurthy2006
Equipment for Gas Metal Arc Welding Process
Equipment for Gas Metal Arc Welding ProcessEquipment for Gas Metal Arc Welding Process
Equipment for Gas Metal Arc Welding Process
AhmadKamil87
GROUP-3-GRID-CODE-AND-DISTRIBUTION-CODE.pptx
GROUP-3-GRID-CODE-AND-DISTRIBUTION-CODE.pptxGROUP-3-GRID-CODE-AND-DISTRIBUTION-CODE.pptx
GROUP-3-GRID-CODE-AND-DISTRIBUTION-CODE.pptx
meneememoo
Env and Water Supply Engg._Dr. Hasan.pdf
Env and Water Supply Engg._Dr. Hasan.pdfEnv and Water Supply Engg._Dr. Hasan.pdf
Env and Water Supply Engg._Dr. Hasan.pdf
MahmudHasan747870
CS3451-OPERATING-SYSTEM NOTES ALL123.pdf
CS3451-OPERATING-SYSTEM NOTES ALL123.pdfCS3451-OPERATING-SYSTEM NOTES ALL123.pdf
CS3451-OPERATING-SYSTEM NOTES ALL123.pdf
PonniS7
Piping-and-pipeline-calculations-manual.pdf
Piping-and-pipeline-calculations-manual.pdfPiping-and-pipeline-calculations-manual.pdf
Piping-and-pipeline-calculations-manual.pdf
OMI0721
Industrial Valves, Instruments Products Profile
Industrial Valves, Instruments Products ProfileIndustrial Valves, Instruments Products Profile
Industrial Valves, Instruments Products Profile
zebcoeng
Turbocor Product and Technology Review.pdf
Turbocor Product and Technology Review.pdfTurbocor Product and Technology Review.pdf
Turbocor Product and Technology Review.pdf
Totok Sulistiyanto
CFOT Fiber Optics FOA CERTIFICATION.pptx
CFOT Fiber Optics FOA CERTIFICATION.pptxCFOT Fiber Optics FOA CERTIFICATION.pptx
CFOT Fiber Optics FOA CERTIFICATION.pptx
MohamedShabana37
Engineering at Lovely Professional University (LPU).pdf
Engineering at Lovely Professional University (LPU).pdfEngineering at Lovely Professional University (LPU).pdf
Engineering at Lovely Professional University (LPU).pdf
Sona
How to Build a Maze Solving Robot Using Arduino
How to Build a Maze Solving Robot Using ArduinoHow to Build a Maze Solving Robot Using Arduino
How to Build a Maze Solving Robot Using Arduino
CircuitDigest
BS_EN_ISO_19650_Detailed_Presentation.pptx
BS_EN_ISO_19650_Detailed_Presentation.pptxBS_EN_ISO_19650_Detailed_Presentation.pptx
BS_EN_ISO_19650_Detailed_Presentation.pptx
VinkuMeena
decarbonization steel industry rev1.pptx
decarbonization steel industry rev1.pptxdecarbonization steel industry rev1.pptx
decarbonization steel industry rev1.pptx
gonzalezolabarriaped
Cyber Security_ Protecting the Digital World.pptx
Cyber Security_ Protecting the Digital World.pptxCyber Security_ Protecting the Digital World.pptx
Cyber Security_ Protecting the Digital World.pptx
Harshith A S
CS3451 INTRODUCTIONN TO OS unit ONE .pdf
CS3451 INTRODUCTIONN TO OS unit ONE .pdfCS3451 INTRODUCTIONN TO OS unit ONE .pdf
CS3451 INTRODUCTIONN TO OS unit ONE .pdf
PonniS7
Best KNow Hydrogen Fuel Production in the World The cost in USD kwh for H2
Best KNow  Hydrogen Fuel Production in the World The cost in USD kwh for H2Best KNow  Hydrogen Fuel Production in the World The cost in USD kwh for H2
Best KNow Hydrogen Fuel Production in the World The cost in USD kwh for H2
Daniel Donatelli

INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD

  • 2. INVERSSION OF MATRIX : Let us consider we have a matrix [A] & we have to find the inverse of that matrix . Let [x] be the inverse of matrix [A]. we know that : A 癌1 = [] now : [A]*[X]=[I] as we considered that : [X]= 癌1 Then we convert the system into an augmented matrix in the form of [A|I ]. then we have to use elementary row operation on the augmented matrix to get upper triangular matrix by using Gauss Elimination Method.
  • 3. After that using : [A]*[X]=[I] the relation we have to find the elements of [X] ; which is our required answer . For example we take a matrix and try to find its inverse : A = 2 2 4 2 3 2 1 4 1 consider the augmented matrix is : 2 2 4 2 3 2 1 4 1 : 1 0 0 : 0 1 0 : 0 0 1 = 2 2 4 0 5 2 0 3 1 : 1 0 0 : 1 1 0 : ( 1 2 ) 0 1 [using 2 = 2 2 2 1; 3 = 3 ( 1 2 )1]
  • 4. = 2 2 4 0 5 2 0 0 ( 11 5 ) : 1 0 0 : 1 1 0 : ( 11 10 ) ( 3 5 ) 1 [using 霞3 = 3 3 5 2] The inverse matrix is given as : X= 11 12 13 21 22 23 31 32 33 Thus we have an equivalent system of three equation : 2 2 4 0 5 2 0 0 ( 11 5 ) * 11 21 31 = 1 1 ( 11 10 ) which gives :2 2 + 4 = 1; 5 2 = 1; 11 5 = ( 11 10 ) Solving by back substitution method we get ; = 1 2 ; = 0; = ( 1 2 )
  • 5. 2 2 4 0 5 2 0 0 ( 11 5 ) * 12 22 32 = 0 1 ( 3 5 ) similarly by solving these we get : 12 = ( 7 11 ) ; 22= ( 1 11 ); 32= ( 3 11 ) . 2 2 4 0 5 2 0 0 ( 11 5 ) * 13 23 33 = 0 0 1 similarly by solving these we get : 13 = ( 8 11 ) ; 22= ( 2 11 ); 32= ( 5 11 ) . The required solution is : 癌1 = ( 1 2 ) ( 7 11 ) ( 8 11 ) 0 ( 1 11 ) ( 2 11 ) ( 1 2 ) ( 3 11 ) ( 5 11 )