SlideShare une entreprise Scribd logo
1  sur  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.

Contenu connexe

Tendances

Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - MathematicsDrishti Bhalla
 
Cramers rule
Cramers ruleCramers rule
Cramers rulemstf mstf
 
Trigonometric identities
Trigonometric identitiesTrigonometric identities
Trigonometric identitiesVinisha Pathak
 
Parent Functions
Parent FunctionsParent Functions
Parent FunctionsVLB10525
 
1.3 Radicals and Rational Exponents
1.3 Radicals and Rational Exponents1.3 Radicals and Rational Exponents
1.3 Radicals and Rational Exponentssmiller5
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theoremitutor
 
Trigonometric Function of General Angles Lecture
Trigonometric Function of General Angles LectureTrigonometric Function of General Angles Lecture
Trigonometric Function of General Angles LectureFroyd Wess
 
Lesson 4: Lines and Planes (slides + notes)
Lesson 4: Lines and Planes (slides + notes)Lesson 4: Lines and Planes (slides + notes)
Lesson 4: Lines and Planes (slides + notes)Matthew Leingang
 
1.3 Complex Numbers
1.3 Complex Numbers1.3 Complex Numbers
1.3 Complex Numberssmiller5
 
7.1 nth roots and rational exponents
7.1 nth roots and rational exponents7.1 nth roots and rational exponents
7.1 nth roots and rational exponentshisema01
 
Inequalities
InequalitiesInequalities
Inequalitiessusoigto
 
Solving Systems of Linear Equations by Graphing
Solving  Systems of Linear Equations by Graphing Solving  Systems of Linear Equations by Graphing
Solving Systems of Linear Equations by Graphing PLeach
 

Tendances (20)

Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - Mathematics
 
Lecture 7 (inequalities)
Lecture 7 (inequalities)Lecture 7 (inequalities)
Lecture 7 (inequalities)
 
Cramers rule
Cramers ruleCramers rule
Cramers rule
 
Trigonometric identities
Trigonometric identitiesTrigonometric identities
Trigonometric identities
 
Parent Functions
Parent FunctionsParent Functions
Parent Functions
 
Binomial theorem
Binomial theoremBinomial theorem
Binomial theorem
 
Chapter 5 Slope-Intercept Form
Chapter 5 Slope-Intercept FormChapter 5 Slope-Intercept Form
Chapter 5 Slope-Intercept Form
 
1.3 Radicals and Rational Exponents
1.3 Radicals and Rational Exponents1.3 Radicals and Rational Exponents
1.3 Radicals and Rational Exponents
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theorem
 
Trigonometric Function of General Angles Lecture
Trigonometric Function of General Angles LectureTrigonometric Function of General Angles Lecture
Trigonometric Function of General Angles Lecture
 
Lesson 4: Lines and Planes (slides + notes)
Lesson 4: Lines and Planes (slides + notes)Lesson 4: Lines and Planes (slides + notes)
Lesson 4: Lines and Planes (slides + notes)
 
1.3 Complex Numbers
1.3 Complex Numbers1.3 Complex Numbers
1.3 Complex Numbers
 
EXPONENTS AND RADICALS
EXPONENTS AND RADICALSEXPONENTS AND RADICALS
EXPONENTS AND RADICALS
 
Systems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 VariablesSystems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 Variables
 
Polygons
PolygonsPolygons
Polygons
 
Introduction of matrices
Introduction of matricesIntroduction of matrices
Introduction of matrices
 
7.1 nth roots and rational exponents
7.1 nth roots and rational exponents7.1 nth roots and rational exponents
7.1 nth roots and rational exponents
 
Inequalities
InequalitiesInequalities
Inequalities
 
Myp10 system of linear equations with solution
Myp10 system of linear equations with solutionMyp10 system of linear equations with solution
Myp10 system of linear equations with solution
 
Solving Systems of Linear Equations by Graphing
Solving  Systems of Linear Equations by Graphing Solving  Systems of Linear Equations by Graphing
Solving Systems of Linear Equations by Graphing
 

Similaire à 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
 
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
 
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
 

Similaire à 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
 
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
 
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
 

Dernier

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Dernier (20)

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

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.