SlideShare ist ein Scribd-Unternehmen logo
1 von 44
Downloaden Sie, um offline zu lesen
Lesson 15 (S&H, Section 14.5)
                  Diagonalization

                         Math 20


                     October 24, 2007


Announcements
   Midterm done. Nice job!
   Problem Set 6 assigned today. Due October 31.
   OH: Mondays 1–2, Tuesdays 3–4, Wednesdays 1–3 (SC 323)
   Prob. Sess.: Sundays 6–7 (SC B-10), Tuesdays 1–2 (SC 116)
Outline


   Concept Review


   Diagonalization
      Motivating Example
      Procedure


   Computations


   Uses of Diagonalization
Concept Review




  Definition
  Let A be an n × n matrix. The number λ is called an eigenvalue
  of A if there exists a nonzero vector x ∈ Rn such that

                              Ax = λx.                           (1)

  Every nonzero vector satisfying (1) is called an eigenvector of A
  associated with the eigenvalue λ.
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y




                                                        x
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y




                                     v1
                                                        x
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y




                                           Av1

                                     v1
                                                        x
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y




                                           Av1

                                     v1
                                                        x

                                     v2
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y




                                           Av1
                         v2
                                     v1
                                                        x

                                     v2
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y




                                           Av1
                         v2
                                     v1

                                           2e2          x

                                     v2
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y




                                           Av1
                         v2
                                     v1

                                           2e2          x

                                     v2
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y




                                           Av1
                         v2
                                     v1

                                           2e2          x

                                     v2
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y


                                     Ae2


                                           Av1
                         v2
                                     v1

                                           2e2          x

                                     v2
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y


                                     Ae2


                                           Av1
                         v2
                                     v1

                                           2e2          x

                                     v2
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y


                                     Ae2


                                           Av1
                         v2
                                     v1

                                           2e2          x

                                     v2
Geometric effect of a non-diagonal linear transformation
   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by A.
                              y


                                     Ae2


                                           Av1
                         v2
                                     v1

                                           2e2          x

                                     v2
Methods




     To find the eigenvalues of a matrix A, find the determinant of
     A − λI. This will be a polynomial in λ (called the
     characteristic polynomial of A, and its roots are the
     eigenvalues.
     To find the eigenvector(s) of a matrix corresponding to an
     eigenvalue λ, do Gaussian Elimination on A − λI.
Outline


   Concept Review


   Diagonalization
      Motivating Example
      Procedure


   Computations


   Uses of Diagonalization
The fact that we have eigenvectors corresponding to two different
eigenvalues gives us the following:

      1 1              1        1             1          1
  A           =    A       A          =   2        −1
      1 −1             1       −1             1         −1
        P
                   1 1       2 0
              =
                   1 −1      0 −1
                               D
The fact that we have eigenvectors corresponding to two different
eigenvalues gives us the following:

      1 1              1        1             1          1
  A           =    A       A          =   2        −1
      1 −1             1       −1             1         −1
        P
                   1 1       2 0
              =
                   1 −1      0 −1
                               D

So we have found a matrix P and a diagonal matrix D such that

                           AP = PD
The fact that we have eigenvectors corresponding to two different
eigenvalues gives us the following:

      1 1              1         1                1         1
  A            =   A        A          =      2       −1
      1 −1             1        −1                1        −1
         P
                   1 1       2 0
               =
                   1 −1      0 −1
                                D

So we have found a matrix P and a diagonal matrix D such that

                            AP = PD

Since P is invertible (det P = −2), we have

                           A = PDP−1
Diagonalization Procedure




      Find the eigenvalues and eigenvectors.
      Arrange the eigenvectors in a matrix P and the corresponding
      eigenvalues in a diagonal matrix D.
      If you have “enough” eigenvectors so that the matrix P is
      square and invertible, the original matrix is diagonalizable and
      equal to PDP−1 .
Outline


   Concept Review


   Diagonalization
      Motivating Example
      Procedure


   Computations


   Uses of Diagonalization
Example
  Example (Worksheet Problem 1)
  Let
                                 0 −2
                         A=           .
                                −3 1
  Find an invertible matrix P and a diagonal matrix D such that
  A = PDP−1 .
Example
  Example (Worksheet Problem 1)
  Let
                                 0 −2
                         A=           .
                                −3 1
  Find an invertible matrix P and a diagonal matrix D such that
  A = PDP−1 .

  Solution
  We found that −2 and 3 are the eigenvalues for A. The eigenvalue
                                    1
  −2 has an associated eigenvector    , and the eigenvalue 3 has
                                    1
               −2
  eigenvector      . Thus
                3

                    1 −2                      −2 0
             P=                        D=          .
                    1 3                        0 3
Checking the Solution


                    1 −2                       −2 0
              P=                       D=           .
                    1 3                         0 3

   Check this: We have
                                 1    3 2
                         P−1 =            .
                                 5   −1 1

                       1   1 −2       −2 0       3 2
             PDP−1 =
                       5   1 3        0 3       −1 1
                       1   1 −2       −6 −4
                     =
                       5   1 3        −3 3
                       1    0  −10             0 −2
                     =                  =           .
                       5   −15  5             −3 1
Example (Worksheet Problem 2)
          −7 4
Let B =           . Find an invertible matrix P and a diagonal
          −9 5
matrix D such that B = PDP−1 .
Example (Worksheet Problem 2)
          −7 4
Let B =           . Find an invertible matrix P and a diagonal
          −9 5
matrix D such that B = PDP−1 .

Solution
The characteristic polynomial of B is (λ + 1)2 , which has the
                                            2
double root −1. There is one eigenvector,        , but nothing more.
                                            3
So there is no diagonal D which works.
Example (Worksheet Problem 3)
           0 1
Let B =           . Find an invertible matrix P and a diagonal
          −1 0
matrix D such that B = PDP−1 .
Example (Worksheet Problem 3)
           0 1
Let B =           . Find an invertible matrix P and a diagonal
          −1 0
matrix D such that B = PDP−1 .

Solution
The characteristic polynomial of B is λ2 + 1, which has no real
roots. The eigenvalues are i and −i. We could consider the
complex eigenvectors

                      i                       −i
               z1 =            and     z2 =
                      1                       1

but scaling by a complex number is more complicated than it looks.
Outline


   Concept Review


   Diagonalization
      Motivating Example
      Procedure


   Computations


   Uses of Diagonalization
Geometric effects of powers of matrices

   Example
             2 0
   Let D =             . Draw the effect of the linear transformation
             0 −1
   which is multiplication by Dn .
             y



                 S

                                                                 x
Geometric effects of powers of matrices

   Example
             2 0
   Let D =             . Draw the effect of the linear transformation
             0 −1
   which is multiplication by Dn .
             y



                 S

                                                                 x

                     D(S)
Geometric effects of powers of matrices

   Example
             2 0
   Let D =             . Draw the effect of the linear transformation
             0 −1
   which is multiplication by Dn .
             y



                 S               D2 (S)

                                                                 x

                     D(S)
Geometric effects of powers of matrices

   Example
             2 0
   Let D =             . Draw the effect of the linear transformation
             0 −1
   which is multiplication by Dn .
             y



                 S               D2 (S)

                                                                   x

                     D(S)                                 D3 (S)
Geometric effect of a non-diagonal linear transformation

   Example
              1/2   3/2
   Let A =    3/2   1/2
                          . Draw the effect of the linear transformation
   which is multiplication by An .
             y




                    S

                                                                  x
Geometric effect of a non-diagonal linear transformation

   Example
              1/2   3/2
   Let A =    3/2   1/2
                          . Draw the effect of the linear transformation
   which is multiplication by An .
             y




                    S

                                                                  x
Geometric effect of a non-diagonal linear transformation

   Example
              1/2   3/2
   Let A =    3/2   1/2
                          . Draw the effect of the linear transformation
   which is multiplication by An .
             y




                          A(S)

                    S

                                                                  x
Geometric effect of a non-diagonal linear transformation

   Example
             1/2   3/2
   Let A =   3/2   1/2
                         . Draw the effect of the linear transformation
   which is multiplication by An .
             y                     A2 (S)




                         A(S)

                   S

                                                                 x
Computing An with diagonalization
   Example (Worksheet Problem 4)
             1/2   3/2
   Let A =   3/2   1/2
                         . Find A100 .
Computing An with diagonalization
   Example (Worksheet Problem 4)
              1/2   3/2
   Let A =    3/2   1/2
                          . Find A100 .

   Solution
                                          1 1              2 0
   We know A = PDP−1 , where P =                 and D =        .
                                          1 −1             0 −1
Computing An with diagonalization
   Example (Worksheet Problem 4)
              1/2   3/2
   Let A =    3/2   1/2
                          . Find A100 .

   Solution
                                              1 1                     2 0
   We know A = PDP−1 , where P =                            and D =        .
                                              1 −1                    0 −1
   Now
       An = (PDP−1 )n = (PDP−1 )(PDP−1 ) · · · (PDP−1 )
                                                    n
                     −1         −1                  −1
          = PD(P          P)D(P      P) · · · D(P        P)DP−1 = PDn P−1

   And Dn is easy!
Computing An with diagonalization
   Example (Worksheet Problem 4)
                1/2   3/2
   Let A =      3/2   1/2
                            . Find A100 .

   Solution
                                                1 1                          2 0
   We know A = PDP−1 , where P =                                   and D =        .
                                                1 −1                         0 −1
   Now
       An = (PDP−1 )n = (PDP−1 )(PDP−1 ) · · · (PDP−1 )
                                                      n
                       −1         −1                  −1
            = PD(P          P)D(P      P) · · · D(P        P)DP−1 = PDn P−1

   And Dn is easy! So

            1    1 1          2100 0        1 1                1    2100 + 1 2100 − 1
   A100 =                                                  =
            2    1 −1          0   1        1 −1               2    2100 − 1 2100 + 1

Weitere ähnliche Inhalte

Was ist angesagt?

quadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdfquadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdfAngelle Pantig
 
Gaussian Elimination Method
Gaussian Elimination MethodGaussian Elimination Method
Gaussian Elimination MethodAndi Firdaus
 
Numerical solution of ordinary differential equations GTU CVNM PPT
Numerical solution of ordinary differential equations GTU CVNM PPTNumerical solution of ordinary differential equations GTU CVNM PPT
Numerical solution of ordinary differential equations GTU CVNM PPTPanchal Anand
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matricesAditya Vaishampayan
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
Multiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMultiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMeenakshisundaram N
 
Linear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuriaLinear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuriaDhiraj Singh
 
Solution of System of Linear Equations
Solution of System of Linear EquationsSolution of System of Linear Equations
Solution of System of Linear Equationsmofassair
 
Differential equations
Differential equationsDifferential equations
Differential equationsUzair Saiyed
 
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSNUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSnaveen kumar
 
Integration by Parts & by Partial Fractions
Integration by Parts & by Partial FractionsIntegration by Parts & by Partial Fractions
Integration by Parts & by Partial FractionsMuhammadAliSiddique1
 
Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equationsZunAib Ali
 
Numerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential EquationsNumerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential EquationsMeenakshisundaram N
 
Homogeneous Linear Differential Equations
 Homogeneous Linear Differential Equations Homogeneous Linear Differential Equations
Homogeneous Linear Differential EquationsAMINULISLAM439
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsaman1894
 

Was ist angesagt? (20)

quadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdfquadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdf
 
Gaussian Elimination Method
Gaussian Elimination MethodGaussian Elimination Method
Gaussian Elimination Method
 
Numerical solution of ordinary differential equations GTU CVNM PPT
Numerical solution of ordinary differential equations GTU CVNM PPTNumerical solution of ordinary differential equations GTU CVNM PPT
Numerical solution of ordinary differential equations GTU CVNM PPT
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
Multiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMultiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical Methods
 
Linear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuriaLinear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuria
 
Solution of System of Linear Equations
Solution of System of Linear EquationsSolution of System of Linear Equations
Solution of System of Linear Equations
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
Unit vi
Unit viUnit vi
Unit vi
 
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSNUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
 
Introduction to differential equation
Introduction to differential equationIntroduction to differential equation
Introduction to differential equation
 
Integration by Parts & by Partial Fractions
Integration by Parts & by Partial FractionsIntegration by Parts & by Partial Fractions
Integration by Parts & by Partial Fractions
 
Sor
SorSor
Sor
 
Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equations
 
Numerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential EquationsNumerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential Equations
 
Partial derivatives
Partial derivativesPartial derivatives
Partial derivatives
 
Separation of variables
Separation of variablesSeparation of variables
Separation of variables
 
Homogeneous Linear Differential Equations
 Homogeneous Linear Differential Equations Homogeneous Linear Differential Equations
Homogeneous Linear Differential Equations
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 

Andere mochten auch

Eigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationEigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationChristopher Gratton
 
Eighan values and diagonalization
Eighan values and diagonalization Eighan values and diagonalization
Eighan values and diagonalization gandhinagar
 
simultaneous block diagonalization of matrices
simultaneous block diagonalization of matricessimultaneous block diagonalization of matrices
simultaneous block diagonalization of matricestmaehara
 
Lesson 12: The Product and Quotient Rule
Lesson 12: The Product and Quotient RuleLesson 12: The Product and Quotient Rule
Lesson 12: The Product and Quotient RuleMatthew Leingang
 
Lesson 13: Rates of Change in Science
Lesson 13: Rates of Change in ScienceLesson 13: Rates of Change in Science
Lesson 13: Rates of Change in ScienceMatthew Leingang
 
Lesson05 Continuity Slides+Notes
Lesson05    Continuity Slides+NotesLesson05    Continuity Slides+Notes
Lesson05 Continuity Slides+NotesMatthew Leingang
 
Lesson 6: Continuity II, Infinite Limits
Lesson 6: Continuity II, Infinite LimitsLesson 6: Continuity II, Infinite Limits
Lesson 6: Continuity II, Infinite LimitsMatthew Leingang
 
Lesson 8: Tangents, Velocity, the Derivative
Lesson 8: Tangents, Velocity, the DerivativeLesson 8: Tangents, Velocity, the Derivative
Lesson 8: Tangents, Velocity, the DerivativeMatthew Leingang
 
Lesson 16 The Spectral Theorem and Applications
Lesson 16  The Spectral Theorem and ApplicationsLesson 16  The Spectral Theorem and Applications
Lesson 16 The Spectral Theorem and ApplicationsMatthew Leingang
 
Lesson05 Continuity Slides+Notes
Lesson05    Continuity Slides+NotesLesson05    Continuity Slides+Notes
Lesson05 Continuity Slides+NotesMatthew Leingang
 
Lesson 18: Geometric Representations of Functions
Lesson 18: Geometric Representations of FunctionsLesson 18: Geometric Representations of Functions
Lesson 18: Geometric Representations of FunctionsMatthew Leingang
 
Lesson 10: What does f' say about f?
Lesson 10: What does f' say about f?Lesson 10: What does f' say about f?
Lesson 10: What does f' say about f?Matthew Leingang
 
Lesson 9: The Derivative as a Function
Lesson 9: The Derivative  as  a FunctionLesson 9: The Derivative  as  a Function
Lesson 9: The Derivative as a FunctionMatthew Leingang
 
Lesson17: Functions Of Several Variables
Lesson17: Functions Of  Several  VariablesLesson17: Functions Of  Several  Variables
Lesson17: Functions Of Several VariablesMatthew Leingang
 
Lesson14: Derivatives of Trigonometric Functions
Lesson14: Derivatives of Trigonometric FunctionsLesson14: Derivatives of Trigonometric Functions
Lesson14: Derivatives of Trigonometric FunctionsMatthew Leingang
 
Lesson 7: Limits at Infinity
Lesson 7: Limits at InfinityLesson 7: Limits at Infinity
Lesson 7: Limits at InfinityMatthew Leingang
 

Andere mochten auch (20)

Eigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationEigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to Diagonalisation
 
Eighan values and diagonalization
Eighan values and diagonalization Eighan values and diagonalization
Eighan values and diagonalization
 
simultaneous block diagonalization of matrices
simultaneous block diagonalization of matricessimultaneous block diagonalization of matrices
simultaneous block diagonalization of matrices
 
Lesson 12: The Product and Quotient Rule
Lesson 12: The Product and Quotient RuleLesson 12: The Product and Quotient Rule
Lesson 12: The Product and Quotient Rule
 
Lesson 13: Rates of Change in Science
Lesson 13: Rates of Change in ScienceLesson 13: Rates of Change in Science
Lesson 13: Rates of Change in Science
 
Lesson05 Continuity Slides+Notes
Lesson05    Continuity Slides+NotesLesson05    Continuity Slides+Notes
Lesson05 Continuity Slides+Notes
 
Lesson 6: Continuity II, Infinite Limits
Lesson 6: Continuity II, Infinite LimitsLesson 6: Continuity II, Infinite Limits
Lesson 6: Continuity II, Infinite Limits
 
Lesson 5: Continuity
Lesson 5: ContinuityLesson 5: Continuity
Lesson 5: Continuity
 
Lesson 8: Tangents, Velocity, the Derivative
Lesson 8: Tangents, Velocity, the DerivativeLesson 8: Tangents, Velocity, the Derivative
Lesson 8: Tangents, Velocity, the Derivative
 
Lesson 15: The Chain Rule
Lesson 15: The Chain RuleLesson 15: The Chain Rule
Lesson 15: The Chain Rule
 
Lesson 16 The Spectral Theorem and Applications
Lesson 16  The Spectral Theorem and ApplicationsLesson 16  The Spectral Theorem and Applications
Lesson 16 The Spectral Theorem and Applications
 
Lesson05 Continuity Slides+Notes
Lesson05    Continuity Slides+NotesLesson05    Continuity Slides+Notes
Lesson05 Continuity Slides+Notes
 
Lesson 10: Inverses
Lesson 10: InversesLesson 10: Inverses
Lesson 10: Inverses
 
Lesson 18: Geometric Representations of Functions
Lesson 18: Geometric Representations of FunctionsLesson 18: Geometric Representations of Functions
Lesson 18: Geometric Representations of Functions
 
Lesson 10: What does f' say about f?
Lesson 10: What does f' say about f?Lesson 10: What does f' say about f?
Lesson 10: What does f' say about f?
 
Lesson 9: The Derivative as a Function
Lesson 9: The Derivative  as  a FunctionLesson 9: The Derivative  as  a Function
Lesson 9: The Derivative as a Function
 
Lesson17: Functions Of Several Variables
Lesson17: Functions Of  Several  VariablesLesson17: Functions Of  Several  Variables
Lesson17: Functions Of Several Variables
 
Lesson 19: Related Rates
Lesson 19: Related RatesLesson 19: Related Rates
Lesson 19: Related Rates
 
Lesson14: Derivatives of Trigonometric Functions
Lesson14: Derivatives of Trigonometric FunctionsLesson14: Derivatives of Trigonometric Functions
Lesson14: Derivatives of Trigonometric Functions
 
Lesson 7: Limits at Infinity
Lesson 7: Limits at InfinityLesson 7: Limits at Infinity
Lesson 7: Limits at Infinity
 

Mehr von Matthew Leingang

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-choiceMatthew Leingang
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsMatthew Leingang
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Matthew Leingang
 
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)Matthew Leingang
 
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)Matthew Leingang
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Matthew Leingang
 
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)Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Matthew Leingang
 
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)Matthew Leingang
 
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)Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Matthew Leingang
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Matthew Leingang
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Matthew Leingang
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Matthew Leingang
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Matthew Leingang
 
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)Matthew Leingang
 
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)Matthew Leingang
 

Mehr von 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)
 

Kürzlich hochgeladen

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 

Kürzlich hochgeladen (20)

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Lesson 15: Diagonalization

  • 1. Lesson 15 (S&H, Section 14.5) Diagonalization Math 20 October 24, 2007 Announcements Midterm done. Nice job! Problem Set 6 assigned today. Due October 31. OH: Mondays 1–2, Tuesdays 3–4, Wednesdays 1–3 (SC 323) Prob. Sess.: Sundays 6–7 (SC B-10), Tuesdays 1–2 (SC 116)
  • 2.
  • 3. Outline Concept Review Diagonalization Motivating Example Procedure Computations Uses of Diagonalization
  • 4. Concept Review Definition Let A be an n × n matrix. The number λ is called an eigenvalue of A if there exists a nonzero vector x ∈ Rn such that Ax = λx. (1) Every nonzero vector satisfying (1) is called an eigenvector of A associated with the eigenvalue λ.
  • 5. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y x
  • 6. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y v1 x
  • 7. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Av1 v1 x
  • 8. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Av1 v1 x v2
  • 9. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Av1 v2 v1 x v2
  • 10. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Av1 v2 v1 2e2 x v2
  • 11. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Av1 v2 v1 2e2 x v2
  • 12. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Av1 v2 v1 2e2 x v2
  • 13. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Ae2 Av1 v2 v1 2e2 x v2
  • 14. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Ae2 Av1 v2 v1 2e2 x v2
  • 15. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Ae2 Av1 v2 v1 2e2 x v2
  • 16. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by A. y Ae2 Av1 v2 v1 2e2 x v2
  • 17. Methods To find the eigenvalues of a matrix A, find the determinant of A − λI. This will be a polynomial in λ (called the characteristic polynomial of A, and its roots are the eigenvalues. To find the eigenvector(s) of a matrix corresponding to an eigenvalue λ, do Gaussian Elimination on A − λI.
  • 18. Outline Concept Review Diagonalization Motivating Example Procedure Computations Uses of Diagonalization
  • 19.
  • 20. The fact that we have eigenvectors corresponding to two different eigenvalues gives us the following: 1 1 1 1 1 1 A = A A = 2 −1 1 −1 1 −1 1 −1 P 1 1 2 0 = 1 −1 0 −1 D
  • 21. The fact that we have eigenvectors corresponding to two different eigenvalues gives us the following: 1 1 1 1 1 1 A = A A = 2 −1 1 −1 1 −1 1 −1 P 1 1 2 0 = 1 −1 0 −1 D So we have found a matrix P and a diagonal matrix D such that AP = PD
  • 22. The fact that we have eigenvectors corresponding to two different eigenvalues gives us the following: 1 1 1 1 1 1 A = A A = 2 −1 1 −1 1 −1 1 −1 P 1 1 2 0 = 1 −1 0 −1 D So we have found a matrix P and a diagonal matrix D such that AP = PD Since P is invertible (det P = −2), we have A = PDP−1
  • 23. Diagonalization Procedure Find the eigenvalues and eigenvectors. Arrange the eigenvectors in a matrix P and the corresponding eigenvalues in a diagonal matrix D. If you have “enough” eigenvectors so that the matrix P is square and invertible, the original matrix is diagonalizable and equal to PDP−1 .
  • 24. Outline Concept Review Diagonalization Motivating Example Procedure Computations Uses of Diagonalization
  • 25. Example Example (Worksheet Problem 1) Let 0 −2 A= . −3 1 Find an invertible matrix P and a diagonal matrix D such that A = PDP−1 .
  • 26. Example Example (Worksheet Problem 1) Let 0 −2 A= . −3 1 Find an invertible matrix P and a diagonal matrix D such that A = PDP−1 . Solution We found that −2 and 3 are the eigenvalues for A. The eigenvalue 1 −2 has an associated eigenvector , and the eigenvalue 3 has 1 −2 eigenvector . Thus 3 1 −2 −2 0 P= D= . 1 3 0 3
  • 27. Checking the Solution 1 −2 −2 0 P= D= . 1 3 0 3 Check this: We have 1 3 2 P−1 = . 5 −1 1 1 1 −2 −2 0 3 2 PDP−1 = 5 1 3 0 3 −1 1 1 1 −2 −6 −4 = 5 1 3 −3 3 1 0 −10 0 −2 = = . 5 −15 5 −3 1
  • 28. Example (Worksheet Problem 2) −7 4 Let B = . Find an invertible matrix P and a diagonal −9 5 matrix D such that B = PDP−1 .
  • 29. Example (Worksheet Problem 2) −7 4 Let B = . Find an invertible matrix P and a diagonal −9 5 matrix D such that B = PDP−1 . Solution The characteristic polynomial of B is (λ + 1)2 , which has the 2 double root −1. There is one eigenvector, , but nothing more. 3 So there is no diagonal D which works.
  • 30. Example (Worksheet Problem 3) 0 1 Let B = . Find an invertible matrix P and a diagonal −1 0 matrix D such that B = PDP−1 .
  • 31. Example (Worksheet Problem 3) 0 1 Let B = . Find an invertible matrix P and a diagonal −1 0 matrix D such that B = PDP−1 . Solution The characteristic polynomial of B is λ2 + 1, which has no real roots. The eigenvalues are i and −i. We could consider the complex eigenvectors i −i z1 = and z2 = 1 1 but scaling by a complex number is more complicated than it looks.
  • 32. Outline Concept Review Diagonalization Motivating Example Procedure Computations Uses of Diagonalization
  • 33. Geometric effects of powers of matrices Example 2 0 Let D = . Draw the effect of the linear transformation 0 −1 which is multiplication by Dn . y S x
  • 34. Geometric effects of powers of matrices Example 2 0 Let D = . Draw the effect of the linear transformation 0 −1 which is multiplication by Dn . y S x D(S)
  • 35. Geometric effects of powers of matrices Example 2 0 Let D = . Draw the effect of the linear transformation 0 −1 which is multiplication by Dn . y S D2 (S) x D(S)
  • 36. Geometric effects of powers of matrices Example 2 0 Let D = . Draw the effect of the linear transformation 0 −1 which is multiplication by Dn . y S D2 (S) x D(S) D3 (S)
  • 37. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by An . y S x
  • 38. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by An . y S x
  • 39. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by An . y A(S) S x
  • 40. Geometric effect of a non-diagonal linear transformation Example 1/2 3/2 Let A = 3/2 1/2 . Draw the effect of the linear transformation which is multiplication by An . y A2 (S) A(S) S x
  • 41. Computing An with diagonalization Example (Worksheet Problem 4) 1/2 3/2 Let A = 3/2 1/2 . Find A100 .
  • 42. Computing An with diagonalization Example (Worksheet Problem 4) 1/2 3/2 Let A = 3/2 1/2 . Find A100 . Solution 1 1 2 0 We know A = PDP−1 , where P = and D = . 1 −1 0 −1
  • 43. Computing An with diagonalization Example (Worksheet Problem 4) 1/2 3/2 Let A = 3/2 1/2 . Find A100 . Solution 1 1 2 0 We know A = PDP−1 , where P = and D = . 1 −1 0 −1 Now An = (PDP−1 )n = (PDP−1 )(PDP−1 ) · · · (PDP−1 ) n −1 −1 −1 = PD(P P)D(P P) · · · D(P P)DP−1 = PDn P−1 And Dn is easy!
  • 44. Computing An with diagonalization Example (Worksheet Problem 4) 1/2 3/2 Let A = 3/2 1/2 . Find A100 . Solution 1 1 2 0 We know A = PDP−1 , where P = and D = . 1 −1 0 −1 Now An = (PDP−1 )n = (PDP−1 )(PDP−1 ) · · · (PDP−1 ) n −1 −1 −1 = PD(P P)D(P P) · · · D(P P)DP−1 = PDn P−1 And Dn is easy! So 1 1 1 2100 0 1 1 1 2100 + 1 2100 − 1 A100 = = 2 1 −1 0 1 1 −1 2 2100 − 1 2100 + 1