SlideShare a Scribd company logo
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

More Related Content

What's hot

Pair of linear equations in 2 variables
Pair of linear equations in 2 variablesPair of linear equations in 2 variables
Pair of linear equations in 2 variables
geet bajaj
 
Tutorial 7 mth 3201
Tutorial 7 mth 3201Tutorial 7 mth 3201
Tutorial 7 mth 3201Drradz Maths
 
Tutorial 3 mth 3201
Tutorial 3 mth 3201Tutorial 3 mth 3201
Tutorial 3 mth 3201Drradz Maths
 
Evaluating Algebraic Expression
Evaluating Algebraic ExpressionEvaluating Algebraic Expression
Evaluating Algebraic Expression
Free Math Powerpoints
 
Direct Variation
Direct VariationDirect Variation
Direct Variationswartzje
 
COMBINED VARIATION.pptx
COMBINED VARIATION.pptxCOMBINED VARIATION.pptx
COMBINED VARIATION.pptx
jennytuazon01630
 
Functions
FunctionsFunctions
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
Mark Ryder
 
Rational Exponents
Rational ExponentsRational Exponents
Rational ExponentsPhil Saraspe
 
Inverse Variation (Mathematics 9)
Inverse Variation (Mathematics 9)Inverse Variation (Mathematics 9)
Inverse Variation (Mathematics 9)
BevBeverlyGelbolingo
 
Quadratic Equation and discriminant
Quadratic Equation and discriminantQuadratic Equation and discriminant
Quadratic Equation and discriminantswartzje
 
Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variables
avb public school
 
direct and inverse variations
direct and inverse variationsdirect and inverse variations
direct and inverse variations
Manpreet Singh
 
Solving Equations Involving Radical Expressions
Solving Equations Involving Radical ExpressionsSolving Equations Involving Radical Expressions
Solving Equations Involving Radical Expressions
Cipriano De Leon
 
First Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic EquationFirst Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic Equation
Ver Louie Gautani
 
Direct and Inverse variations
Direct and Inverse variationsDirect and Inverse variations
Direct and Inverse variationsswartzje
 
Graphing quadratic equations
Graphing quadratic equationsGraphing quadratic equations
Graphing quadratic equationsswartzje
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function PresentationRyanWatt
 
Graphing Quadratic Functions in Standard Form
Graphing Quadratic Functions in Standard FormGraphing Quadratic Functions in Standard Form
Graphing Quadratic Functions in Standard Form
cmorgancavo
 
Tutorial 6 mth 3201
Tutorial 6 mth 3201Tutorial 6 mth 3201
Tutorial 6 mth 3201Drradz Maths
 

What's hot (20)

Pair of linear equations in 2 variables
Pair of linear equations in 2 variablesPair of linear equations in 2 variables
Pair of linear equations in 2 variables
 
Tutorial 7 mth 3201
Tutorial 7 mth 3201Tutorial 7 mth 3201
Tutorial 7 mth 3201
 
Tutorial 3 mth 3201
Tutorial 3 mth 3201Tutorial 3 mth 3201
Tutorial 3 mth 3201
 
Evaluating Algebraic Expression
Evaluating Algebraic ExpressionEvaluating Algebraic Expression
Evaluating Algebraic Expression
 
Direct Variation
Direct VariationDirect Variation
Direct Variation
 
COMBINED VARIATION.pptx
COMBINED VARIATION.pptxCOMBINED VARIATION.pptx
COMBINED VARIATION.pptx
 
Functions
FunctionsFunctions
Functions
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Rational Exponents
Rational ExponentsRational Exponents
Rational Exponents
 
Inverse Variation (Mathematics 9)
Inverse Variation (Mathematics 9)Inverse Variation (Mathematics 9)
Inverse Variation (Mathematics 9)
 
Quadratic Equation and discriminant
Quadratic Equation and discriminantQuadratic Equation and discriminant
Quadratic Equation and discriminant
 
Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variables
 
direct and inverse variations
direct and inverse variationsdirect and inverse variations
direct and inverse variations
 
Solving Equations Involving Radical Expressions
Solving Equations Involving Radical ExpressionsSolving Equations Involving Radical Expressions
Solving Equations Involving Radical Expressions
 
First Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic EquationFirst Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic Equation
 
Direct and Inverse variations
Direct and Inverse variationsDirect and Inverse variations
Direct and Inverse variations
 
Graphing quadratic equations
Graphing quadratic equationsGraphing quadratic equations
Graphing quadratic equations
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
 
Graphing Quadratic Functions in Standard Form
Graphing Quadratic Functions in Standard FormGraphing Quadratic Functions in Standard Form
Graphing Quadratic Functions in Standard Form
 
Tutorial 6 mth 3201
Tutorial 6 mth 3201Tutorial 6 mth 3201
Tutorial 6 mth 3201
 

Viewers also liked

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 Rule
Matthew 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 Science
Matthew 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 Functions
Matthew 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 Variables
Matthew Leingang
 
Lesson14: Derivatives of Trigonometric Functions
Lesson14: Derivatives of Trigonometric FunctionsLesson14: Derivatives of Trigonometric Functions
Lesson14: Derivatives of Trigonometric Functions
Matthew Leingang
 
Lesson 7: Limits at Infinity
Lesson 7: Limits at InfinityLesson 7: Limits at Infinity
Lesson 7: Limits at InfinityMatthew Leingang
 

Viewers also liked (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
 

More from Matthew Leingang

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
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-choice
Matthew Leingang
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
Matthew 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
 

More from 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)
 

Recently uploaded

Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 

Recently uploaded (20)

Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 

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