SlideShare una empresa de Scribd logo
1 de 27
Descargar para leer sin conexión
Lesson 6
  Introduction to Determinants (Section 13.1–2)

                           Math 20


                       October 1, 2007

Announcements
   Thomas Schelling at IOP (79 JFK Street), Wednesday 6pm
   Problem Set 2 is on the course web site. Due October 3
   Sign up for conference times on course website
   Problem Sessions: Sundays 6–7 (SC 221), Tuesdays 1–2 (SC
   116)
   My office hours: Mondays 1–2, Tuesdays 3–4, Wednesdays
G , A , and the Euclidean algorithm
9:15pm, Tuesday, October 2, at the SOCH (Student Organization Center at Hilles)




    Free coffee, tea, and refreshments. No special mathematics or
    music knowledge required! Contact shlo@fas with any questions.
Consider the system of two equations in two variables:

                        a11 x1 +a12 x2 =b1
                        a21 x1 +a22 x2 =b2


Can you find the solutions for x1 and x2 in terms of the
coefficients?
Solutions

   The solutions are
                             a22 b1 − a12 b2
                       x1 =
                            a11 a22 − a21 a12
                             a11 b2 − a21 b1
                       x2 =
                            a11 a22 − a21 a12
Solutions

   The solutions are
                               a22 b1 − a12 b2
                         x1 =
                              a11 a22 − a21 a12
                               a11 b2 − a21 b1
                         x2 =
                              a11 a22 − a21 a12


   Observations
       If a11 a22 − a21 a12 = 0, the system has a unique solution.
       If a11 a22 − a21 a12 = 0 and a22 b1 − a12 b2 = 0, the system has
       no solution
       If a11 a22 − a21 a12 = 0 and a22 b1 − a12 b2 = 0, the system has
       infinitely many solutions
The determinant




   Definition
                                           a11 a12
   The determinant of a 2 × 2 matrix A =             is the number
                                           a21 a22

                     a11 a12
                             = a11 a22 − a21 a12
                     a21 a22
Theorem (Cramer’s rule)
The solution to the system of linear equations

                          a11 x1 +a12 x2 =b1
                          a21 x1 +a22 x2 =b2


is
                                           b1 a12
                        a22 b1 − a12 b2    b2 a22
                x1 =                     =
                       a11 a22 − a21 a12   a11 a12
                                           a21 a22
                                           a11 b1
                        a11 b2 − a21 b1    a21 b2
                x2 =                     =
                       a11 a22 − a21 a12   a11 a12
                                           a21 a22
Leontief

   Example
   On the first day we had to solve the system

                         0.6x1 − 0.3x2 = 75000
                       −0.2x1 + 0.7x2 = 50000
Leontief

   Example
   On the first day we had to solve the system

                         0.6x1 − 0.3x2 = 75000
                       −0.2x1 + 0.7x2 = 50000


   Solution

                            67, 500
                       x1 =         = 187, 500
                             0.36
                            45, 000
                       x2 =         = 125, 000
                             0.36
The 3 × 3 case
   Does anybody want to do:

                      a11 x1 +a12 x2 +a13 x3 =b1
                      a21 x1 +a22 x2 +a23 x3 =b2
                      a31 x1 +a32 x2 +a33 x3 =b3
The 3 × 3 case
   Does anybody want to do:

                       a11 x1 +a12 x2 +a13 x3 =b1
                       a21 x1 +a22 x2 +a23 x3 =b2
                       a31 x1 +a32 x2 +a33 x3 =b3


   We get


              b1 a22 a33 − b1 a23 a32 − b2 a12 a33
                            + b2 a13 a32 + b3 a12 a23 − b3 a22 a13
       x1 =

              a11 a22 a33 − a11 a23 a32 − a21 a12 a33
                         + a21 a13 a32 + a31 a12 a23 − a31 a22 a13
Definition
The determinant of a 3 × 3 matrix is

   a11 a12 a13
   a21 a22 a23 = a11 a22 a33 − a11 a23 a32 − a21 a12 a33
   a31 a32 a33
                             + a21 a13 a32 + a31 a12 a23 − a31 a22 a13
Cofactors




   We can compute a 3 × 3 determinant in terms of smaller
   determinants:
    a11 a12 a13
                      a   a       a   a       a   a
    a21 a22 a23 = a11 22 23 − a12 21 23 + a13 21 22
                      a32 a33     a31 a33     a31 a32
    a31 a32 a33
Theorem (Cramer’s rule)
The solution to the 3 × 3 system

                      a11 x1 +a12 x2 +a13 x3 =b1
                      a21 x1 +a22 x2 +a23 x3 =b2
                      a31 x1 +a32 x2 +a33 x3 =b3


is
        b1 a12 a13             a11 b1 a13              a11 a12 b1
        b2 a22 a23             a21 b2 a23              a21 a22 b2
        b3 a32 a33             a31 b3 a33              a31 a32 b3
 x1 =                 , x2 =                  , x3 =
        a11 a12 a13            a11 a12 a13             a11 a12 a13
        a21 a22 a23            a21 a22 a23             a21 a22 a23
        a31 a32 a33            a31 a32 a33             a31 a32 a33
Example
Solve

           x1 +2x2 +3x3 = 6
          2x1 −3x2 +2x3 = 14
          3x1 + x2 − x3 =−2
Example
Solve

                                 x1 +2x2 +3x3 = 6
                                2x1 −3x2 +2x3 = 14
                                3x1 + x2 − x3 =−2



Solution
        50               −100                150
x1 =    50   = 1, x2 =    50    = −2, x3 =    50   =3
A geometric interpretation

Más contenido relacionado

La actualidad más candente

Sol systems of equations
Sol systems of equationsSol systems of equations
Sol systems of equations
ecooperms
 
Tugas 1
Tugas 1Tugas 1
Tugas 1
agunw
 

La actualidad más candente (20)

05. s3 ecuaciones polinómicas
05. s3 ecuaciones polinómicas05. s3 ecuaciones polinómicas
05. s3 ecuaciones polinómicas
 
8-6 Solving Rational Functions
8-6 Solving Rational Functions8-6 Solving Rational Functions
8-6 Solving Rational Functions
 
Review for final exam
Review for final examReview for final exam
Review for final exam
 
06. s4 inecuaciones polinómicas y racionales
06. s4 inecuaciones polinómicas y racionales06. s4 inecuaciones polinómicas y racionales
06. s4 inecuaciones polinómicas y racionales
 
Solving rational equations
Solving rational equationsSolving rational equations
Solving rational equations
 
Fracciones algeb producto_cociente_blog
Fracciones algeb producto_cociente_blogFracciones algeb producto_cociente_blog
Fracciones algeb producto_cociente_blog
 
Bca3010 computer oriented numerical methods
Bca3010 computer oriented numerical methodsBca3010 computer oriented numerical methods
Bca3010 computer oriented numerical methods
 
Sol systems of equations
Sol systems of equationsSol systems of equations
Sol systems of equations
 
Shortlist jbmo 2016_v7-1
Shortlist jbmo 2016_v7-1Shortlist jbmo 2016_v7-1
Shortlist jbmo 2016_v7-1
 
11.5
11.511.5
11.5
 
3k. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.11)
3k. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.11)3k. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.11)
3k. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.11)
 
Solve ODE - BVP through the Least Squares Method
Solve ODE - BVP through the Least Squares MethodSolve ODE - BVP through the Least Squares Method
Solve ODE - BVP through the Least Squares Method
 
Point Collocation Method used in the solving of Differential Equations, parti...
Point Collocation Method used in the solving of Differential Equations, parti...Point Collocation Method used in the solving of Differential Equations, parti...
Point Collocation Method used in the solving of Differential Equations, parti...
 
Derivatives
DerivativesDerivatives
Derivatives
 
Tugas 1
Tugas 1Tugas 1
Tugas 1
 
C language numanal
C language numanalC language numanal
C language numanal
 
Ecuaciones cuadráticas completas
Ecuaciones cuadráticas completasEcuaciones cuadráticas completas
Ecuaciones cuadráticas completas
 
The Queen Project
The Queen ProjectThe Queen Project
The Queen Project
 
Papoulis%20 solutions%20manual%204th%20edition 1
Papoulis%20 solutions%20manual%204th%20edition 1Papoulis%20 solutions%20manual%204th%20edition 1
Papoulis%20 solutions%20manual%204th%20edition 1
 
Jackson d.e.v.
Jackson d.e.v.Jackson d.e.v.
Jackson d.e.v.
 

Destacado

Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)
Matthew Leingang
 
Lesson 3: The limit of a function
Lesson 3: The limit of a functionLesson 3: The limit of a function
Lesson 3: The limit of a function
Matthew Leingang
 
Lesson02 Vectors And Matrices Slides
Lesson02   Vectors And Matrices SlidesLesson02   Vectors And Matrices Slides
Lesson02 Vectors And Matrices Slides
Matthew Leingang
 
Lesson 4: Calculating Limits
Lesson 4: Calculating LimitsLesson 4: Calculating Limits
Lesson 4: Calculating Limits
Matthew Leingang
 
Lesson 8: Determinants III
Lesson 8: Determinants IIILesson 8: Determinants III
Lesson 8: Determinants III
Matthew Leingang
 
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
 
Lesson 1: Systems of Linear Equations (slides)
Lesson 1: Systems of Linear Equations (slides)Lesson 1: Systems of Linear Equations (slides)
Lesson 1: Systems of Linear Equations (slides)
Matthew Leingang
 
Lesson 7: Limits at Infinity
Lesson 7: Limits at InfinityLesson 7: Limits at Infinity
Lesson 7: Limits at Infinity
Matthew Leingang
 
Lesson 9: Gaussian Elimination
Lesson 9: Gaussian EliminationLesson 9: Gaussian Elimination
Lesson 9: Gaussian Elimination
Matthew Leingang
 
Cramer's Rule System of Equations
Cramer's Rule System of EquationsCramer's Rule System of Equations
Cramer's Rule System of Equations
kevinryanclark
 
Lesson 5: Matrix Algebra (slides)
Lesson 5: Matrix Algebra (slides)Lesson 5: Matrix Algebra (slides)
Lesson 5: Matrix Algebra (slides)
Matthew Leingang
 
Cramers rule
Cramers ruleCramers rule
Cramers rule
mstf mstf
 

Destacado (20)

Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)
 
Lesson 3: The limit of a function
Lesson 3: The limit of a functionLesson 3: The limit of a function
Lesson 3: The limit of a function
 
Lesson02 Vectors And Matrices Slides
Lesson02   Vectors And Matrices SlidesLesson02   Vectors And Matrices Slides
Lesson02 Vectors And Matrices Slides
 
Lesson30 First Order Difference Equations Handout
Lesson30   First Order Difference Equations HandoutLesson30   First Order Difference Equations Handout
Lesson30 First Order Difference Equations Handout
 
Lesson 4: Calculating Limits
Lesson 4: Calculating LimitsLesson 4: Calculating Limits
Lesson 4: Calculating Limits
 
Lesson 8: Determinants III
Lesson 8: Determinants IIILesson 8: Determinants III
Lesson 8: Determinants III
 
Lesson 7: Determinants II
Lesson 7: Determinants IILesson 7: Determinants II
Lesson 7: Determinants II
 
Lesson31 Higher Dimensional First Order Difference Equations Slides
Lesson31   Higher Dimensional First Order Difference Equations SlidesLesson31   Higher Dimensional First Order Difference Equations Slides
Lesson31 Higher Dimensional First Order Difference Equations Slides
 
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)
 
Lesson30 First Order Difference Equations Slides
Lesson30   First Order Difference Equations SlidesLesson30   First Order Difference Equations Slides
Lesson30 First Order Difference Equations Slides
 
Lesson 1: Systems of Linear Equations (slides)
Lesson 1: Systems of Linear Equations (slides)Lesson 1: Systems of Linear Equations (slides)
Lesson 1: Systems of Linear Equations (slides)
 
Lesson32 Second Order Difference Equations Slides
Lesson32   Second Order Difference Equations SlidesLesson32   Second Order Difference Equations Slides
Lesson32 Second Order Difference Equations Slides
 
Cramer's Rule
Cramer's RuleCramer's Rule
Cramer's Rule
 
Lesson 7: Limits at Infinity
Lesson 7: Limits at InfinityLesson 7: Limits at Infinity
Lesson 7: Limits at Infinity
 
Lesson 9: Gaussian Elimination
Lesson 9: Gaussian EliminationLesson 9: Gaussian Elimination
Lesson 9: Gaussian Elimination
 
Cramer's Rule System of Equations
Cramer's Rule System of EquationsCramer's Rule System of Equations
Cramer's Rule System of Equations
 
Keplerian orbital elements (lecture 2)
Keplerian orbital elements (lecture 2)Keplerian orbital elements (lecture 2)
Keplerian orbital elements (lecture 2)
 
Lesson 5: Matrix Algebra (slides)
Lesson 5: Matrix Algebra (slides)Lesson 5: Matrix Algebra (slides)
Lesson 5: Matrix Algebra (slides)
 
Laws of artificial satellites motion (Lecture 1)
Laws of artificial satellites motion (Lecture 1)Laws of artificial satellites motion (Lecture 1)
Laws of artificial satellites motion (Lecture 1)
 
Cramers rule
Cramers ruleCramers rule
Cramers rule
 

Similar a Lesson 6 - Introduction To Determinants (Slides+Notes)

rational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptxrational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptx
RizaCatli2
 
Ultimate guide to systems of equations
Ultimate guide to systems of equationsUltimate guide to systems of equations
Ultimate guide to systems of equations
khyps13
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
fatima d
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
A M
 

Similar a Lesson 6 - Introduction To Determinants (Slides+Notes) (20)

Notes 5-7
Notes 5-7Notes 5-7
Notes 5-7
 
Pair of linear equations in two variable
Pair of linear equations in two variablePair of linear equations in two variable
Pair of linear equations in two variable
 
Lesson 22: Quadratic Forms
Lesson 22: Quadratic FormsLesson 22: Quadratic Forms
Lesson 22: Quadratic Forms
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
rational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptxrational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptx
 
Ultimate guide to systems of equations
Ultimate guide to systems of equationsUltimate guide to systems of equations
Ultimate guide to systems of equations
 
AMU - Mathematics - 1999
AMU - Mathematics  - 1999AMU - Mathematics  - 1999
AMU - Mathematics - 1999
 
9-5 Notes
9-5 Notes9-5 Notes
9-5 Notes
 
Lesson 26: Optimization II: Data Fitting
Lesson 26: Optimization II: Data FittingLesson 26: Optimization II: Data Fitting
Lesson 26: Optimization II: Data Fitting
 
Proj 8 Tanya Graded
Proj 8 Tanya GradedProj 8 Tanya Graded
Proj 8 Tanya Graded
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
 
Linear Equation in one variable - Class 8 th Maths
Linear Equation in one variable - Class 8 th MathsLinear Equation in one variable - Class 8 th Maths
Linear Equation in one variable - Class 8 th Maths
 
Calculo purcell 9 ed solucionario
Calculo  purcell  9 ed   solucionarioCalculo  purcell  9 ed   solucionario
Calculo purcell 9 ed solucionario
 
51541 0131469657 ism-0
51541 0131469657 ism-051541 0131469657 ism-0
51541 0131469657 ism-0
 
Integrated Math 2 Section 3-8
Integrated Math 2 Section 3-8Integrated Math 2 Section 3-8
Integrated Math 2 Section 3-8
 
Assign1 21314-sol
Assign1 21314-solAssign1 21314-sol
Assign1 21314-sol
 
Precalculus 1 chapter 2
Precalculus 1 chapter 2Precalculus 1 chapter 2
Precalculus 1 chapter 2
 
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
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Em01 ba
Em01 baEm01 ba
Em01 ba
 

Más de Matthew Leingang

Más de Matthew Leingang (20)

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
 
Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choice
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)
 
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)
 
Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)
 
Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)
 

Último

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Último (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Lesson 6 - Introduction To Determinants (Slides+Notes)

  • 1. Lesson 6 Introduction to Determinants (Section 13.1–2) Math 20 October 1, 2007 Announcements Thomas Schelling at IOP (79 JFK Street), Wednesday 6pm Problem Set 2 is on the course web site. Due October 3 Sign up for conference times on course website Problem Sessions: Sundays 6–7 (SC 221), Tuesdays 1–2 (SC 116) My office hours: Mondays 1–2, Tuesdays 3–4, Wednesdays
  • 2.
  • 3. G , A , and the Euclidean algorithm 9:15pm, Tuesday, October 2, at the SOCH (Student Organization Center at Hilles) Free coffee, tea, and refreshments. No special mathematics or music knowledge required! Contact shlo@fas with any questions.
  • 4. Consider the system of two equations in two variables: a11 x1 +a12 x2 =b1 a21 x1 +a22 x2 =b2 Can you find the solutions for x1 and x2 in terms of the coefficients?
  • 5.
  • 6. Solutions The solutions are a22 b1 − a12 b2 x1 = a11 a22 − a21 a12 a11 b2 − a21 b1 x2 = a11 a22 − a21 a12
  • 7.
  • 8. Solutions The solutions are a22 b1 − a12 b2 x1 = a11 a22 − a21 a12 a11 b2 − a21 b1 x2 = a11 a22 − a21 a12 Observations If a11 a22 − a21 a12 = 0, the system has a unique solution. If a11 a22 − a21 a12 = 0 and a22 b1 − a12 b2 = 0, the system has no solution If a11 a22 − a21 a12 = 0 and a22 b1 − a12 b2 = 0, the system has infinitely many solutions
  • 9. The determinant Definition a11 a12 The determinant of a 2 × 2 matrix A = is the number a21 a22 a11 a12 = a11 a22 − a21 a12 a21 a22
  • 10.
  • 11.
  • 12.
  • 13. Theorem (Cramer’s rule) The solution to the system of linear equations a11 x1 +a12 x2 =b1 a21 x1 +a22 x2 =b2 is b1 a12 a22 b1 − a12 b2 b2 a22 x1 = = a11 a22 − a21 a12 a11 a12 a21 a22 a11 b1 a11 b2 − a21 b1 a21 b2 x2 = = a11 a22 − a21 a12 a11 a12 a21 a22
  • 14. Leontief Example On the first day we had to solve the system 0.6x1 − 0.3x2 = 75000 −0.2x1 + 0.7x2 = 50000
  • 15.
  • 16. Leontief Example On the first day we had to solve the system 0.6x1 − 0.3x2 = 75000 −0.2x1 + 0.7x2 = 50000 Solution 67, 500 x1 = = 187, 500 0.36 45, 000 x2 = = 125, 000 0.36
  • 17.
  • 18.
  • 19.
  • 20. The 3 × 3 case Does anybody want to do: a11 x1 +a12 x2 +a13 x3 =b1 a21 x1 +a22 x2 +a23 x3 =b2 a31 x1 +a32 x2 +a33 x3 =b3
  • 21. The 3 × 3 case Does anybody want to do: a11 x1 +a12 x2 +a13 x3 =b1 a21 x1 +a22 x2 +a23 x3 =b2 a31 x1 +a32 x2 +a33 x3 =b3 We get b1 a22 a33 − b1 a23 a32 − b2 a12 a33 + b2 a13 a32 + b3 a12 a23 − b3 a22 a13 x1 = a11 a22 a33 − a11 a23 a32 − a21 a12 a33 + a21 a13 a32 + a31 a12 a23 − a31 a22 a13
  • 22. Definition The determinant of a 3 × 3 matrix is a11 a12 a13 a21 a22 a23 = a11 a22 a33 − a11 a23 a32 − a21 a12 a33 a31 a32 a33 + a21 a13 a32 + a31 a12 a23 − a31 a22 a13
  • 23. Cofactors We can compute a 3 × 3 determinant in terms of smaller determinants: a11 a12 a13 a a a a a a a21 a22 a23 = a11 22 23 − a12 21 23 + a13 21 22 a32 a33 a31 a33 a31 a32 a31 a32 a33
  • 24. Theorem (Cramer’s rule) The solution to the 3 × 3 system a11 x1 +a12 x2 +a13 x3 =b1 a21 x1 +a22 x2 +a23 x3 =b2 a31 x1 +a32 x2 +a33 x3 =b3 is b1 a12 a13 a11 b1 a13 a11 a12 b1 b2 a22 a23 a21 b2 a23 a21 a22 b2 b3 a32 a33 a31 b3 a33 a31 a32 b3 x1 = , x2 = , x3 = a11 a12 a13 a11 a12 a13 a11 a12 a13 a21 a22 a23 a21 a22 a23 a21 a22 a23 a31 a32 a33 a31 a32 a33 a31 a32 a33
  • 25. Example Solve x1 +2x2 +3x3 = 6 2x1 −3x2 +2x3 = 14 3x1 + x2 − x3 =−2
  • 26. Example Solve x1 +2x2 +3x3 = 6 2x1 −3x2 +2x3 = 14 3x1 + x2 − x3 =−2 Solution 50 −100 150 x1 = 50 = 1, x2 = 50 = −2, x3 = 50 =3