SlideShare uma empresa Scribd logo
1 de 21
Cramer's Rule
Introduction
 Cramer’s Rule is a method for solving linear
simultaneous equations. It makes use of
determinants and so a knowledge of these is
necessary before proceeding.
 Cramer’s Rule relies on determinants
Coefficient Matrices
 You can use determinants to solve a system of
linear equations.
 You use the coefficient matrix of the linear
system.
 Linear System Coeff Matrix
ax+by=e
cx+dy=f 





d
c
b
a
Cramer’s Rule for 2x2 System
 Let A be the coefficient matrix
 Linear System Coeff Matrix
ax+by=e
cx+dy=f
 If detA 0, then the system has exactly one
solution:
and
A
d
f
b
e
x
det

A
f
c
e
a
y
det


d
c
b
a
= ad – bc
Key Points
 The denominator consists of the coefficients
of variables (x in the first column, and y in the
second column).
 The numerator is the same as the denominator,
with the constants replacing the coefficients
of the variable for which you are solving.
Example - Applying Cramer’s Rule
on a System of Two Equations
Solve the system:
 8x+5y= 2
 2x-4y= -10
The coefficient matrix is: and
So:
and






 4
2
5
8
42
)
10
(
)
32
(
4
2
5
8






42
4
10
5
2




x
42
10
2
2
8



y
1
42
42
42
)
50
(
8
42
4
10
5
2













x
2
42
84
42
4
80
42
10
2
2
8











y
Solution: (-1,2)
Applying Cramer’s Rule
on a System of Two Equations
D
D
y
D
D
x
f
c
e
a
D
d
f
b
e
D
d
c
b
a
D
f
dy
cx
e
by
ax
y
x
y
x




















14
5
3
16
3
2
y
x
y
x
19
9
10
)
3
)(
3
(
)
5
)(
2
(
5
3
3
2








D
38
42
80
)
14
)(
3
(
)
5
)(
16
(
5
14
3
16












x
D
76
48
28
)
16
)(
3
(
)
14
)(
2
(
14
3
16
2








y
D
4
19
76
2
19
38








D
D
y
D
D
x
y
x
Evaluating a 3x3 Determinant
(expanding along the top row)
 Expanding by Minors (little 2x2 determinants)
3
3
2
2
1
3
3
2
2
1
3
3
2
2
1
3
3
3
2
2
2
1
1
1
b
a
b
a
c
c
a
c
a
b
c
b
c
b
a
c
b
a
c
b
a
c
b
a



23
8
9
6
)
4
)(
2
(
)
3
)(
3
(
)
6
)(
1
(
2
1
0
2
)
2
(
3
1
3
2
)
3
(
3
2
3
0
)
1
(
3
2
1
3
0
2
2
3
1
















Using Cramer’s Rule
to Solve a System of Three Equations
Consider the following set of linear equations
11 1 12 2 13 3 1
21 1 22 2 23 3 2
31 1 32 2 33 3 3
a x a x a x b
a x a x a x b
a x a x a x b
  
  
  
Using Cramer’s Rule
to Solve a System of Three Equations
The system of equations above can be written in
a matrix form as:
11 12 13 1 1
21 22 23 2 2
31 32 33 3 3
a a a x b
a a a x b
a a a x b
     
     

     
     
     
Using Cramer’s Rule
to Solve a System of Three Equations
Define
 
   
11 12 13
21 22 23
31 32 33
1 1
2 2
3 3
a a a
A a a a
a a a
x b
x x and B b
x b
 
 
  
 
 
   
   
   
   
   
   
3
1 2
1 2 3
If 0, then the system has a unique solution
as shown below (Cramer's Rule).
, ,
D
D
D D
x x x
D D D
         
   
    
Using Cramer’s Rule
to Solve a System of Three Equations
where
11 12 13 1 12 13
12 22 23 1 2 22 23
13 32 33 3 32 33
11 1 13 11 12 1
2 12 2 23 3 12 22 2
13 3 33 13 32 3
a a a b a a
D a a a D b a a
a a a b a a
a b a a a b
D a b a D a a b
a b a a a b
  
  
Example 1
Consider the following equations:
    
 
1 2 3
1 2 3
1 2 3
2 4 5 36
3 5 7 7
5 3 8 31
where
2 4 5
3 5 7
5 3 8
x x x
x x x
x x x
A x B
A
  
   
   


 
 
 
 
 

 
Example 1
   
1
2
3
36
7
31
x
x x and B
x
   
   
   
   
   

   
2 4 5
3 5 7 336
5 3 8
D

   

1
36 4 5
7 5 7 672
31 3 8
D

  
 
Example 1
2
2 36 5
3 7 7 1008
5 31 8
D   
 
3
2 4 36
3 5 7 1344
5 3 31
D

   

1
1
2
2
3
3
672
2
336
1008
3
336
1344
4
336
D
x
D
D
x
D
D
x
D

  

   


  

Cramer’s Rule - 3 x 3
 Consider the 3 equation system below with variables
x, y and z:
a1x  b1y  c1z  C1
a2 x  b2 y  c2z  C2
a3x  b3y  c3z  C3
Cramer’s Rule - 3 x 3
 The formulae for the values of x, y and z are
shown below. Notice that all three have the
same denominator.
x 
C1 b1 c1
C2 b2 c2
C3 b3 c3
a1 b1 c1
a2 b2 c2
a3 b3 c3
y 
a1 C1 c1
a2 C2 c2
a3 C3 c3
a1 b1 c1
a2 b2 c2
a3 b3 c3
z 
a1 b1 C1
a2 b2 C2
a3 b3 C3
a1 b1 c1
a2 b2 c2
a3 b3 c3
Example 1
 Solve the system : 3x - 2y + z = 9
 x + 2y - 2z = -5
x + y - 4z = -2
x 
9 2 1
5 2 2
2 1 4
3 2 1
1 2 2
1 1 4

23
23
 1 y 
3 9 1
1 5 2
1 2 4
3 2 1
1 2 2
1 1 4

69
23
 3
Example 1
z 
3 2 9
1 2 5
1 1 2
3 2 1
1 2 2
1 1 4

0
23
 0
The solution is
(1, -3, 0)
Cramer’s Rule
 Not all systems have a definite solution. If the
determinant of the coefficient matrix is zero, a
solution cannot be found using Cramer’s Rule
because of division by zero.
 When the solution cannot be determined, one of
two conditions exists:
 The planes graphed by each equation are parallel
and there are no solutions.
 The three planes share one line (like three pages of
a book share the same spine) or represent the same
plane, in which case there are infinite solutions.

Mais conteúdo relacionado

Mais procurados

Lesson 13: Rank and Solutions to Systems of Linear Equations
Lesson 13: Rank and Solutions to Systems of Linear EquationsLesson 13: Rank and Solutions to Systems of Linear Equations
Lesson 13: Rank and Solutions to Systems of Linear EquationsMatthew Leingang
 
matrix algebra
matrix algebramatrix algebra
matrix algebrakganu
 
2-vector operation and force analysis.ppt
2-vector operation and force analysis.ppt2-vector operation and force analysis.ppt
2-vector operation and force analysis.pptRanaUmair74
 
Three forces-system
Three forces-systemThree forces-system
Three forces-systemCatherine He
 
Bisection method
Bisection methodBisection method
Bisection methoduis
 
20.01 memoria-de-calculo-estructural-del-estribos
20.01 memoria-de-calculo-estructural-del-estribos20.01 memoria-de-calculo-estructural-del-estribos
20.01 memoria-de-calculo-estructural-del-estribosBerny Lazarte Obregón
 
Vector lesson and problems
Vector lesson and problemsVector lesson and problems
Vector lesson and problemsJohn Trinh
 
Introduction to Calculus of Variations
Introduction to Calculus of VariationsIntroduction to Calculus of Variations
Introduction to Calculus of VariationsDelta Pi Systems
 
solution manual Vector Mechanics for Engineers:Statics Beer Johnston Mazurek ...
solution manual Vector Mechanics for Engineers:Statics Beer Johnston Mazurek ...solution manual Vector Mechanics for Engineers:Statics Beer Johnston Mazurek ...
solution manual Vector Mechanics for Engineers:Statics Beer Johnston Mazurek ...MichaelLeigh25
 
Use of cramer`s rule in word problem
Use of cramer`s rule in word problem Use of cramer`s rule in word problem
Use of cramer`s rule in word problem Nadeem Uddin
 
engineering statics: structures
engineering statics: structuresengineering statics: structures
engineering statics: structuresmusadoto
 
Cramers rule
Cramers ruleCramers rule
Cramers rulemstf mstf
 
achievement test
achievement testachievement test
achievement testniks884
 
Adv math[unit 3]
Adv math[unit 3]Adv math[unit 3]
Adv math[unit 3]Nald Torres
 

Mais procurados (20)

Lesson 13: Rank and Solutions to Systems of Linear Equations
Lesson 13: Rank and Solutions to Systems of Linear EquationsLesson 13: Rank and Solutions to Systems of Linear Equations
Lesson 13: Rank and Solutions to Systems of Linear Equations
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
 
2-vector operation and force analysis.ppt
2-vector operation and force analysis.ppt2-vector operation and force analysis.ppt
2-vector operation and force analysis.ppt
 
Three forces-system
Three forces-systemThree forces-system
Three forces-system
 
Bisection method
Bisection methodBisection method
Bisection method
 
20.01 memoria-de-calculo-estructural-del-estribos
20.01 memoria-de-calculo-estructural-del-estribos20.01 memoria-de-calculo-estructural-del-estribos
20.01 memoria-de-calculo-estructural-del-estribos
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Matrix.
Matrix.Matrix.
Matrix.
 
Vector lesson and problems
Vector lesson and problemsVector lesson and problems
Vector lesson and problems
 
MATRICES
MATRICESMATRICES
MATRICES
 
Introduction to Calculus of Variations
Introduction to Calculus of VariationsIntroduction to Calculus of Variations
Introduction to Calculus of Variations
 
solution manual Vector Mechanics for Engineers:Statics Beer Johnston Mazurek ...
solution manual Vector Mechanics for Engineers:Statics Beer Johnston Mazurek ...solution manual Vector Mechanics for Engineers:Statics Beer Johnston Mazurek ...
solution manual Vector Mechanics for Engineers:Statics Beer Johnston Mazurek ...
 
VECTOR ANALYSIS-1
VECTOR ANALYSIS-1VECTOR ANALYSIS-1
VECTOR ANALYSIS-1
 
Use of cramer`s rule in word problem
Use of cramer`s rule in word problem Use of cramer`s rule in word problem
Use of cramer`s rule in word problem
 
engineering statics: structures
engineering statics: structuresengineering statics: structures
engineering statics: structures
 
Cramers rule
Cramers ruleCramers rule
Cramers rule
 
achievement test
achievement testachievement test
achievement test
 
Adv math[unit 3]
Adv math[unit 3]Adv math[unit 3]
Adv math[unit 3]
 
Tables of math, physics and chemistry engineering handbook
Tables of math, physics and chemistry engineering handbookTables of math, physics and chemistry engineering handbook
Tables of math, physics and chemistry engineering handbook
 

Semelhante a Cramer's Rule.ppt

Lecture determinants good one
Lecture determinants good oneLecture determinants good one
Lecture determinants good oneHazel Joy Chong
 
9.3 Determinant Solution of Linear Systems
9.3 Determinant Solution of Linear Systems9.3 Determinant Solution of Linear Systems
9.3 Determinant Solution of Linear Systemssmiller5
 
PowerPoint_merge (2).ppt
PowerPoint_merge (2).pptPowerPoint_merge (2).ppt
PowerPoint_merge (2).pptsamyadeep17
 
Solving using systems
Solving using systemsSolving using systems
Solving using systemsholmsted
 
Cramer’s Rule OF Matrix
Cramer’s Rule OF MatrixCramer’s Rule OF Matrix
Cramer’s Rule OF MatrixAbi Malik
 
Cramer’s rule of matrix
Cramer’s rule of matrixCramer’s rule of matrix
Cramer’s rule of matrixAbi Malik
 
4.3 Determinants and Cramer's Rule
4.3 Determinants and Cramer's Rule4.3 Determinants and Cramer's Rule
4.3 Determinants and Cramer's Rulehisema01
 
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
 
7.8 Cramer's Rule
7.8 Cramer's Rule7.8 Cramer's Rule
7.8 Cramer's Rulesmiller5
 
9.3 Determinant Solution of Linear Systems
9.3 Determinant Solution of Linear Systems9.3 Determinant Solution of Linear Systems
9.3 Determinant Solution of Linear Systemssmiller5
 
LINEAR ALGEBRAIC ECUATIONS
LINEAR ALGEBRAIC ECUATIONSLINEAR ALGEBRAIC ECUATIONS
LINEAR ALGEBRAIC ECUATIONSgilandio
 
math6.pdf
math6.pdfmath6.pdf
math6.pdfHebaEng
 
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
 
9.4 Cramer's Rule
9.4 Cramer's Rule9.4 Cramer's Rule
9.4 Cramer's Rulesmiller5
 

Semelhante a Cramer's Rule.ppt (20)

Determinants. Cramer’s Rule
Determinants. Cramer’s RuleDeterminants. Cramer’s Rule
Determinants. Cramer’s Rule
 
Lecture determinants good one
Lecture determinants good oneLecture determinants good one
Lecture determinants good one
 
9.3 Determinant Solution of Linear Systems
9.3 Determinant Solution of Linear Systems9.3 Determinant Solution of Linear Systems
9.3 Determinant Solution of Linear Systems
 
PowerPoint_merge (2).ppt
PowerPoint_merge (2).pptPowerPoint_merge (2).ppt
PowerPoint_merge (2).ppt
 
Solving using systems
Solving using systemsSolving using systems
Solving using systems
 
Cramer’s Rule OF Matrix
Cramer’s Rule OF MatrixCramer’s Rule OF Matrix
Cramer’s Rule OF Matrix
 
Cramer’s rule of matrix
Cramer’s rule of matrixCramer’s rule of matrix
Cramer’s rule of matrix
 
4.3 Determinants and Cramer's Rule
4.3 Determinants and Cramer's Rule4.3 Determinants and Cramer's Rule
4.3 Determinants and Cramer's Rule
 
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
 
7.8 Cramer's Rule
7.8 Cramer's Rule7.8 Cramer's Rule
7.8 Cramer's Rule
 
9.3 Determinant Solution of Linear Systems
9.3 Determinant Solution of Linear Systems9.3 Determinant Solution of Linear Systems
9.3 Determinant Solution of Linear Systems
 
system of linear equations
system of linear equationssystem of linear equations
system of linear equations
 
LINEAR ALGEBRAIC ECUATIONS
LINEAR ALGEBRAIC ECUATIONSLINEAR ALGEBRAIC ECUATIONS
LINEAR ALGEBRAIC ECUATIONS
 
Ma3bfet par 10.6 5 aug 2014
Ma3bfet par 10.6 5 aug 2014Ma3bfet par 10.6 5 aug 2014
Ma3bfet par 10.6 5 aug 2014
 
math6.pdf
math6.pdfmath6.pdf
math6.pdf
 
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...
 
Cramer's Rule
Cramer's RuleCramer's Rule
Cramer's Rule
 
algebra
algebraalgebra
algebra
 
9.4 Cramer's Rule
9.4 Cramer's Rule9.4 Cramer's Rule
9.4 Cramer's Rule
 
TABREZ KHAN.ppt
TABREZ KHAN.pptTABREZ KHAN.ppt
TABREZ KHAN.ppt
 

Último

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 

Último (20)

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 

Cramer's Rule.ppt

  • 2. Introduction  Cramer’s Rule is a method for solving linear simultaneous equations. It makes use of determinants and so a knowledge of these is necessary before proceeding.  Cramer’s Rule relies on determinants
  • 3. Coefficient Matrices  You can use determinants to solve a system of linear equations.  You use the coefficient matrix of the linear system.  Linear System Coeff Matrix ax+by=e cx+dy=f       d c b a
  • 4. Cramer’s Rule for 2x2 System  Let A be the coefficient matrix  Linear System Coeff Matrix ax+by=e cx+dy=f  If detA 0, then the system has exactly one solution: and A d f b e x det  A f c e a y det   d c b a = ad – bc
  • 5. Key Points  The denominator consists of the coefficients of variables (x in the first column, and y in the second column).  The numerator is the same as the denominator, with the constants replacing the coefficients of the variable for which you are solving.
  • 6. Example - Applying Cramer’s Rule on a System of Two Equations Solve the system:  8x+5y= 2  2x-4y= -10 The coefficient matrix is: and So: and        4 2 5 8 42 ) 10 ( ) 32 ( 4 2 5 8       42 4 10 5 2     x 42 10 2 2 8    y
  • 8. Applying Cramer’s Rule on a System of Two Equations D D y D D x f c e a D d f b e D d c b a D f dy cx e by ax y x y x                     14 5 3 16 3 2 y x y x 19 9 10 ) 3 )( 3 ( ) 5 )( 2 ( 5 3 3 2         D 38 42 80 ) 14 )( 3 ( ) 5 )( 16 ( 5 14 3 16             x D 76 48 28 ) 16 )( 3 ( ) 14 )( 2 ( 14 3 16 2         y D 4 19 76 2 19 38         D D y D D x y x
  • 9. Evaluating a 3x3 Determinant (expanding along the top row)  Expanding by Minors (little 2x2 determinants) 3 3 2 2 1 3 3 2 2 1 3 3 2 2 1 3 3 3 2 2 2 1 1 1 b a b a c c a c a b c b c b a c b a c b a c b a    23 8 9 6 ) 4 )( 2 ( ) 3 )( 3 ( ) 6 )( 1 ( 2 1 0 2 ) 2 ( 3 1 3 2 ) 3 ( 3 2 3 0 ) 1 ( 3 2 1 3 0 2 2 3 1                
  • 10. Using Cramer’s Rule to Solve a System of Three Equations Consider the following set of linear equations 11 1 12 2 13 3 1 21 1 22 2 23 3 2 31 1 32 2 33 3 3 a x a x a x b a x a x a x b a x a x a x b         
  • 11. Using Cramer’s Rule to Solve a System of Three Equations The system of equations above can be written in a matrix form as: 11 12 13 1 1 21 22 23 2 2 31 32 33 3 3 a a a x b a a a x b a a a x b                               
  • 12. Using Cramer’s Rule to Solve a System of Three Equations Define       11 12 13 21 22 23 31 32 33 1 1 2 2 3 3 a a a A a a a a a a x b x x and B b x b                                    3 1 2 1 2 3 If 0, then the system has a unique solution as shown below (Cramer's Rule). , , D D D D x x x D D D                   
  • 13. Using Cramer’s Rule to Solve a System of Three Equations where 11 12 13 1 12 13 12 22 23 1 2 22 23 13 32 33 3 32 33 11 1 13 11 12 1 2 12 2 23 3 12 22 2 13 3 33 13 32 3 a a a b a a D a a a D b a a a a a b a a a b a a a b D a b a D a a b a b a a a b      
  • 14. Example 1 Consider the following equations:        1 2 3 1 2 3 1 2 3 2 4 5 36 3 5 7 7 5 3 8 31 where 2 4 5 3 5 7 5 3 8 x x x x x x x x x A x B A                          
  • 15. Example 1     1 2 3 36 7 31 x x x and B x                          2 4 5 3 5 7 336 5 3 8 D       1 36 4 5 7 5 7 672 31 3 8 D      
  • 16. Example 1 2 2 36 5 3 7 7 1008 5 31 8 D      3 2 4 36 3 5 7 1344 5 3 31 D       1 1 2 2 3 3 672 2 336 1008 3 336 1344 4 336 D x D D x D D x D               
  • 17. Cramer’s Rule - 3 x 3  Consider the 3 equation system below with variables x, y and z: a1x  b1y  c1z  C1 a2 x  b2 y  c2z  C2 a3x  b3y  c3z  C3
  • 18. Cramer’s Rule - 3 x 3  The formulae for the values of x, y and z are shown below. Notice that all three have the same denominator. x  C1 b1 c1 C2 b2 c2 C3 b3 c3 a1 b1 c1 a2 b2 c2 a3 b3 c3 y  a1 C1 c1 a2 C2 c2 a3 C3 c3 a1 b1 c1 a2 b2 c2 a3 b3 c3 z  a1 b1 C1 a2 b2 C2 a3 b3 C3 a1 b1 c1 a2 b2 c2 a3 b3 c3
  • 19. Example 1  Solve the system : 3x - 2y + z = 9  x + 2y - 2z = -5 x + y - 4z = -2 x  9 2 1 5 2 2 2 1 4 3 2 1 1 2 2 1 1 4  23 23  1 y  3 9 1 1 5 2 1 2 4 3 2 1 1 2 2 1 1 4  69 23  3
  • 20. Example 1 z  3 2 9 1 2 5 1 1 2 3 2 1 1 2 2 1 1 4  0 23  0 The solution is (1, -3, 0)
  • 21. Cramer’s Rule  Not all systems have a definite solution. If the determinant of the coefficient matrix is zero, a solution cannot be found using Cramer’s Rule because of division by zero.  When the solution cannot be determined, one of two conditions exists:  The planes graphed by each equation are parallel and there are no solutions.  The three planes share one line (like three pages of a book share the same spine) or represent the same plane, in which case there are infinite solutions.