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

More Related Content

What's hot

Power method
Power methodPower method
Power method
nashaat algrara
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectors
Riddhi Patel
 
derogatory and non derogatory matrices
derogatory and non derogatory matricesderogatory and non derogatory matrices
derogatory and non derogatory matrices
Komal Singh
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineering
shubham211
 
Eigenvalues and Eigenvectors
Eigenvalues and EigenvectorsEigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
Vinod Srivastava
 
eigenvalue
eigenvalueeigenvalue
eigenvalue
Asyraf Ghani
 
Eigenvalues and eigenvectors
Eigenvalues and eigenvectorsEigenvalues and eigenvectors
Eigenvalues and eigenvectors
iraq
 
Applied numerical methods lec13
Applied numerical methods lec13Applied numerical methods lec13
Applied numerical methods lec13
Yasser 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 values
Dr. Nirav Vyas
 
Eigenvalue problems .ppt
Eigenvalue problems .pptEigenvalue problems .ppt
Eigenvalue problems .ppt
Self-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 vectors
tirath 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-2
njit-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 2
SamsonAjibola
 
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-5
njit-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
 

What's hot (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
 

Viewers also liked

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
tr1987
 
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 problems
Giridhar D
 
Lecture 1 test
Lecture 1 testLecture 1 test
Lecture 1 test
falcarragh
 
Fem in geotech engineering
Fem in geotech engineeringFem in geotech engineering
Fem in geotech engineering
JEET 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
 
Boundary Value Problems
Boundary Value ProblemsBoundary Value Problems
Boundary Value Problems
Ramesh Panchadhi
 
Finite element method
Finite element methodFinite element method
Finite element method
MANISH 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
 
EIA M9 highway
EIA M9 highwayEIA M9 highway
EIA M9 highway
zubeditufail
 
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 1
Charlton Inao
 
partial diffrentialequations
partial diffrentialequationspartial diffrentialequations
partial diffrentialequations8laddu8
 
Finite Element Method
Finite Element MethodFinite Element Method
Finite Element Method
Muhammad Haris
 
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 Method
IJMER
 
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
IJMER
 

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

Similar to Unit ii

Applied Mathematics 3 Matrices.pdf
Applied Mathematics 3 Matrices.pdfApplied Mathematics 3 Matrices.pdf
Applied Mathematics 3 Matrices.pdf
PrasadBaravkar1
 
DOC-20231230-WA0001..pdf
DOC-20231230-WA0001..pdfDOC-20231230-WA0001..pdf
DOC-20231230-WA0001..pdf
SatyabrataMandal7
 
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).pdf
Sunny432360
 
eigen_values.pptx
eigen_values.pptxeigen_values.pptx
eigen_values.pptx
PlanningHCEGC
 
MATHEMATICS Lecture lesson helpful 12.pptx
MATHEMATICS Lecture lesson helpful 12.pptxMATHEMATICS Lecture lesson helpful 12.pptx
MATHEMATICS Lecture lesson helpful 12.pptx
PangalanTotoo
 
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
MohammedZahid47
 
Eighan values and diagonalization
Eighan values and diagonalization Eighan values and diagonalization
Eighan values and diagonalization
gandhinagar
 
Lecture_06_Part_1.ppt
Lecture_06_Part_1.pptLecture_06_Part_1.ppt
Lecture_06_Part_1.ppt
YoganJayaKumar1
 
5-eigenvalues_and_eigenvectors.pptx
5-eigenvalues_and_eigenvectors.pptx5-eigenvalues_and_eigenvectors.pptx
5-eigenvalues_and_eigenvectors.pptx
MalligaarjunanN
 
Linear Algebra
Linear AlgebraLinear Algebra
Linear Algebra
Ravinder Singh
 
Diagonalization of matrix
Diagonalization of matrixDiagonalization of matrix
Diagonalization of matrix
VANDANASAINI29
 
Diagonalization of Matrices
Diagonalization of MatricesDiagonalization of Matrices
Diagonalization of Matrices
AmenahGondal1
 
5-eigenvalues_and_eigenvectors.ppt
5-eigenvalues_and_eigenvectors.ppt5-eigenvalues_and_eigenvectors.ppt
5-eigenvalues_and_eigenvectors.ppt
MalligaarjunanN
 
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
ShaukatAliChaudhry1
 
Matrix_PPT.pptx
Matrix_PPT.pptxMatrix_PPT.pptx
Matrix_PPT.pptx
JiaJunWang17
 
Matrix_PPT.pptx
Matrix_PPT.pptxMatrix_PPT.pptx
Matrix_PPT.pptx
veenatanmaipatlolla
 
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
raykoustav145
 
saket.ppt
saket.pptsaket.ppt
saket.ppt
SagarBehera28
 

Similar to 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
 

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

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

Recently uploaded

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
 
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
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
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
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
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
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 

Recently uploaded (20)

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...
 
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
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
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
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 

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]