SlideShare une entreprise Scribd logo
1  sur  17
MATHEMATICAL METHODS
CONTENTS
•   Matrices and Linear systems of equations
•   Eigen values and eigen vectors
•   Real and complex matrices and Quadratic forms
•   Algebraic equations transcendental equations and
    Interpolation
•   Curve Fitting, numerical differentiation & integration
•   Numerical differentiation of O.D.E
•   Fourier series and Fourier transforms
•   Partial differential equation and Z-transforms
TEXT BOOKS
• 1.Mathematical Methods, T.K.V.Iyengar, B.Krishna
  Gandhi and others, S.Chand and company
• Mathematical Methods, C.Sankaraiah, V.G.S.Book
  links.
• A text book of Mathametical Methods,
  V.Ravindranath, A.Vijayalakshmi, Himalaya
  Publishers.
• A text book of Mathametical Methods, Shahnaz
  Bathul, Right Publishers.
REFERENCES
• 1. A text book of Engineering Mathematics,
  B.V.Ramana, Tata Mc Graw Hill.
• 2.Advanced Engineering Mathematics, Irvin Kreyszig
  Wiley India Pvt Ltd.
• 3. Numerical Methods for scientific and Engineering
  computation, M.K.Jain, S.R.K.Iyengar and R.K.Jain,
  New Age International Publishers
• Elementary Numerical Analysis, Aitkison and Han,
  Wiley India, 3rd Edition, 2006.
UNIT HEADER
       Name of the Course:B.Tech
          Code No:07A1BS02
Year/Branch:I Year CSE,IT,ECE,EEE,ME,
               Unit No: I I
             No.of slides:17
UNIT INDEX
                      UNIT-II
S.No.          Module          Lecture   PPT Slide
                               No.       No.
  1     Eigenvalues,Eigenve L1-4         8-11
        ctors,properties.
  2     Diagonalisation of a   L5-7      12-14
        matrix
  3     Cayley-Hamilton        L8-9      15-17
        theorem and its
        inverse
UNIT-II

EIGEN VALUES AND EIGEN
       VECTORS
LECTURE-1
Characteristic matrix: Let A be a square matrix of order n
 then the matrix (A-λI) is called Charecteristic matrix of
A.where A= the unit matrix of order n and λ is any scalar
          I is
  Ex: Let           1 2 
                       then
                    
                    3 4
                        
      A- λI=    1 − λ  2  is the characteristic matrix of A
                
                3        
                      4−λ
                          
Characteristic polynomial: Let A be square matrix of order n then | A- λI|
  is called characteristic polynomial of A
                    1 − 2 
                    
                    4     
   Ex: Let A=
                        1
          then | A- λI| = λ2-2λ+9 is the characteristic polynomial of A
Characteristic equation: Let A be square matrix of order n then
| A- λI|=0 is called characteristic equation of A
            1 − 2 
            
            4 1  
 Ex: Let A=       


          then | A- λI| = λ2-2λ+9=0 is the characteristic equation of A
Eigen values: The roots of the characteristic equation | A- λI|=0 are
  called the eigen 1 
              2 values
Ex: Let A=          then | A- λI|=λ2-6λ+5=0
                     
             3 4

   Therefore λ=1,5 are the eigen values of the matrix A
•                       LECTURE-2
• Eigen vector: If λ is an eigen value of the square matrix A. If
  there exists a non- zero vector X such that AX=λX is said to be
  eigen vector corresponding to eigen value λ of a square matrix A

• Eigen vector must be a non-zero vector

• If λ is an eigen value of matrix A if and only if there exists a
  non-zero vector X such that AX=λX

• I f X is an eigen vector of a matrix A corresponding to the eigen
  value λ, then kX is also an eigen vector of A corresponding to the
  same eigen vector λ. K is a non zero scalar.
LECTURE-3
   Properties of eigen values and eigen
                  vectors
• The matrices A and AT have the same eigen values.

• If λ1, λ2,…..λn are the eigen values of A then
  1/ λ1, 1/λ2 ……1/λn are the eigen values of A-1.


• If λ1, λ2,…..λn are the eigen values of A then λ1k, λ2k,…..λnk are
  the eigen values of Ak.

• If λ is the eigen value of a non singular matrix A, then |A|/λ is
  the eigen value of A.
•                   LECTURE-4
• The sum of the eigen values of a matrix is the trace of
  the matrix

• If λ is the eigen value of A then the eigen values of
  B= aoA2+ a1A+a2I is aoλ2+a1λ+a2.
  Similar Matrices : Two matrices A&B are said to be
  similar if their exists an invertable matrix P such
  that B=P-1AP.

 Eigen values of two similar matrices are same

 If A & B are square matrices and if A is invertable then the
  matrices A-1B & BA-1 have the same eigen values
LECTURE-5
Diagonalization of a matrix: If a square matrix A of order
  n has n eigen vectors X1, X2 ………..Xn
  Corresponding to n eigen values λ1, λ2… λn respectively
  then a matrix P can be found such that
  P-1AP is a diagonal matrix
 i.e., P-1AP=D.

Modal and spectral matrices: The matrix P in the above
 result which diagonalize in the square matrix A is called
 the modal matrix of A and the resulting diagonal matrix
 D is known as spectral matrix.
LECTURE-6
Calculation of power of matrix: We can obtain the
  powers of a matrix by using diagonalization.

  Let A be the square matrix. Then a non singular matrix P
  can be found such that
  D=P-1AP
  D2=P-1A2P     A2=PD2P-1
  D3=P-1A3P     A3=PD3P-1
             ⇒
  ………………………………………
             ⇒ n n -1
  ………………………………………
              ⇒
  Dn=P-1AnP      A =PD P

             ⇒
LECTURE-7
Matrix Polynomial: An expression of the form
F(x)=A0+A1X+A2X2+…..Am Xm ≠0, Where
A0,A1,A2,…..Am are matrices each of order n is called
a matrix polynomial of degree m.

The matrices themselves are matric polynomials of degree
  zero

Equality of matrix polynomials: Two matrix
  polynomials are equal if and only if the coefficients of
  like powers of x are the same.
LECTURE-8
        CAYLEY-HAMILTON THEOREM
Statement: Every square matrix satisfies its own
  characteristic equation.

Let A be square matrix of order n then |A-λI|=0 is the
  characteristic equation of A.
|A-λI|=(-1)n[λn+a1 λn-1+a2λn-2+….+an]
Put λ=A then
    =|(-1)n[An+a1 An-1+a2An-2+….+anI]=0
    = [An+a1 An-1+a2An-2+….+anI]= 0 which
implies that A satisfies its characteristic equation.
LECTURE-9
Determination of A-1 using Cayley-Hamilton
 theorem.
A satisfies it characteristic equation
     =(-1)n[An+a1 An-1+a2An-2+….+anI]=0
     = [An+a1 An-1+a2An-2+….+anI]=0
     =A-1 [An+a1 An-1+a2An-2+….+anI]= 0
If A is nonsingular, then we have
    anA-1=-[An+a1 An-1+a2An-2+….+anI]
      A-1=-1/an[An+a1 An-1+a2An-2+….+anI]

Contenu connexe

Tendances

Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectorsRiddhi Patel
 
derogatory and non derogatory matrices
derogatory and non derogatory matricesderogatory and non derogatory matrices
derogatory and non derogatory matricesKomal Singh
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringshubham211
 
Eigenvalues and Eigenvectors
Eigenvalues and EigenvectorsEigenvalues and Eigenvectors
Eigenvalues and EigenvectorsVinod Srivastava
 
Eigenvalues and eigenvectors
Eigenvalues and eigenvectorsEigenvalues and eigenvectors
Eigenvalues and eigenvectorsiraq
 
Applied numerical methods lec13
Applied numerical methods lec13Applied numerical methods lec13
Applied numerical methods lec13Yasser Ahmed
 
Numerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen valuesNumerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen valuesDr. Nirav Vyas
 
Eigenvalue problems .ppt
Eigenvalue problems .pptEigenvalue problems .ppt
Eigenvalue problems .pptSelf-employed
 
Solution to linear equhgations
Solution to linear equhgationsSolution to linear equhgations
Solution to linear equhgationsRobin Singh
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectorstirath prajapati
 
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)Prasanth George
 
Lecture 9 eigenvalues - 5-1 & 5-2
Lecture 9   eigenvalues -  5-1 & 5-2Lecture 9   eigenvalues -  5-1 & 5-2
Lecture 9 eigenvalues - 5-1 & 5-2njit-ronbrown
 
Numerical solution of eigenvalues and applications 2
Numerical solution of eigenvalues and applications 2Numerical solution of eigenvalues and applications 2
Numerical solution of eigenvalues and applications 2SamsonAjibola
 
Eigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationEigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationChristopher Gratton
 
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...Ceni Babaoglu, PhD
 
Lecture 11 diagonalization & complex eigenvalues - 5-3 & 5-5
Lecture  11   diagonalization & complex eigenvalues -  5-3 & 5-5Lecture  11   diagonalization & complex eigenvalues -  5-3 & 5-5
Lecture 11 diagonalization & complex eigenvalues - 5-3 & 5-5njit-ronbrown
 
Null space, Rank and nullity theorem
Null space, Rank and nullity theoremNull space, Rank and nullity theorem
Null space, Rank and nullity theoremRonak Machhi
 

Tendances (20)

Eigenvalues
EigenvaluesEigenvalues
Eigenvalues
 
Power method
Power methodPower method
Power method
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectors
 
derogatory and non derogatory matrices
derogatory and non derogatory matricesderogatory and non derogatory matrices
derogatory and non derogatory matrices
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineering
 
Eigenvalues and Eigenvectors
Eigenvalues and EigenvectorsEigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
 
eigenvalue
eigenvalueeigenvalue
eigenvalue
 
Eigenvalues and eigenvectors
Eigenvalues and eigenvectorsEigenvalues and eigenvectors
Eigenvalues and eigenvectors
 
Applied numerical methods lec13
Applied numerical methods lec13Applied numerical methods lec13
Applied numerical methods lec13
 
Numerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen valuesNumerical Methods - Power Method for Eigen values
Numerical Methods - Power Method for Eigen values
 
Eigenvalue problems .ppt
Eigenvalue problems .pptEigenvalue problems .ppt
Eigenvalue problems .ppt
 
Solution to linear equhgations
Solution to linear equhgationsSolution to linear equhgations
Solution to linear equhgations
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectors
 
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
 
Lecture 9 eigenvalues - 5-1 & 5-2
Lecture 9   eigenvalues -  5-1 & 5-2Lecture 9   eigenvalues -  5-1 & 5-2
Lecture 9 eigenvalues - 5-1 & 5-2
 
Numerical solution of eigenvalues and applications 2
Numerical solution of eigenvalues and applications 2Numerical solution of eigenvalues and applications 2
Numerical solution of eigenvalues and applications 2
 
Eigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationEigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to Diagonalisation
 
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
 
Lecture 11 diagonalization & complex eigenvalues - 5-3 & 5-5
Lecture  11   diagonalization & complex eigenvalues -  5-3 & 5-5Lecture  11   diagonalization & complex eigenvalues -  5-3 & 5-5
Lecture 11 diagonalization & complex eigenvalues - 5-3 & 5-5
 
Null space, Rank and nullity theorem
Null space, Rank and nullity theoremNull space, Rank and nullity theorem
Null space, Rank and nullity theorem
 

En vedette

Applications of the surface finite element method
Applications of the surface finite element methodApplications of the surface finite element method
Applications of the surface finite element methodtr1987
 
Finite element method in crane structural failure analysis & rectification (T...
Finite element method in crane structural failure analysis & rectification (T...Finite element method in crane structural failure analysis & rectification (T...
Finite element method in crane structural failure analysis & rectification (T...Portek International Pte Ltd
 
Analysis of rc bridge decks for selected national a nd internationalstandard ...
Analysis of rc bridge decks for selected national a nd internationalstandard ...Analysis of rc bridge decks for selected national a nd internationalstandard ...
Analysis of rc bridge decks for selected national a nd internationalstandard ...eSAT Journals
 
Solution of engineering problems
Solution of engineering problemsSolution of engineering problems
Solution of engineering problemsGiridhar D
 
Lecture 1 test
Lecture 1 testLecture 1 test
Lecture 1 testfalcarragh
 
Fem in geotech engineering
Fem in geotech engineeringFem in geotech engineering
Fem in geotech engineeringJEET TRIVEDI
 
To Experimental Study of Comparison and Development of Design for Rigid Pavem...
To Experimental Study of Comparison and Development of Design for Rigid Pavem...To Experimental Study of Comparison and Development of Design for Rigid Pavem...
To Experimental Study of Comparison and Development of Design for Rigid Pavem...Agriculture Journal IJOEAR
 
Finite element method
Finite element methodFinite element method
Finite element methodMANISH RANJAN
 
Analysis of rc bridge decks for selected national a nd internationalstandard ...
Analysis of rc bridge decks for selected national a nd internationalstandard ...Analysis of rc bridge decks for selected national a nd internationalstandard ...
Analysis of rc bridge decks for selected national a nd internationalstandard ...eSAT Journals
 
M9 presentation to president 1 6-12
M9 presentation to president 1 6-12M9 presentation to president 1 6-12
M9 presentation to president 1 6-12giap0083
 
Finite element week 1
Finite element week 1Finite element week 1
Finite element week 1Charlton Inao
 
partial diffrentialequations
partial diffrentialequationspartial diffrentialequations
partial diffrentialequations8laddu8
 
Introduction to finite element method(fem)
Introduction to finite element method(fem)Introduction to finite element method(fem)
Introduction to finite element method(fem)Sreekanth G
 
Analysis of R.C Deep Beam by Finite Element Method
Analysis of R.C Deep Beam by Finite Element MethodAnalysis of R.C Deep Beam by Finite Element Method
Analysis of R.C Deep Beam by Finite Element MethodIJMER
 
Non Linear Finite Element Method of Analysis of Reinforced Concrete Deep Beam
Non Linear Finite Element Method of Analysis of Reinforced Concrete Deep BeamNon Linear Finite Element Method of Analysis of Reinforced Concrete Deep Beam
Non Linear Finite Element Method of Analysis of Reinforced Concrete Deep BeamIJMER
 

En vedette (18)

Applications of the surface finite element method
Applications of the surface finite element methodApplications of the surface finite element method
Applications of the surface finite element method
 
Finite element method in crane structural failure analysis & rectification (T...
Finite element method in crane structural failure analysis & rectification (T...Finite element method in crane structural failure analysis & rectification (T...
Finite element method in crane structural failure analysis & rectification (T...
 
Analysis of rc bridge decks for selected national a nd internationalstandard ...
Analysis of rc bridge decks for selected national a nd internationalstandard ...Analysis of rc bridge decks for selected national a nd internationalstandard ...
Analysis of rc bridge decks for selected national a nd internationalstandard ...
 
Solution of engineering problems
Solution of engineering problemsSolution of engineering problems
Solution of engineering problems
 
Lecture 1 test
Lecture 1 testLecture 1 test
Lecture 1 test
 
Fem in geotech engineering
Fem in geotech engineeringFem in geotech engineering
Fem in geotech engineering
 
To Experimental Study of Comparison and Development of Design for Rigid Pavem...
To Experimental Study of Comparison and Development of Design for Rigid Pavem...To Experimental Study of Comparison and Development of Design for Rigid Pavem...
To Experimental Study of Comparison and Development of Design for Rigid Pavem...
 
Boundary Value Problems
Boundary Value ProblemsBoundary Value Problems
Boundary Value Problems
 
Finite element method
Finite element methodFinite element method
Finite element method
 
Analysis of rc bridge decks for selected national a nd internationalstandard ...
Analysis of rc bridge decks for selected national a nd internationalstandard ...Analysis of rc bridge decks for selected national a nd internationalstandard ...
Analysis of rc bridge decks for selected national a nd internationalstandard ...
 
EIA M9 highway
EIA M9 highwayEIA M9 highway
EIA M9 highway
 
M9 presentation to president 1 6-12
M9 presentation to president 1 6-12M9 presentation to president 1 6-12
M9 presentation to president 1 6-12
 
Finite element week 1
Finite element week 1Finite element week 1
Finite element week 1
 
partial diffrentialequations
partial diffrentialequationspartial diffrentialequations
partial diffrentialequations
 
Finite Element Method
Finite Element MethodFinite Element Method
Finite Element Method
 
Introduction to finite element method(fem)
Introduction to finite element method(fem)Introduction to finite element method(fem)
Introduction to finite element method(fem)
 
Analysis of R.C Deep Beam by Finite Element Method
Analysis of R.C Deep Beam by Finite Element MethodAnalysis of R.C Deep Beam by Finite Element Method
Analysis of R.C Deep Beam by Finite Element Method
 
Non Linear Finite Element Method of Analysis of Reinforced Concrete Deep Beam
Non Linear Finite Element Method of Analysis of Reinforced Concrete Deep BeamNon Linear Finite Element Method of Analysis of Reinforced Concrete Deep Beam
Non Linear Finite Element Method of Analysis of Reinforced Concrete Deep Beam
 

Similaire à Unit ii

Applied Mathematics 3 Matrices.pdf
Applied Mathematics 3 Matrices.pdfApplied Mathematics 3 Matrices.pdf
Applied Mathematics 3 Matrices.pdfPrasadBaravkar1
 
Eigen valus n vectors
Eigen valus n vectors Eigen valus n vectors
Eigen valus n vectors vadher manish
 
eigenvalueandeigenvector72-80-160505220126 (1).pdf
eigenvalueandeigenvector72-80-160505220126 (1).pdfeigenvalueandeigenvector72-80-160505220126 (1).pdf
eigenvalueandeigenvector72-80-160505220126 (1).pdfSunny432360
 
MATHEMATICS Lecture lesson helpful 12.pptx
MATHEMATICS Lecture lesson helpful 12.pptxMATHEMATICS Lecture lesson helpful 12.pptx
MATHEMATICS Lecture lesson helpful 12.pptxPangalanTotoo
 
Sec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptxSec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptxMohammedZahid47
 
Eighan values and diagonalization
Eighan values and diagonalization Eighan values and diagonalization
Eighan values and diagonalization gandhinagar
 
5-eigenvalues_and_eigenvectors.pptx
5-eigenvalues_and_eigenvectors.pptx5-eigenvalues_and_eigenvectors.pptx
5-eigenvalues_and_eigenvectors.pptxMalligaarjunanN
 
Diagonalization of matrix
Diagonalization of matrixDiagonalization of matrix
Diagonalization of matrixVANDANASAINI29
 
Diagonalization of Matrices
Diagonalization of MatricesDiagonalization of Matrices
Diagonalization of MatricesAmenahGondal1
 
5-eigenvalues_and_eigenvectors.ppt
5-eigenvalues_and_eigenvectors.ppt5-eigenvalues_and_eigenvectors.ppt
5-eigenvalues_and_eigenvectors.pptMalligaarjunanN
 
intruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptxintruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptxShaukatAliChaudhry1
 
Eigen values and Eigen vectors ppt world
Eigen values and Eigen vectors ppt worldEigen values and Eigen vectors ppt world
Eigen values and Eigen vectors ppt worldraykoustav145
 

Similaire à Unit ii (20)

Applied Mathematics 3 Matrices.pdf
Applied Mathematics 3 Matrices.pdfApplied Mathematics 3 Matrices.pdf
Applied Mathematics 3 Matrices.pdf
 
DOC-20231230-WA0001..pdf
DOC-20231230-WA0001..pdfDOC-20231230-WA0001..pdf
DOC-20231230-WA0001..pdf
 
Unit i
Unit iUnit i
Unit i
 
Eigen valus n vectors
Eigen valus n vectors Eigen valus n vectors
Eigen valus n vectors
 
eigenvalueandeigenvector72-80-160505220126 (1).pdf
eigenvalueandeigenvector72-80-160505220126 (1).pdfeigenvalueandeigenvector72-80-160505220126 (1).pdf
eigenvalueandeigenvector72-80-160505220126 (1).pdf
 
eigen_values.pptx
eigen_values.pptxeigen_values.pptx
eigen_values.pptx
 
MATHEMATICS Lecture lesson helpful 12.pptx
MATHEMATICS Lecture lesson helpful 12.pptxMATHEMATICS Lecture lesson helpful 12.pptx
MATHEMATICS Lecture lesson helpful 12.pptx
 
Sec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptxSec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptx
 
Eighan values and diagonalization
Eighan values and diagonalization Eighan values and diagonalization
Eighan values and diagonalization
 
Lecture_06_Part_1.ppt
Lecture_06_Part_1.pptLecture_06_Part_1.ppt
Lecture_06_Part_1.ppt
 
5-eigenvalues_and_eigenvectors.pptx
5-eigenvalues_and_eigenvectors.pptx5-eigenvalues_and_eigenvectors.pptx
5-eigenvalues_and_eigenvectors.pptx
 
Linear Algebra
Linear AlgebraLinear Algebra
Linear Algebra
 
Diagonalization of matrix
Diagonalization of matrixDiagonalization of matrix
Diagonalization of matrix
 
Diagonalization of Matrices
Diagonalization of MatricesDiagonalization of Matrices
Diagonalization of Matrices
 
5-eigenvalues_and_eigenvectors.ppt
5-eigenvalues_and_eigenvectors.ppt5-eigenvalues_and_eigenvectors.ppt
5-eigenvalues_and_eigenvectors.ppt
 
intruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptxintruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptx
 
Matrix_PPT.pptx
Matrix_PPT.pptxMatrix_PPT.pptx
Matrix_PPT.pptx
 
Matrix_PPT.pptx
Matrix_PPT.pptxMatrix_PPT.pptx
Matrix_PPT.pptx
 
Eigen values and Eigen vectors ppt world
Eigen values and Eigen vectors ppt worldEigen values and Eigen vectors ppt world
Eigen values and Eigen vectors ppt world
 
saket.ppt
saket.pptsaket.ppt
saket.ppt
 

Plus de mrecedu

Brochure final
Brochure finalBrochure final
Brochure finalmrecedu
 
Filters unit iii
Filters unit iiiFilters unit iii
Filters unit iiimrecedu
 
Attenuator unit iv
Attenuator unit ivAttenuator unit iv
Attenuator unit ivmrecedu
 
Two port networks unit ii
Two port networks unit iiTwo port networks unit ii
Two port networks unit iimrecedu
 
Unit4 (2)
Unit4 (2)Unit4 (2)
Unit4 (2)mrecedu
 
Unit5 (2)
Unit5 (2)Unit5 (2)
Unit5 (2)mrecedu
 
Unit6 jwfiles
Unit6 jwfilesUnit6 jwfiles
Unit6 jwfilesmrecedu
 
Unit3 jwfiles
Unit3 jwfilesUnit3 jwfiles
Unit3 jwfilesmrecedu
 
Unit2 jwfiles
Unit2 jwfilesUnit2 jwfiles
Unit2 jwfilesmrecedu
 
Unit1 jwfiles
Unit1 jwfilesUnit1 jwfiles
Unit1 jwfilesmrecedu
 
Unit7 jwfiles
Unit7 jwfilesUnit7 jwfiles
Unit7 jwfilesmrecedu
 
M1 unit vi-jntuworld
M1 unit vi-jntuworldM1 unit vi-jntuworld
M1 unit vi-jntuworldmrecedu
 
M1 unit v-jntuworld
M1 unit v-jntuworldM1 unit v-jntuworld
M1 unit v-jntuworldmrecedu
 
M1 unit iv-jntuworld
M1 unit iv-jntuworldM1 unit iv-jntuworld
M1 unit iv-jntuworldmrecedu
 
M1 unit iii-jntuworld
M1 unit iii-jntuworldM1 unit iii-jntuworld
M1 unit iii-jntuworldmrecedu
 
M1 unit ii-jntuworld
M1 unit ii-jntuworldM1 unit ii-jntuworld
M1 unit ii-jntuworldmrecedu
 

Plus de mrecedu (20)

Brochure final
Brochure finalBrochure final
Brochure final
 
Unit i
Unit iUnit i
Unit i
 
Filters unit iii
Filters unit iiiFilters unit iii
Filters unit iii
 
Attenuator unit iv
Attenuator unit ivAttenuator unit iv
Attenuator unit iv
 
Two port networks unit ii
Two port networks unit iiTwo port networks unit ii
Two port networks unit ii
 
Unit 8
Unit 8Unit 8
Unit 8
 
Unit4 (2)
Unit4 (2)Unit4 (2)
Unit4 (2)
 
Unit5
Unit5Unit5
Unit5
 
Unit4
Unit4Unit4
Unit4
 
Unit5 (2)
Unit5 (2)Unit5 (2)
Unit5 (2)
 
Unit6 jwfiles
Unit6 jwfilesUnit6 jwfiles
Unit6 jwfiles
 
Unit3 jwfiles
Unit3 jwfilesUnit3 jwfiles
Unit3 jwfiles
 
Unit2 jwfiles
Unit2 jwfilesUnit2 jwfiles
Unit2 jwfiles
 
Unit1 jwfiles
Unit1 jwfilesUnit1 jwfiles
Unit1 jwfiles
 
Unit7 jwfiles
Unit7 jwfilesUnit7 jwfiles
Unit7 jwfiles
 
M1 unit vi-jntuworld
M1 unit vi-jntuworldM1 unit vi-jntuworld
M1 unit vi-jntuworld
 
M1 unit v-jntuworld
M1 unit v-jntuworldM1 unit v-jntuworld
M1 unit v-jntuworld
 
M1 unit iv-jntuworld
M1 unit iv-jntuworldM1 unit iv-jntuworld
M1 unit iv-jntuworld
 
M1 unit iii-jntuworld
M1 unit iii-jntuworldM1 unit iii-jntuworld
M1 unit iii-jntuworld
 
M1 unit ii-jntuworld
M1 unit ii-jntuworldM1 unit ii-jntuworld
M1 unit ii-jntuworld
 

Dernier

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
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
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
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
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
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Dernier (20)

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
 
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...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
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
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Unit ii

  • 2. CONTENTS • Matrices and Linear systems of equations • Eigen values and eigen vectors • Real and complex matrices and Quadratic forms • Algebraic equations transcendental equations and Interpolation • Curve Fitting, numerical differentiation & integration • Numerical differentiation of O.D.E • Fourier series and Fourier transforms • Partial differential equation and Z-transforms
  • 3. TEXT BOOKS • 1.Mathematical Methods, T.K.V.Iyengar, B.Krishna Gandhi and others, S.Chand and company • Mathematical Methods, C.Sankaraiah, V.G.S.Book links. • A text book of Mathametical Methods, V.Ravindranath, A.Vijayalakshmi, Himalaya Publishers. • A text book of Mathametical Methods, Shahnaz Bathul, Right Publishers.
  • 4. REFERENCES • 1. A text book of Engineering Mathematics, B.V.Ramana, Tata Mc Graw Hill. • 2.Advanced Engineering Mathematics, Irvin Kreyszig Wiley India Pvt Ltd. • 3. Numerical Methods for scientific and Engineering computation, M.K.Jain, S.R.K.Iyengar and R.K.Jain, New Age International Publishers • Elementary Numerical Analysis, Aitkison and Han, Wiley India, 3rd Edition, 2006.
  • 5. UNIT HEADER Name of the Course:B.Tech Code No:07A1BS02 Year/Branch:I Year CSE,IT,ECE,EEE,ME, Unit No: I I No.of slides:17
  • 6. UNIT INDEX UNIT-II S.No. Module Lecture PPT Slide No. No. 1 Eigenvalues,Eigenve L1-4 8-11 ctors,properties. 2 Diagonalisation of a L5-7 12-14 matrix 3 Cayley-Hamilton L8-9 15-17 theorem and its inverse
  • 7. UNIT-II EIGEN VALUES AND EIGEN VECTORS
  • 8. LECTURE-1 Characteristic matrix: Let A be a square matrix of order n then the matrix (A-λI) is called Charecteristic matrix of A.where A= the unit matrix of order n and λ is any scalar I is Ex: Let 1 2  then  3 4   A- λI= 1 − λ 2  is the characteristic matrix of A  3   4−λ  Characteristic polynomial: Let A be square matrix of order n then | A- λI| is called characteristic polynomial of A 1 − 2   4  Ex: Let A=  1 then | A- λI| = λ2-2λ+9 is the characteristic polynomial of A
  • 9. Characteristic equation: Let A be square matrix of order n then | A- λI|=0 is called characteristic equation of A 1 − 2   4 1  Ex: Let A=   then | A- λI| = λ2-2λ+9=0 is the characteristic equation of A Eigen values: The roots of the characteristic equation | A- λI|=0 are called the eigen 1   2 values Ex: Let A=    then | A- λI|=λ2-6λ+5=0  3 4 Therefore λ=1,5 are the eigen values of the matrix A
  • 10. LECTURE-2 • Eigen vector: If λ is an eigen value of the square matrix A. If there exists a non- zero vector X such that AX=λX is said to be eigen vector corresponding to eigen value λ of a square matrix A • Eigen vector must be a non-zero vector • If λ is an eigen value of matrix A if and only if there exists a non-zero vector X such that AX=λX • I f X is an eigen vector of a matrix A corresponding to the eigen value λ, then kX is also an eigen vector of A corresponding to the same eigen vector λ. K is a non zero scalar.
  • 11. LECTURE-3 Properties of eigen values and eigen vectors • The matrices A and AT have the same eigen values. • If λ1, λ2,…..λn are the eigen values of A then 1/ λ1, 1/λ2 ……1/λn are the eigen values of A-1. • If λ1, λ2,…..λn are the eigen values of A then λ1k, λ2k,…..λnk are the eigen values of Ak. • If λ is the eigen value of a non singular matrix A, then |A|/λ is the eigen value of A.
  • 12. LECTURE-4 • The sum of the eigen values of a matrix is the trace of the matrix • If λ is the eigen value of A then the eigen values of B= aoA2+ a1A+a2I is aoλ2+a1λ+a2. Similar Matrices : Two matrices A&B are said to be similar if their exists an invertable matrix P such that B=P-1AP.  Eigen values of two similar matrices are same  If A & B are square matrices and if A is invertable then the matrices A-1B & BA-1 have the same eigen values
  • 13. LECTURE-5 Diagonalization of a matrix: If a square matrix A of order n has n eigen vectors X1, X2 ………..Xn Corresponding to n eigen values λ1, λ2… λn respectively then a matrix P can be found such that P-1AP is a diagonal matrix i.e., P-1AP=D. Modal and spectral matrices: The matrix P in the above result which diagonalize in the square matrix A is called the modal matrix of A and the resulting diagonal matrix D is known as spectral matrix.
  • 14. LECTURE-6 Calculation of power of matrix: We can obtain the powers of a matrix by using diagonalization. Let A be the square matrix. Then a non singular matrix P can be found such that D=P-1AP D2=P-1A2P A2=PD2P-1 D3=P-1A3P A3=PD3P-1 ⇒ ……………………………………… ⇒ n n -1 ……………………………………… ⇒ Dn=P-1AnP A =PD P ⇒
  • 15. LECTURE-7 Matrix Polynomial: An expression of the form F(x)=A0+A1X+A2X2+…..Am Xm ≠0, Where A0,A1,A2,…..Am are matrices each of order n is called a matrix polynomial of degree m. The matrices themselves are matric polynomials of degree zero Equality of matrix polynomials: Two matrix polynomials are equal if and only if the coefficients of like powers of x are the same.
  • 16. LECTURE-8 CAYLEY-HAMILTON THEOREM Statement: Every square matrix satisfies its own characteristic equation. Let A be square matrix of order n then |A-λI|=0 is the characteristic equation of A. |A-λI|=(-1)n[λn+a1 λn-1+a2λn-2+….+an] Put λ=A then =|(-1)n[An+a1 An-1+a2An-2+….+anI]=0 = [An+a1 An-1+a2An-2+….+anI]= 0 which implies that A satisfies its characteristic equation.
  • 17. LECTURE-9 Determination of A-1 using Cayley-Hamilton theorem. A satisfies it characteristic equation =(-1)n[An+a1 An-1+a2An-2+….+anI]=0 = [An+a1 An-1+a2An-2+….+anI]=0 =A-1 [An+a1 An-1+a2An-2+….+anI]= 0 If A is nonsingular, then we have anA-1=-[An+a1 An-1+a2An-2+….+anI] A-1=-1/an[An+a1 An-1+a2An-2+….+anI]