SlideShare ist ein Scribd-Unternehmen logo
1 von 48
Downloaden Sie, um offline zu lesen
SECTION 8-5
              Matrices and Determinants




Tue, Apr 12
ESSENTIAL QUESTIONS

              How do you find the determinant of a 2X2 matrix?
              How do you solve systems of equations using
              determinants?


              Where you’ll see this:
                Sports, construction, fitness



Tue, Apr 12
VOCABULARY
              1. Square Matrix:


              2. Determinant:


              3. Cramer’s Rule:




Tue, Apr 12
VOCABULARY
              1. Square Matrix: A matrix with the same number of rows
               and columns

              2. Determinant:


              3. Cramer’s Rule:




Tue, Apr 12
VOCABULARY
              1. Square Matrix: A matrix with the same number of rows
               and columns
                                              ⎡a b ⎤
              2. Determinant: In a 2X2 matrix ⎢    ⎥ , det A = ad - bc.
                                              ⎣c d ⎦

              3. Cramer’s Rule:




Tue, Apr 12
VOCABULARY
              1. Square Matrix: A matrix with the same number of rows
               and columns
                                              ⎡a b ⎤
              2. Determinant: In a 2X2 matrix ⎢    ⎥ , det A = ad - bc.
                                              ⎣c d ⎦

              3. Cramer’s Rule: A method of using determinants of
               matrices to solve systems of equations




Tue, Apr 12
MATRIX
              m x n: m rows and n columns




Tue, Apr 12
MATRIX
              m x n: m rows and n columns


               ⎡ −2 2 3 ⎤           ⎡3 −1⎤
               ⎢        ⎥           ⎢    ⎥   ⎡4 −3 0 ⎤
                                             ⎣       ⎦
               ⎣ 9 6 −3 ⎦           ⎣5 8 ⎦




Tue, Apr 12
MATRIX
              m x n: m rows and n columns


               ⎡ −2 2 3 ⎤           ⎡3 −1⎤
               ⎢        ⎥           ⎢    ⎥   ⎡4 −3 0 ⎤
                                             ⎣       ⎦
               ⎣ 9 6 −3 ⎦           ⎣5 8 ⎦

                 2X3




Tue, Apr 12
MATRIX
              m x n: m rows and n columns


               ⎡ −2 2 3 ⎤           ⎡3 −1⎤
               ⎢        ⎥           ⎢    ⎥   ⎡4 −3 0 ⎤
                                             ⎣       ⎦
               ⎣ 9 6 −3 ⎦           ⎣5 8 ⎦

                 2X3               2X2




Tue, Apr 12
MATRIX
              m x n: m rows and n columns


               ⎡ −2 2 3 ⎤           ⎡3 −1⎤
               ⎢        ⎥           ⎢    ⎥   ⎡4 −3 0 ⎤
                                             ⎣       ⎦
               ⎣ 9 6 −3 ⎦           ⎣5 8 ⎦

                 2X3               2X2         1X3




Tue, Apr 12
DETERMINANT


                        a b
                det A =     = ad − bc
                        c d




Tue, Apr 12
EXAMPLE 1
                                      ⎡0 4 ⎤
              Find the determinant of ⎢    ⎥.
                                      ⎣6 7 ⎦




Tue, Apr 12
EXAMPLE 1
                                      ⎡0 4 ⎤
              Find the determinant of ⎢    ⎥.
                                      ⎣6 7 ⎦
                         ad − bc




Tue, Apr 12
EXAMPLE 1
                                      ⎡0 4 ⎤
              Find the determinant of ⎢    ⎥.
                                      ⎣6 7 ⎦
                         ad − bc
                     = 0(7) − 4(6)




Tue, Apr 12
EXAMPLE 1
                                      ⎡0 4 ⎤
              Find the determinant of ⎢    ⎥.
                                      ⎣6 7 ⎦
                         ad − bc
                     = 0(7) − 4(6)
                       = 0 − 24



Tue, Apr 12
EXAMPLE 1
                                      ⎡0 4 ⎤
              Find the determinant of ⎢    ⎥.
                                      ⎣6 7 ⎦
                         ad − bc
                     = 0(7) − 4(6)
                       = 0 − 24
                         = −24

Tue, Apr 12
CRAMER’S RULE




Tue, Apr 12
CRAMER’S RULE

              1. Make sure equations look like Ax + By = C.




Tue, Apr 12
CRAMER’S RULE

              1. Make sure equations look like Ax + By = C.
              2. Make a 2X2 determinant matrix: x in 1st column, y in
                 2nd, call A.




Tue, Apr 12
CRAMER’S RULE

              1. Make sure equations look like Ax + By = C.
              2. Make a 2X2 determinant matrix: x in 1st column, y in
                 2nd, call A.
              3. Make a new 2X2 determinant matrix: Replace x
                 column with equation answers, call Ax.




Tue, Apr 12
CRAMER’S RULE

              1. Make sure equations look like Ax + By = C.
              2. Make a 2X2 determinant matrix: x in 1st column, y in
                 2nd, call A.
              3. Make a new 2X2 determinant matrix: Replace x
                 column with equation answers, call Ax.
              4. Make another 2X2 determinant matrix: Replace y
                 column with equation answers, call Ay.


Tue, Apr 12
CRAMER’S RULE




Tue, Apr 12
CRAMER’S RULE



              5. Divide Ax by A and Ay by A.




Tue, Apr 12
CRAMER’S RULE



              5. Divide Ax by A and Ay by A.
              6. Check answer and rewrite solution.




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6
              ⎨
              ⎩ x + 2 y = 11




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7
              ⎨                A=
              ⎩ x + 2 y = 11      1 2




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7
              ⎨                A=            Ax =
              ⎩ x + 2 y = 11      1 2             11 2




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax
              x=
                    A




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax(−6)(2) − (−7)(11)
              x=   =
                 A    (3)(2) − (−7)(1)




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax(−6)(2) − (−7)(11) −12 + 77
              x=   =                   =
                 A    (3)(2) − (−7)(1)   6+7




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax(−6)(2) − (−7)(11) −12 + 77 65
              x=   =                   =        =
                 A    (3)(2) − (−7)(1)   6+7      13




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax(−6)(2) − (−7)(11) −12 + 77 65
              x=   =
                      (3)(2) − (−7)(1)
                                       =
                                         6+7
                                                =                   =5
                 A                                13




Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax(−6)(2) − (−7)(11) −12 + 77 65
              x=   =
                      (3)(2) − (−7)(1)
                                       =
                                         6+7
                                                =                   =5
                 A                                13
                        Ay
                 y=
                        A


Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax(−6)(2) − (−7)(11) −12 + 77 65
              x=   =
                      (3)(2) − (−7)(1)
                                       =
                                         6+7
                                                =                   =5
                 A                                13
                        Ay
                        (3)(11) − (−6)(1)
                 y=   =
                    A    (3)(2) − (−7)(1)


Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax(−6)(2) − (−7)(11) −12 + 77 65
              x=   =
                      (3)(2) − (−7)(1)
                                       =
                                         6+7
                                                =                   =5
                 A                                13
                        (3)(11) − (−6)(1) 33 + 6
                        Ay
                 y=   =                   =
                    A    (3)(2) − (−7)(1)   6+7


Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax(−6)(2) − (−7)(11) −12 + 77 65
              x=   =
                      (3)(2) − (−7)(1)
                                       =
                                         6+7
                                                =                   =5
                 A                                13
                        (3)(11) − (−6)(1) 33 + 6 39
                        Ay
                 y=   =                   =      =
                    A    (3)(2) − (−7)(1)   6 + 7 13


Tue, Apr 12
EXAMPLE 2
              Solve the system of equations using Cramer’s rule (matrices).
              ⎧3x − 7 y = −6      3 −7            −6 −7      3 −6
              ⎨                A=            Ax =       Ay =
              ⎩ x + 2 y = 11      1 2             11 2       1 11
                   Ax(−6)(2) − (−7)(11) −12 + 77 65
              x=   =
                      (3)(2) − (−7)(1)
                                       =
                                         6+7
                                                =                   =5
                 A                                13
                        (3)(11) − (−6)(1) 33 + 6 39
                        Ay
                 y=   =                   =      =                =3
                    A    (3)(2) − (−7)(1)   6 + 7 13


Tue, Apr 12
EXAMPLE 2

              ⎧3x − 7 y = −6
              ⎨                  x = 5, y = 3
              ⎩ x + 2 y = 11




Tue, Apr 12
EXAMPLE 2

              ⎧3x − 7 y = −6
              ⎨                  x = 5, y = 3
              ⎩ x + 2 y = 11

                 Check:




Tue, Apr 12
EXAMPLE 2

              ⎧3x − 7 y = −6
              ⎨                       x = 5, y = 3
              ⎩ x + 2 y = 11

                 Check:        3(5) − 7(3) = −6




Tue, Apr 12
EXAMPLE 2

              ⎧3x − 7 y = −6
              ⎨                       x = 5, y = 3
              ⎩ x + 2 y = 11

                 Check:        3(5) − 7(3) = −6
                                15 − 21 = −6




Tue, Apr 12
EXAMPLE 2

              ⎧3x − 7 y = −6
              ⎨                       x = 5, y = 3
              ⎩ x + 2 y = 11

                 Check:        3(5) − 7(3) = −6      5 + 2(3) = 11
                                15 − 21 = −6




Tue, Apr 12
EXAMPLE 2

              ⎧3x − 7 y = −6
              ⎨                       x = 5, y = 3
              ⎩ x + 2 y = 11

                 Check:        3(5) − 7(3) = −6      5 + 2(3) = 11
                                15 − 21 = −6         5 + 6 = 11




Tue, Apr 12
EXAMPLE 2

              ⎧3x − 7 y = −6
              ⎨                       x = 5, y = 3
              ⎩ x + 2 y = 11

                 Check:        3(5) − 7(3) = −6      5 + 2(3) = 11
                                15 − 21 = −6         5 + 6 = 11

                                        (5,3)

Tue, Apr 12
PROBLEM SET




Tue, Apr 12
PROBLEM SET


                                  p. 356 #1-31 odd
                          Solve all using matrices by hand




              “I’m a great believer in luck, and I find the harder I work
                     the more I have of it.” - Thomas Jefferson

Tue, Apr 12

Weitere ähnliche Inhalte

Was ist angesagt?

maths revision to help you
 maths revision to help you maths revision to help you
maths revision to help youJakeHornsby3219
 
LApreC2010-103matrixquiz11c.4rq
LApreC2010-103matrixquiz11c.4rqLApreC2010-103matrixquiz11c.4rq
LApreC2010-103matrixquiz11c.4rqA Jorge Garcia
 
MASSS_Presentation_20160209
MASSS_Presentation_20160209MASSS_Presentation_20160209
MASSS_Presentation_20160209Yimin Wu
 
Different Quantum Spectra For The Same Classical System
Different Quantum Spectra For The Same Classical SystemDifferent Quantum Spectra For The Same Classical System
Different Quantum Spectra For The Same Classical Systemvcuesta
 
Circles Lecture - Part 1
Circles Lecture - Part 1Circles Lecture - Part 1
Circles Lecture - Part 1Leo Crisologo
 
Module 8 Statistics
Module 8 StatisticsModule 8 Statistics
Module 8 Statisticsguestcc333c
 
3 graphs of second degree functions x
3 graphs of second degree functions x3 graphs of second degree functions x
3 graphs of second degree functions xTzenma
 
Notions via β*-open sets in topological spaces
Notions via β*-open sets in topological spacesNotions via β*-open sets in topological spaces
Notions via β*-open sets in topological spacesIOSR Journals
 
Common fixed point theorems with continuously subcompatible mappings in fuzz...
 Common fixed point theorems with continuously subcompatible mappings in fuzz... Common fixed point theorems with continuously subcompatible mappings in fuzz...
Common fixed point theorems with continuously subcompatible mappings in fuzz...Alexander Decker
 
Práctica 1 auxiliatura estadística
Práctica 1 auxiliatura estadísticaPráctica 1 auxiliatura estadística
Práctica 1 auxiliatura estadísticaJoelAnara
 

Was ist angesagt? (14)

maths revision to help you
 maths revision to help you maths revision to help you
maths revision to help you
 
LApreC2010-103matrixquiz11c.4rq
LApreC2010-103matrixquiz11c.4rqLApreC2010-103matrixquiz11c.4rq
LApreC2010-103matrixquiz11c.4rq
 
MASSS_Presentation_20160209
MASSS_Presentation_20160209MASSS_Presentation_20160209
MASSS_Presentation_20160209
 
Função quadrática
Função quadráticaFunção quadrática
Função quadrática
 
0308 ch 3 day 8
0308 ch 3 day 80308 ch 3 day 8
0308 ch 3 day 8
 
Different Quantum Spectra For The Same Classical System
Different Quantum Spectra For The Same Classical SystemDifferent Quantum Spectra For The Same Classical System
Different Quantum Spectra For The Same Classical System
 
0307 ch 3 day 7
0307 ch 3 day 70307 ch 3 day 7
0307 ch 3 day 7
 
Circles Lecture - Part 1
Circles Lecture - Part 1Circles Lecture - Part 1
Circles Lecture - Part 1
 
Module 8 Statistics
Module 8 StatisticsModule 8 Statistics
Module 8 Statistics
 
On Power Tower of Integers
On Power Tower of IntegersOn Power Tower of Integers
On Power Tower of Integers
 
3 graphs of second degree functions x
3 graphs of second degree functions x3 graphs of second degree functions x
3 graphs of second degree functions x
 
Notions via β*-open sets in topological spaces
Notions via β*-open sets in topological spacesNotions via β*-open sets in topological spaces
Notions via β*-open sets in topological spaces
 
Common fixed point theorems with continuously subcompatible mappings in fuzz...
 Common fixed point theorems with continuously subcompatible mappings in fuzz... Common fixed point theorems with continuously subcompatible mappings in fuzz...
Common fixed point theorems with continuously subcompatible mappings in fuzz...
 
Práctica 1 auxiliatura estadística
Práctica 1 auxiliatura estadísticaPráctica 1 auxiliatura estadística
Práctica 1 auxiliatura estadística
 

Andere mochten auch

Int Math 2 Section 6-4 1011
Int Math 2 Section 6-4 1011Int Math 2 Section 6-4 1011
Int Math 2 Section 6-4 1011Jimbo Lamb
 
Integrated Math 2 Section 5-4
Integrated Math 2 Section 5-4Integrated Math 2 Section 5-4
Integrated Math 2 Section 5-4Jimbo Lamb
 
AA Section 11-4
AA Section 11-4AA Section 11-4
AA Section 11-4Jimbo Lamb
 
Int Math 2 Section 5-3 1011
Int Math 2 Section 5-3 1011Int Math 2 Section 5-3 1011
Int Math 2 Section 5-3 1011Jimbo Lamb
 
Integrated Math 2 Section 6-6
Integrated Math 2 Section 6-6Integrated Math 2 Section 6-6
Integrated Math 2 Section 6-6Jimbo Lamb
 
Algebra 1B Section 5-2
Algebra 1B Section 5-2Algebra 1B Section 5-2
Algebra 1B Section 5-2Jimbo Lamb
 
AA Section 11-2
AA Section 11-2AA Section 11-2
AA Section 11-2Jimbo Lamb
 
Integrated Math 2 Section 3-6
Integrated Math 2 Section 3-6Integrated Math 2 Section 3-6
Integrated Math 2 Section 3-6Jimbo Lamb
 
Integrated 2 Section 3-3
Integrated 2 Section 3-3Integrated 2 Section 3-3
Integrated 2 Section 3-3Jimbo Lamb
 
AA Section 8-7
AA Section 8-7AA Section 8-7
AA Section 8-7Jimbo Lamb
 
Integrated Math 2 Section 4-6
Integrated Math 2 Section 4-6Integrated Math 2 Section 4-6
Integrated Math 2 Section 4-6Jimbo Lamb
 
AA Section 7-7/7-8
AA Section 7-7/7-8AA Section 7-7/7-8
AA Section 7-7/7-8Jimbo Lamb
 
Integrated Math 2 Section 5-1
Integrated Math 2 Section 5-1Integrated Math 2 Section 5-1
Integrated Math 2 Section 5-1Jimbo Lamb
 
Geometry Section 12-2
Geometry Section 12-2Geometry Section 12-2
Geometry Section 12-2Jimbo Lamb
 
Geometry Section 12-3
Geometry Section 12-3Geometry Section 12-3
Geometry Section 12-3Jimbo Lamb
 

Andere mochten auch (19)

Int Math 2 Section 6-4 1011
Int Math 2 Section 6-4 1011Int Math 2 Section 6-4 1011
Int Math 2 Section 6-4 1011
 
Integrated Math 2 Section 5-4
Integrated Math 2 Section 5-4Integrated Math 2 Section 5-4
Integrated Math 2 Section 5-4
 
Section 1-2
Section 1-2Section 1-2
Section 1-2
 
AA Section 11-4
AA Section 11-4AA Section 11-4
AA Section 11-4
 
Notes 4-1
Notes 4-1Notes 4-1
Notes 4-1
 
Notes 7-3
Notes 7-3Notes 7-3
Notes 7-3
 
Int Math 2 Section 5-3 1011
Int Math 2 Section 5-3 1011Int Math 2 Section 5-3 1011
Int Math 2 Section 5-3 1011
 
Integrated Math 2 Section 6-6
Integrated Math 2 Section 6-6Integrated Math 2 Section 6-6
Integrated Math 2 Section 6-6
 
Algebra 1B Section 5-2
Algebra 1B Section 5-2Algebra 1B Section 5-2
Algebra 1B Section 5-2
 
AA Section 11-2
AA Section 11-2AA Section 11-2
AA Section 11-2
 
Integrated Math 2 Section 3-6
Integrated Math 2 Section 3-6Integrated Math 2 Section 3-6
Integrated Math 2 Section 3-6
 
Section 1-7
Section 1-7Section 1-7
Section 1-7
 
Integrated 2 Section 3-3
Integrated 2 Section 3-3Integrated 2 Section 3-3
Integrated 2 Section 3-3
 
AA Section 8-7
AA Section 8-7AA Section 8-7
AA Section 8-7
 
Integrated Math 2 Section 4-6
Integrated Math 2 Section 4-6Integrated Math 2 Section 4-6
Integrated Math 2 Section 4-6
 
AA Section 7-7/7-8
AA Section 7-7/7-8AA Section 7-7/7-8
AA Section 7-7/7-8
 
Integrated Math 2 Section 5-1
Integrated Math 2 Section 5-1Integrated Math 2 Section 5-1
Integrated Math 2 Section 5-1
 
Geometry Section 12-2
Geometry Section 12-2Geometry Section 12-2
Geometry Section 12-2
 
Geometry Section 12-3
Geometry Section 12-3Geometry Section 12-3
Geometry Section 12-3
 

Ähnlich wie Int Math 2 Section 8-5

Integrated Math 2 Section 8-5
Integrated Math 2 Section 8-5Integrated Math 2 Section 8-5
Integrated Math 2 Section 8-5Jimbo Lamb
 
Consolidated.m2-satyabama university
Consolidated.m2-satyabama universityConsolidated.m2-satyabama university
Consolidated.m2-satyabama universitySelvaraj John
 
Matrices and determinants_01
Matrices and determinants_01Matrices and determinants_01
Matrices and determinants_01nitishguptamaps
 
Matrices Questions & Answers
Matrices Questions & AnswersMatrices Questions & Answers
Matrices Questions & AnswersSantoshTamadaddi
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3Nazrin Nazdri
 
preTEST2A MAT225 Multivariable Calculus
preTEST2A MAT225 Multivariable CalculuspreTEST2A MAT225 Multivariable Calculus
preTEST2A MAT225 Multivariable CalculusA Jorge Garcia
 
preTEST2A Solution MAT225 Multivariable Calculus
preTEST2A Solution MAT225 Multivariable CalculuspreTEST2A Solution MAT225 Multivariable Calculus
preTEST2A Solution MAT225 Multivariable CalculusA Jorge Garcia
 
4.6 radical equations
4.6 radical equations4.6 radical equations
4.6 radical equationsmath123b
 
5 2nd degree equations and the quadratic formula
5 2nd degree equations and the quadratic formula5 2nd degree equations and the quadratic formula
5 2nd degree equations and the quadratic formulaTzenma
 
Math powerpoint
Math powerpointMath powerpoint
Math powerpointAcoy1
 
Math powerpoint
Math powerpointMath powerpoint
Math powerpointAcoy1
 

Ähnlich wie Int Math 2 Section 8-5 (20)

Integrated Math 2 Section 8-5
Integrated Math 2 Section 8-5Integrated Math 2 Section 8-5
Integrated Math 2 Section 8-5
 
Consolidated.m2-satyabama university
Consolidated.m2-satyabama universityConsolidated.m2-satyabama university
Consolidated.m2-satyabama university
 
Takue
TakueTakue
Takue
 
Matrices
Matrices Matrices
Matrices
 
Em01 ba
Em01 baEm01 ba
Em01 ba
 
Matrices and determinants_01
Matrices and determinants_01Matrices and determinants_01
Matrices and determinants_01
 
Matrices Questions & Answers
Matrices Questions & AnswersMatrices Questions & Answers
Matrices Questions & Answers
 
0911 ch 9 day 11
0911 ch 9 day 110911 ch 9 day 11
0911 ch 9 day 11
 
2020 preTEST2A
2020 preTEST2A2020 preTEST2A
2020 preTEST2A
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
preTEST2A MAT225 Multivariable Calculus
preTEST2A MAT225 Multivariable CalculuspreTEST2A MAT225 Multivariable Calculus
preTEST2A MAT225 Multivariable Calculus
 
Metrix[1]
Metrix[1]Metrix[1]
Metrix[1]
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
preTEST2A Solution MAT225 Multivariable Calculus
preTEST2A Solution MAT225 Multivariable CalculuspreTEST2A Solution MAT225 Multivariable Calculus
preTEST2A Solution MAT225 Multivariable Calculus
 
4.6 radical equations
4.6 radical equations4.6 radical equations
4.6 radical equations
 
5 2nd degree equations and the quadratic formula
5 2nd degree equations and the quadratic formula5 2nd degree equations and the quadratic formula
5 2nd degree equations and the quadratic formula
 
Math powerpoint
Math powerpointMath powerpoint
Math powerpoint
 
Math powerpoint
Math powerpointMath powerpoint
Math powerpoint
 
Tso math fractionsindices
Tso math fractionsindicesTso math fractionsindices
Tso math fractionsindices
 
Linear Algebra
Linear AlgebraLinear Algebra
Linear Algebra
 

Mehr von Jimbo Lamb

Geometry Section 1-5
Geometry Section 1-5Geometry Section 1-5
Geometry Section 1-5Jimbo Lamb
 
Geometry Section 1-4
Geometry Section 1-4Geometry Section 1-4
Geometry Section 1-4Jimbo Lamb
 
Geometry Section 1-3
Geometry Section 1-3Geometry Section 1-3
Geometry Section 1-3Jimbo Lamb
 
Geometry Section 1-2
Geometry Section 1-2Geometry Section 1-2
Geometry Section 1-2Jimbo Lamb
 
Geometry Section 1-2
Geometry Section 1-2Geometry Section 1-2
Geometry Section 1-2Jimbo Lamb
 
Geometry Section 1-1
Geometry Section 1-1Geometry Section 1-1
Geometry Section 1-1Jimbo Lamb
 
Algebra 2 Section 5-3
Algebra 2 Section 5-3Algebra 2 Section 5-3
Algebra 2 Section 5-3Jimbo Lamb
 
Algebra 2 Section 5-2
Algebra 2 Section 5-2Algebra 2 Section 5-2
Algebra 2 Section 5-2Jimbo Lamb
 
Algebra 2 Section 5-1
Algebra 2 Section 5-1Algebra 2 Section 5-1
Algebra 2 Section 5-1Jimbo Lamb
 
Algebra 2 Section 4-9
Algebra 2 Section 4-9Algebra 2 Section 4-9
Algebra 2 Section 4-9Jimbo Lamb
 
Algebra 2 Section 4-8
Algebra 2 Section 4-8Algebra 2 Section 4-8
Algebra 2 Section 4-8Jimbo Lamb
 
Algebra 2 Section 4-6
Algebra 2 Section 4-6Algebra 2 Section 4-6
Algebra 2 Section 4-6Jimbo Lamb
 
Geometry Section 6-6
Geometry Section 6-6Geometry Section 6-6
Geometry Section 6-6Jimbo Lamb
 
Geometry Section 6-5
Geometry Section 6-5Geometry Section 6-5
Geometry Section 6-5Jimbo Lamb
 
Geometry Section 6-4
Geometry Section 6-4Geometry Section 6-4
Geometry Section 6-4Jimbo Lamb
 
Geometry Section 6-3
Geometry Section 6-3Geometry Section 6-3
Geometry Section 6-3Jimbo Lamb
 
Geometry Section 6-2
Geometry Section 6-2Geometry Section 6-2
Geometry Section 6-2Jimbo Lamb
 
Geometry Section 6-1
Geometry Section 6-1Geometry Section 6-1
Geometry Section 6-1Jimbo Lamb
 
Algebra 2 Section 4-5
Algebra 2 Section 4-5Algebra 2 Section 4-5
Algebra 2 Section 4-5Jimbo Lamb
 
Algebra 2 Section 4-4
Algebra 2 Section 4-4Algebra 2 Section 4-4
Algebra 2 Section 4-4Jimbo Lamb
 

Mehr von Jimbo Lamb (20)

Geometry Section 1-5
Geometry Section 1-5Geometry Section 1-5
Geometry Section 1-5
 
Geometry Section 1-4
Geometry Section 1-4Geometry Section 1-4
Geometry Section 1-4
 
Geometry Section 1-3
Geometry Section 1-3Geometry Section 1-3
Geometry Section 1-3
 
Geometry Section 1-2
Geometry Section 1-2Geometry Section 1-2
Geometry Section 1-2
 
Geometry Section 1-2
Geometry Section 1-2Geometry Section 1-2
Geometry Section 1-2
 
Geometry Section 1-1
Geometry Section 1-1Geometry Section 1-1
Geometry Section 1-1
 
Algebra 2 Section 5-3
Algebra 2 Section 5-3Algebra 2 Section 5-3
Algebra 2 Section 5-3
 
Algebra 2 Section 5-2
Algebra 2 Section 5-2Algebra 2 Section 5-2
Algebra 2 Section 5-2
 
Algebra 2 Section 5-1
Algebra 2 Section 5-1Algebra 2 Section 5-1
Algebra 2 Section 5-1
 
Algebra 2 Section 4-9
Algebra 2 Section 4-9Algebra 2 Section 4-9
Algebra 2 Section 4-9
 
Algebra 2 Section 4-8
Algebra 2 Section 4-8Algebra 2 Section 4-8
Algebra 2 Section 4-8
 
Algebra 2 Section 4-6
Algebra 2 Section 4-6Algebra 2 Section 4-6
Algebra 2 Section 4-6
 
Geometry Section 6-6
Geometry Section 6-6Geometry Section 6-6
Geometry Section 6-6
 
Geometry Section 6-5
Geometry Section 6-5Geometry Section 6-5
Geometry Section 6-5
 
Geometry Section 6-4
Geometry Section 6-4Geometry Section 6-4
Geometry Section 6-4
 
Geometry Section 6-3
Geometry Section 6-3Geometry Section 6-3
Geometry Section 6-3
 
Geometry Section 6-2
Geometry Section 6-2Geometry Section 6-2
Geometry Section 6-2
 
Geometry Section 6-1
Geometry Section 6-1Geometry Section 6-1
Geometry Section 6-1
 
Algebra 2 Section 4-5
Algebra 2 Section 4-5Algebra 2 Section 4-5
Algebra 2 Section 4-5
 
Algebra 2 Section 4-4
Algebra 2 Section 4-4Algebra 2 Section 4-4
Algebra 2 Section 4-4
 

Kürzlich hochgeladen

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 

Kürzlich hochgeladen (20)

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 

Int Math 2 Section 8-5

  • 1. SECTION 8-5 Matrices and Determinants Tue, Apr 12
  • 2. ESSENTIAL QUESTIONS How do you find the determinant of a 2X2 matrix? How do you solve systems of equations using determinants? Where you’ll see this: Sports, construction, fitness Tue, Apr 12
  • 3. VOCABULARY 1. Square Matrix: 2. Determinant: 3. Cramer’s Rule: Tue, Apr 12
  • 4. VOCABULARY 1. Square Matrix: A matrix with the same number of rows and columns 2. Determinant: 3. Cramer’s Rule: Tue, Apr 12
  • 5. VOCABULARY 1. Square Matrix: A matrix with the same number of rows and columns ⎡a b ⎤ 2. Determinant: In a 2X2 matrix ⎢ ⎥ , det A = ad - bc. ⎣c d ⎦ 3. Cramer’s Rule: Tue, Apr 12
  • 6. VOCABULARY 1. Square Matrix: A matrix with the same number of rows and columns ⎡a b ⎤ 2. Determinant: In a 2X2 matrix ⎢ ⎥ , det A = ad - bc. ⎣c d ⎦ 3. Cramer’s Rule: A method of using determinants of matrices to solve systems of equations Tue, Apr 12
  • 7. MATRIX m x n: m rows and n columns Tue, Apr 12
  • 8. MATRIX m x n: m rows and n columns ⎡ −2 2 3 ⎤ ⎡3 −1⎤ ⎢ ⎥ ⎢ ⎥ ⎡4 −3 0 ⎤ ⎣ ⎦ ⎣ 9 6 −3 ⎦ ⎣5 8 ⎦ Tue, Apr 12
  • 9. MATRIX m x n: m rows and n columns ⎡ −2 2 3 ⎤ ⎡3 −1⎤ ⎢ ⎥ ⎢ ⎥ ⎡4 −3 0 ⎤ ⎣ ⎦ ⎣ 9 6 −3 ⎦ ⎣5 8 ⎦ 2X3 Tue, Apr 12
  • 10. MATRIX m x n: m rows and n columns ⎡ −2 2 3 ⎤ ⎡3 −1⎤ ⎢ ⎥ ⎢ ⎥ ⎡4 −3 0 ⎤ ⎣ ⎦ ⎣ 9 6 −3 ⎦ ⎣5 8 ⎦ 2X3 2X2 Tue, Apr 12
  • 11. MATRIX m x n: m rows and n columns ⎡ −2 2 3 ⎤ ⎡3 −1⎤ ⎢ ⎥ ⎢ ⎥ ⎡4 −3 0 ⎤ ⎣ ⎦ ⎣ 9 6 −3 ⎦ ⎣5 8 ⎦ 2X3 2X2 1X3 Tue, Apr 12
  • 12. DETERMINANT a b det A = = ad − bc c d Tue, Apr 12
  • 13. EXAMPLE 1 ⎡0 4 ⎤ Find the determinant of ⎢ ⎥. ⎣6 7 ⎦ Tue, Apr 12
  • 14. EXAMPLE 1 ⎡0 4 ⎤ Find the determinant of ⎢ ⎥. ⎣6 7 ⎦ ad − bc Tue, Apr 12
  • 15. EXAMPLE 1 ⎡0 4 ⎤ Find the determinant of ⎢ ⎥. ⎣6 7 ⎦ ad − bc = 0(7) − 4(6) Tue, Apr 12
  • 16. EXAMPLE 1 ⎡0 4 ⎤ Find the determinant of ⎢ ⎥. ⎣6 7 ⎦ ad − bc = 0(7) − 4(6) = 0 − 24 Tue, Apr 12
  • 17. EXAMPLE 1 ⎡0 4 ⎤ Find the determinant of ⎢ ⎥. ⎣6 7 ⎦ ad − bc = 0(7) − 4(6) = 0 − 24 = −24 Tue, Apr 12
  • 19. CRAMER’S RULE 1. Make sure equations look like Ax + By = C. Tue, Apr 12
  • 20. CRAMER’S RULE 1. Make sure equations look like Ax + By = C. 2. Make a 2X2 determinant matrix: x in 1st column, y in 2nd, call A. Tue, Apr 12
  • 21. CRAMER’S RULE 1. Make sure equations look like Ax + By = C. 2. Make a 2X2 determinant matrix: x in 1st column, y in 2nd, call A. 3. Make a new 2X2 determinant matrix: Replace x column with equation answers, call Ax. Tue, Apr 12
  • 22. CRAMER’S RULE 1. Make sure equations look like Ax + By = C. 2. Make a 2X2 determinant matrix: x in 1st column, y in 2nd, call A. 3. Make a new 2X2 determinant matrix: Replace x column with equation answers, call Ax. 4. Make another 2X2 determinant matrix: Replace y column with equation answers, call Ay. Tue, Apr 12
  • 24. CRAMER’S RULE 5. Divide Ax by A and Ay by A. Tue, Apr 12
  • 25. CRAMER’S RULE 5. Divide Ax by A and Ay by A. 6. Check answer and rewrite solution. Tue, Apr 12
  • 26. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 ⎨ ⎩ x + 2 y = 11 Tue, Apr 12
  • 27. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 ⎨ A= ⎩ x + 2 y = 11 1 2 Tue, Apr 12
  • 28. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 ⎨ A= Ax = ⎩ x + 2 y = 11 1 2 11 2 Tue, Apr 12
  • 29. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Tue, Apr 12
  • 30. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax x= A Tue, Apr 12
  • 31. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax(−6)(2) − (−7)(11) x= = A (3)(2) − (−7)(1) Tue, Apr 12
  • 32. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax(−6)(2) − (−7)(11) −12 + 77 x= = = A (3)(2) − (−7)(1) 6+7 Tue, Apr 12
  • 33. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax(−6)(2) − (−7)(11) −12 + 77 65 x= = = = A (3)(2) − (−7)(1) 6+7 13 Tue, Apr 12
  • 34. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax(−6)(2) − (−7)(11) −12 + 77 65 x= = (3)(2) − (−7)(1) = 6+7 = =5 A 13 Tue, Apr 12
  • 35. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax(−6)(2) − (−7)(11) −12 + 77 65 x= = (3)(2) − (−7)(1) = 6+7 = =5 A 13 Ay y= A Tue, Apr 12
  • 36. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax(−6)(2) − (−7)(11) −12 + 77 65 x= = (3)(2) − (−7)(1) = 6+7 = =5 A 13 Ay (3)(11) − (−6)(1) y= = A (3)(2) − (−7)(1) Tue, Apr 12
  • 37. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax(−6)(2) − (−7)(11) −12 + 77 65 x= = (3)(2) − (−7)(1) = 6+7 = =5 A 13 (3)(11) − (−6)(1) 33 + 6 Ay y= = = A (3)(2) − (−7)(1) 6+7 Tue, Apr 12
  • 38. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax(−6)(2) − (−7)(11) −12 + 77 65 x= = (3)(2) − (−7)(1) = 6+7 = =5 A 13 (3)(11) − (−6)(1) 33 + 6 39 Ay y= = = = A (3)(2) − (−7)(1) 6 + 7 13 Tue, Apr 12
  • 39. EXAMPLE 2 Solve the system of equations using Cramer’s rule (matrices). ⎧3x − 7 y = −6 3 −7 −6 −7 3 −6 ⎨ A= Ax = Ay = ⎩ x + 2 y = 11 1 2 11 2 1 11 Ax(−6)(2) − (−7)(11) −12 + 77 65 x= = (3)(2) − (−7)(1) = 6+7 = =5 A 13 (3)(11) − (−6)(1) 33 + 6 39 Ay y= = = = =3 A (3)(2) − (−7)(1) 6 + 7 13 Tue, Apr 12
  • 40. EXAMPLE 2 ⎧3x − 7 y = −6 ⎨ x = 5, y = 3 ⎩ x + 2 y = 11 Tue, Apr 12
  • 41. EXAMPLE 2 ⎧3x − 7 y = −6 ⎨ x = 5, y = 3 ⎩ x + 2 y = 11 Check: Tue, Apr 12
  • 42. EXAMPLE 2 ⎧3x − 7 y = −6 ⎨ x = 5, y = 3 ⎩ x + 2 y = 11 Check: 3(5) − 7(3) = −6 Tue, Apr 12
  • 43. EXAMPLE 2 ⎧3x − 7 y = −6 ⎨ x = 5, y = 3 ⎩ x + 2 y = 11 Check: 3(5) − 7(3) = −6 15 − 21 = −6 Tue, Apr 12
  • 44. EXAMPLE 2 ⎧3x − 7 y = −6 ⎨ x = 5, y = 3 ⎩ x + 2 y = 11 Check: 3(5) − 7(3) = −6 5 + 2(3) = 11 15 − 21 = −6 Tue, Apr 12
  • 45. EXAMPLE 2 ⎧3x − 7 y = −6 ⎨ x = 5, y = 3 ⎩ x + 2 y = 11 Check: 3(5) − 7(3) = −6 5 + 2(3) = 11 15 − 21 = −6 5 + 6 = 11 Tue, Apr 12
  • 46. EXAMPLE 2 ⎧3x − 7 y = −6 ⎨ x = 5, y = 3 ⎩ x + 2 y = 11 Check: 3(5) − 7(3) = −6 5 + 2(3) = 11 15 − 21 = −6 5 + 6 = 11 (5,3) Tue, Apr 12
  • 48. PROBLEM SET p. 356 #1-31 odd Solve all using matrices by hand “I’m a great believer in luck, and I find the harder I work the more I have of it.” - Thomas Jefferson Tue, Apr 12