SlideShare uma empresa Scribd logo
1 de 24
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: III
             No.of slides:27
UNIT INDEX
                     UNIT-III
S.No.         Module         Lecture   PPT Slide
                             No.       No.
  1     Quadratic Form,       L1-5     8-22
        Reduction to canonicl
        form.
  2     Real Matrices        L6-7      23-25

  3     Complex Matices      L8-10     25-27
UNIT-III
CHAPTER-4
LECTURE-1
Quadratic form: A homogeneous polynomial of
degree two in any no.of variables is known as “quadratic form”


 Ex: 1).2x2+4xy+3y2 is a quadratic form in two variables x and y


    2).x2-4y2+2xy+6z2-4xz+6yz is a quadratic form in three variables
       x,y and z

General quadratic form: The general quadratic form in
                                                 n    n
n variables x1,x2,x3…………xn is defined as
                                               ∑∑ a x x
                                                i =1 j =1
                                                            ij   i   j

Where aij ‘s are constants.
If aij ‘s are real then quadratic form is known as real quadratic form
Matrix of a quadratic form: The general quadratic form
 n n

 ∑∑ a x x
 i =1 j =1
             ij   i   j

                          where aij=aji can always be written
as XTAX where
                                x
                                1


                                                     [x x . . . x ]
                                
                                x
                                2
                                
                          X=   .
                                          , XT=        1   2         n
                                
                               .
                                
                                x
                                n
                                
                                          a
                                          11
                                         
                                                a   12
                                                      . . . . a1n 
                                                                   
The symmetric matrix A= [aij] =           a
                                          21
                                         
                                                a 22
                                                     . . . . a2n 
                                                                   
                                         .
                                                                  
                                         
                                         .                         
                                                                  
                                          a
                                          n1
                                               a n 2 . . . . a nn 
                                                                   

is called the matrix of the quadratic form X TAX
NOTE:

  1.The rank r of the matrix A is called the rank of the quadratic
    form XTAX


 2.If the rank of A is r < n ,no.of unknowns then the quadratic
    form is singular otherwise non-singular and A=AT



3. Symmetric matrix ↔ quadratic form
LECTURE-2
     Nature,Index,Rank and signature of the quadratic fun:

              Let XTAX be the given Q.F then it is said to be

 Positive definite if all the eigen values of A are +ve
 Positive semi definite if all the eigen values are +ve and at
  least one eigen value is zero
 Negative definite if all the eigen values of A are –ve
 Negative semi definite if all the eigen values of A are –ve and
  at least one eigen value is zero
 Indefinite if some eigen values are +ve and some eigen values
  are -ve
Rank of a Q.F: The no.of non-zero terms in the canonical form
 of a quadratic function is called the rank of the quadratic func
and it is denoted by r
Index of a Q.F: Index is the no.of terms in the canonical form.
It is denoted by p.
Signature of a Q.F: The difference between +ve and –ve
terms in the canonical form is called the signature of the Q.F.
And it is denoted by s
     Therefore, s = p-(r-p)
                  = 2p-r           where p = index
                                          r = rank
LECTURE-3
Method of reduction of Q.F to C.F:
         A given Q.F can be reduced to a canonical
  form(C.F) by using the following methods

1.by Diagonalization

2.by orthogonal transformation or Orthogonalization

3.by Lagrange’s reduction
1.   Given a Q.F. reduces to the matrix form
2.   Find the eigen values
3.   Write the spectral matrix D =

                                λ 1 0 0 
                                        
4.                              0 λ 2 0 
     Canonical form is YTDY where Y=
                                        
                                0 0 λ 3 
                                        

                                               y 
                                                1
                                               y 
                                                2
                          C.F         =         
                                                y3 
                                                

                                                            λ1 0 0   y1 
                                                                          
                                    =[ y  1
                                               y y]
                                                2       3
                                                            0 λ 2 0   y 2 
                                                                          
                                                            
                                                             0 0 λ 3   y 
                                                                             3
                                                                   y 
                                                                    1
                                    [y λ
                                      1    1   yλ2      2
                                                                  ] 
                                                            y3 λ 3  y 2
                                                                    
                                                                    y3 
                                                                    

                                      2
                                     y1    λ +y λ +y λ
                                                1
                                                             2
                                                             2        2
                                                                            2
                                                                            3      3
LECTURE-4
Method 2: Orthogonal transformation
 Write the matrix A of the Q.F

 Find the eigen values λ1,λ2,λ3 and corresponding eigen vectors X1,X2,X3 in the
  normalized form i.e.,||X1||,||X[2||,||X3|| ]
                                e e e
                                  1   2   3




 Write the model matrix B=                   formed by normalized vectors .
  Where ei=Xi/||Xi||
 B being orthogonal matrix B-1=BT so that BTAB=D,where D is the diagonal
  matrix formed by eigen values.
                                     y12 λ 1 + y22 λ 2 + y32 λ 3
 The canonical form YT(BTAB)Y = YTDY
                                  =
 The orthogonal transformation X=BY
LECTURE-5
Method 3: Lagrange’s reduction
 Take the common terms from product terms of given
  Q.F

 Make perfect squares suitable by regrouping the
  terms

 The resulting relation gives the canonical form
LECTURER-6
Real matrices:
 Symmetric matrix
 Skew-symmetric matrix
 Orthogonal matrix

Complex matrices:
 Hermitian matrix
 Skew-hermitian matrix
 Unitary matrix
LECTURE-7
Complex matrices: If the elements of a matrix, then the
  matrix is called a complex matrix.
              1 + i   i 
              − 2 − 2 + i   is a complex matrix
                          


  Conjugate matrix: If A=[aij]mxn is a complex matrix
  then conjugate of A is A=[aij]mxn
     1 + i   2i                1 − i     − 2i 
     0     3 + 6i              0
                     then A=           3 − 6i 
                                                 
Conjugate transpose: conjugate transpose of a matrix A
      A
  is ( )T2= iA3i 2i 
           +
               ө
                              2 − i − 3i − 2i 
                       A  i 6 − 2i 9 
         − i 6 + 2i 9                 
  A=        , = 2− i
                           −i 
                    − 3i 6 − 2i 
                                
                    − 2i    9 


  Then Aө =
                             k
  Note: 1. (Aө)ө = A
        2. (kA)ө = Aө , k is a complex number
        3. (A+B)ө = Aө + Bө
aij
Hermitian matrix: A square matrix A=[aij] is said to
  be hermitian if aij =


aji- for all i and j. The diagonal elements aii= aii-,
   a is real.Thus every diagonal element of a
   Hermitian matrix must be real.
• Skew-Hermitian matrix : A square matrix
  A=(aij) is said to be skew-hermitian if
 aij=-aji for all i and j. The diagonal elements
 must be either purely imaginary or must
 be zero._
LECTURE-8
Note:
1.The diagonal elements of a Hermitian matrix are real
2.The diagonal elements of a Skew-hermitian matrix are
   eigther zero or purely imaginary
3. If A is Hermitian(skew-hermitian) then iA is
   Skew-hermitian(hemitian).
4. For any complex square matrix A , AAө is
   Hermitian
5. If A is Hermitian matrix and its eigen values  are
   real
LECTURE-9
Unitary matrix: A complex square matrix A=[aij] is said to be unitary
                  if AAө = AөA = I
             0 i                            0 − i         0 i
            − i 0                    A       i 0 ө       − i 0 
    A=                                =           A =          

                                   ∴
               0 i 0 i                  1 0
              − i 0   − i 0             0 1 I
   AAө =                       =            =
                                               
           ∴
        A is a unitary matrix
 Note: 1. The determinant of an unitary matrix has unit
           modulus.
       2. The eigen values of a unitary matrix are of unit
           modulus.
LECTURE-10
Theorem 1: The values of a hermitian matrix are
           real
Theorem 2: The eigen values of a real symmetric
           matrix are real

Mais conteúdo relacionado

Mais procurados

Leaner algebra presentation (ring)
Leaner algebra presentation (ring)Leaner algebra presentation (ring)
Leaner algebra presentation (ring)Muhammad Umar Farooq
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical AnalysisMohammad Tawfik
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptDrazzer_Dhruv
 
Differential equations
Differential equationsDifferential equations
Differential equationsSeyid Kadher
 
Introduction to Matrices
Introduction to MatricesIntroduction to Matrices
Introduction to Matricesholmsted
 
Group homomorphism
Group homomorphismGroup homomorphism
Group homomorphismNaliniSPatil
 
Gauss elimination method
Gauss elimination methodGauss elimination method
Gauss elimination methodgilandio
 
MATRICES AND ITS TYPE
MATRICES AND ITS TYPEMATRICES AND ITS TYPE
MATRICES AND ITS TYPEHimanshu Negi
 
ORDINARY DIFFERENTIAL EQUATION
ORDINARY DIFFERENTIAL EQUATION ORDINARY DIFFERENTIAL EQUATION
ORDINARY DIFFERENTIAL EQUATION LANKESH S S
 
Lesson02 Vectors And Matrices Slides
Lesson02   Vectors And Matrices SlidesLesson02   Vectors And Matrices Slides
Lesson02 Vectors And Matrices SlidesMatthew Leingang
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsaman1894
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equationsAhmed Haider
 
Euler's Method
Euler's MethodEuler's Method
Euler's Methoddmidgette
 
Eigenvalues and Eigenvectors
Eigenvalues and EigenvectorsEigenvalues and Eigenvectors
Eigenvalues and EigenvectorsVinod Srivastava
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matricesAditya Vaishampayan
 

Mais procurados (20)

Leaner algebra presentation (ring)
Leaner algebra presentation (ring)Leaner algebra presentation (ring)
Leaner algebra presentation (ring)
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical Analysis
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
Introduction to Matrices
Introduction to MatricesIntroduction to Matrices
Introduction to Matrices
 
Group homomorphism
Group homomorphismGroup homomorphism
Group homomorphism
 
newton raphson method
newton raphson methodnewton raphson method
newton raphson method
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
Gauss elimination method
Gauss elimination methodGauss elimination method
Gauss elimination method
 
MATRICES AND ITS TYPE
MATRICES AND ITS TYPEMATRICES AND ITS TYPE
MATRICES AND ITS TYPE
 
DIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONSDIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONS
 
ORDINARY DIFFERENTIAL EQUATION
ORDINARY DIFFERENTIAL EQUATION ORDINARY DIFFERENTIAL EQUATION
ORDINARY DIFFERENTIAL EQUATION
 
Lesson02 Vectors And Matrices Slides
Lesson02   Vectors And Matrices SlidesLesson02   Vectors And Matrices Slides
Lesson02 Vectors And Matrices Slides
 
Cayley Hamilton Theorem
Cayley Hamilton Theorem Cayley Hamilton Theorem
Cayley Hamilton Theorem
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equations
 
Euler's Method
Euler's MethodEuler's Method
Euler's Method
 
Eigenvalues and Eigenvectors
Eigenvalues and EigenvectorsEigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
 

Destaque

Solving system of equation using substitution powerpoint
Solving system of equation using substitution powerpointSolving system of equation using substitution powerpoint
Solving system of equation using substitution powerpointsyjones14
 
Sine and Cosine Fresnel Transforms
Sine and Cosine Fresnel TransformsSine and Cosine Fresnel Transforms
Sine and Cosine Fresnel TransformsCSCJournals
 
Cottle taylor expansion
Cottle taylor expansionCottle taylor expansion
Cottle taylor expansionAmit Pandey
 
9 types of intelligence
9 types of intelligence9 types of intelligence
9 types of intelligenceRUDOLF PUNT
 
The 7 Human Traits By Tom Shay
The 7 Human Traits By Tom ShayThe 7 Human Traits By Tom Shay
The 7 Human Traits By Tom ShayTom Shay
 
Eigen values and eigen vector ppt
Eigen values and eigen vector pptEigen values and eigen vector ppt
Eigen values and eigen vector pptSharada Marishka
 
Intelligence structure (types)
Intelligence structure (types)Intelligence structure (types)
Intelligence structure (types)Catsil89
 
Human Nature and its Consequences
Human Nature and its ConsequencesHuman Nature and its Consequences
Human Nature and its Consequencesguest9006ab
 
1. dela cruz, edrick diaz the human nature
1. dela cruz, edrick diaz the human nature1. dela cruz, edrick diaz the human nature
1. dela cruz, edrick diaz the human natureAgah Pentecostes
 
11.6: Sine, Cosine, Tangent
11.6: Sine, Cosine, Tangent11.6: Sine, Cosine, Tangent
11.6: Sine, Cosine, TangentJessca Lundin
 
Many Types of Intelligence
Many Types of IntelligenceMany Types of Intelligence
Many Types of IntelligenceKelli Brooke
 
Human behaviour
Human behaviourHuman behaviour
Human behaviourArunKRai
 
Human Nature Brand & Advocacy Orientation
Human Nature Brand & Advocacy OrientationHuman Nature Brand & Advocacy Orientation
Human Nature Brand & Advocacy OrientationHuman Nature-Phils
 
Lesson 19: Partial Derivatives
Lesson 19: Partial DerivativesLesson 19: Partial Derivatives
Lesson 19: Partial DerivativesMatthew Leingang
 
Applied Calculus Chapter 3 partial derivatives
Applied Calculus Chapter  3 partial derivativesApplied Calculus Chapter  3 partial derivatives
Applied Calculus Chapter 3 partial derivativesJ C
 
Basis Of Human Behaviour 1sem 1 in ob
Basis  Of  Human  Behaviour 1sem 1 in obBasis  Of  Human  Behaviour 1sem 1 in ob
Basis Of Human Behaviour 1sem 1 in obavinash agarwal
 
Discover The Power Of 11 Forgotten Laws
Discover The Power Of 11 Forgotten LawsDiscover The Power Of 11 Forgotten Laws
Discover The Power Of 11 Forgotten LawsErene Wong
 

Destaque (20)

Solving system of equation using substitution powerpoint
Solving system of equation using substitution powerpointSolving system of equation using substitution powerpoint
Solving system of equation using substitution powerpoint
 
Sine and Cosine Fresnel Transforms
Sine and Cosine Fresnel TransformsSine and Cosine Fresnel Transforms
Sine and Cosine Fresnel Transforms
 
Cottle taylor expansion
Cottle taylor expansionCottle taylor expansion
Cottle taylor expansion
 
9 types of intelligence
9 types of intelligence9 types of intelligence
9 types of intelligence
 
The 7 Human Traits By Tom Shay
The 7 Human Traits By Tom ShayThe 7 Human Traits By Tom Shay
The 7 Human Traits By Tom Shay
 
Eigen values and eigen vector ppt
Eigen values and eigen vector pptEigen values and eigen vector ppt
Eigen values and eigen vector ppt
 
Intelligence structure (types)
Intelligence structure (types)Intelligence structure (types)
Intelligence structure (types)
 
Maths
MathsMaths
Maths
 
Types Of Intelligence .8. Sinif
Types Of Intelligence .8. SinifTypes Of Intelligence .8. Sinif
Types Of Intelligence .8. Sinif
 
Human Nature and its Consequences
Human Nature and its ConsequencesHuman Nature and its Consequences
Human Nature and its Consequences
 
1. dela cruz, edrick diaz the human nature
1. dela cruz, edrick diaz the human nature1. dela cruz, edrick diaz the human nature
1. dela cruz, edrick diaz the human nature
 
Human topic
Human topicHuman topic
Human topic
 
11.6: Sine, Cosine, Tangent
11.6: Sine, Cosine, Tangent11.6: Sine, Cosine, Tangent
11.6: Sine, Cosine, Tangent
 
Many Types of Intelligence
Many Types of IntelligenceMany Types of Intelligence
Many Types of Intelligence
 
Human behaviour
Human behaviourHuman behaviour
Human behaviour
 
Human Nature Brand & Advocacy Orientation
Human Nature Brand & Advocacy OrientationHuman Nature Brand & Advocacy Orientation
Human Nature Brand & Advocacy Orientation
 
Lesson 19: Partial Derivatives
Lesson 19: Partial DerivativesLesson 19: Partial Derivatives
Lesson 19: Partial Derivatives
 
Applied Calculus Chapter 3 partial derivatives
Applied Calculus Chapter  3 partial derivativesApplied Calculus Chapter  3 partial derivatives
Applied Calculus Chapter 3 partial derivatives
 
Basis Of Human Behaviour 1sem 1 in ob
Basis  Of  Human  Behaviour 1sem 1 in obBasis  Of  Human  Behaviour 1sem 1 in ob
Basis Of Human Behaviour 1sem 1 in ob
 
Discover The Power Of 11 Forgotten Laws
Discover The Power Of 11 Forgotten LawsDiscover The Power Of 11 Forgotten Laws
Discover The Power Of 11 Forgotten Laws
 

Semelhante a Unit iii

Module 11 graph of functions PMR
Module 11 graph of functions PMRModule 11 graph of functions PMR
Module 11 graph of functions PMRroszelan
 
Maths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsMaths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsJaydev Kishnani
 
Multiple integrals
Multiple integralsMultiple integrals
Multiple integralsTarun Gehlot
 
Multiple integrals
Multiple integralsMultiple integrals
Multiple integralsTarun Gehlot
 
Correlation of dts by er. sanyam s. saini me (reg) 2012-14
Correlation of dts by  er. sanyam s. saini  me  (reg) 2012-14Correlation of dts by  er. sanyam s. saini  me  (reg) 2012-14
Correlation of dts by er. sanyam s. saini me (reg) 2012-14Sanyam Singh
 
numarial analysis presentation
numarial analysis presentationnumarial analysis presentation
numarial analysis presentationOsama Tahir
 
Engr 371 final exam august 1999
Engr 371 final exam august 1999Engr 371 final exam august 1999
Engr 371 final exam august 1999amnesiann
 
3 2--_2_first-order_differential_equati
3  2--_2_first-order_differential_equati3  2--_2_first-order_differential_equati
3 2--_2_first-order_differential_equatiIsidroMateus
 
P1 Graph Function Test
P1 Graph Function TestP1 Graph Function Test
P1 Graph Function Testguest3952880
 
Seismic data processing lecture 3
Seismic data processing lecture 3Seismic data processing lecture 3
Seismic data processing lecture 3Amin khalil
 
On the Stick and Rope Problem - Draft 1
On the Stick and Rope Problem - Draft 1On the Stick and Rope Problem - Draft 1
On the Stick and Rope Problem - Draft 1Iwan Pranoto
 
Ode powerpoint presentation1
Ode powerpoint presentation1Ode powerpoint presentation1
Ode powerpoint presentation1Pokkarn Narkhede
 
Lesson 2 see lesson plans
Lesson 2   see lesson plansLesson 2   see lesson plans
Lesson 2 see lesson plansAngela Phillips
 
multiple linear reggression model
multiple linear reggression modelmultiple linear reggression model
multiple linear reggression modelOmarSalih
 

Semelhante a Unit iii (20)

Lecture_note2.pdf
Lecture_note2.pdfLecture_note2.pdf
Lecture_note2.pdf
 
Module 11 graph of functions PMR
Module 11 graph of functions PMRModule 11 graph of functions PMR
Module 11 graph of functions PMR
 
Maths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsMaths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectors
 
eigenvalue
eigenvalueeigenvalue
eigenvalue
 
Multiple integrals
Multiple integralsMultiple integrals
Multiple integrals
 
Multiple integrals
Multiple integralsMultiple integrals
Multiple integrals
 
Models
ModelsModels
Models
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Correlation of dts by er. sanyam s. saini me (reg) 2012-14
Correlation of dts by  er. sanyam s. saini  me  (reg) 2012-14Correlation of dts by  er. sanyam s. saini  me  (reg) 2012-14
Correlation of dts by er. sanyam s. saini me (reg) 2012-14
 
numarial analysis presentation
numarial analysis presentationnumarial analysis presentation
numarial analysis presentation
 
Engr 371 final exam august 1999
Engr 371 final exam august 1999Engr 371 final exam august 1999
Engr 371 final exam august 1999
 
Matrix_PPT.pptx
Matrix_PPT.pptxMatrix_PPT.pptx
Matrix_PPT.pptx
 
3 2--_2_first-order_differential_equati
3  2--_2_first-order_differential_equati3  2--_2_first-order_differential_equati
3 2--_2_first-order_differential_equati
 
P1 Graph Function Test
P1 Graph Function TestP1 Graph Function Test
P1 Graph Function Test
 
Seismic data processing lecture 3
Seismic data processing lecture 3Seismic data processing lecture 3
Seismic data processing lecture 3
 
01 plain
01 plain01 plain
01 plain
 
On the Stick and Rope Problem - Draft 1
On the Stick and Rope Problem - Draft 1On the Stick and Rope Problem - Draft 1
On the Stick and Rope Problem - Draft 1
 
Ode powerpoint presentation1
Ode powerpoint presentation1Ode powerpoint presentation1
Ode powerpoint presentation1
 
Lesson 2 see lesson plans
Lesson 2   see lesson plansLesson 2   see lesson plans
Lesson 2 see lesson plans
 
multiple linear reggression model
multiple linear reggression modelmultiple linear reggression model
multiple linear reggression model
 

Mais 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
 

Mais 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
 

Último

2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 

Último (20)

2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 

Unit iii

  • 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: III No.of slides:27
  • 6. UNIT INDEX UNIT-III S.No. Module Lecture PPT Slide No. No. 1 Quadratic Form, L1-5 8-22 Reduction to canonicl form. 2 Real Matrices L6-7 23-25 3 Complex Matices L8-10 25-27
  • 8. LECTURE-1 Quadratic form: A homogeneous polynomial of degree two in any no.of variables is known as “quadratic form” Ex: 1).2x2+4xy+3y2 is a quadratic form in two variables x and y 2).x2-4y2+2xy+6z2-4xz+6yz is a quadratic form in three variables x,y and z General quadratic form: The general quadratic form in n n n variables x1,x2,x3…………xn is defined as ∑∑ a x x i =1 j =1 ij i j Where aij ‘s are constants. If aij ‘s are real then quadratic form is known as real quadratic form
  • 9. Matrix of a quadratic form: The general quadratic form n n ∑∑ a x x i =1 j =1 ij i j where aij=aji can always be written as XTAX where x  1 [x x . . . x ]   x  2   X= .   , XT= 1 2 n   .   x  n   a  11  a 12 . . . . a1n   The symmetric matrix A= [aij] = a  21  a 22 . . . . a2n   .    .    a  n1  a n 2 . . . . a nn   is called the matrix of the quadratic form X TAX
  • 10. NOTE: 1.The rank r of the matrix A is called the rank of the quadratic form XTAX 2.If the rank of A is r < n ,no.of unknowns then the quadratic form is singular otherwise non-singular and A=AT 3. Symmetric matrix ↔ quadratic form
  • 11. LECTURE-2 Nature,Index,Rank and signature of the quadratic fun: Let XTAX be the given Q.F then it is said to be  Positive definite if all the eigen values of A are +ve  Positive semi definite if all the eigen values are +ve and at least one eigen value is zero  Negative definite if all the eigen values of A are –ve  Negative semi definite if all the eigen values of A are –ve and at least one eigen value is zero  Indefinite if some eigen values are +ve and some eigen values are -ve
  • 12. Rank of a Q.F: The no.of non-zero terms in the canonical form of a quadratic function is called the rank of the quadratic func and it is denoted by r Index of a Q.F: Index is the no.of terms in the canonical form. It is denoted by p. Signature of a Q.F: The difference between +ve and –ve terms in the canonical form is called the signature of the Q.F. And it is denoted by s Therefore, s = p-(r-p) = 2p-r where p = index r = rank
  • 13. LECTURE-3 Method of reduction of Q.F to C.F: A given Q.F can be reduced to a canonical form(C.F) by using the following methods 1.by Diagonalization 2.by orthogonal transformation or Orthogonalization 3.by Lagrange’s reduction
  • 14. 1. Given a Q.F. reduces to the matrix form 2. Find the eigen values 3. Write the spectral matrix D = λ 1 0 0    4. 0 λ 2 0  Canonical form is YTDY where Y=   0 0 λ 3    y   1 y   2 C.F =    y3    λ1 0 0   y1     =[ y 1 y y] 2 3 0 λ 2 0   y 2       0 0 λ 3   y   3 y   1 [y λ 1 1 yλ2 2 ]  y3 λ 3  y 2    y3    2 y1 λ +y λ +y λ 1 2 2 2 2 3 3
  • 15. LECTURE-4 Method 2: Orthogonal transformation  Write the matrix A of the Q.F  Find the eigen values λ1,λ2,λ3 and corresponding eigen vectors X1,X2,X3 in the normalized form i.e.,||X1||,||X[2||,||X3|| ] e e e 1 2 3  Write the model matrix B= formed by normalized vectors . Where ei=Xi/||Xi||  B being orthogonal matrix B-1=BT so that BTAB=D,where D is the diagonal matrix formed by eigen values. y12 λ 1 + y22 λ 2 + y32 λ 3  The canonical form YT(BTAB)Y = YTDY =  The orthogonal transformation X=BY
  • 16. LECTURE-5 Method 3: Lagrange’s reduction  Take the common terms from product terms of given Q.F  Make perfect squares suitable by regrouping the terms  The resulting relation gives the canonical form
  • 17. LECTURER-6 Real matrices:  Symmetric matrix  Skew-symmetric matrix  Orthogonal matrix Complex matrices:  Hermitian matrix  Skew-hermitian matrix  Unitary matrix
  • 18. LECTURE-7 Complex matrices: If the elements of a matrix, then the matrix is called a complex matrix. 1 + i i  − 2 − 2 + i  is a complex matrix   Conjugate matrix: If A=[aij]mxn is a complex matrix then conjugate of A is A=[aij]mxn 1 + i 2i  1 − i − 2i  0 3 + 6i  0   then A=  3 − 6i  
  • 19. Conjugate transpose: conjugate transpose of a matrix A A is ( )T2= iA3i 2i  + ө  2 − i − 3i − 2i    A  i 6 − 2i 9   − i 6 + 2i 9    A= , = 2− i  −i   − 3i 6 − 2i     − 2i 9  Then Aө = k Note: 1. (Aө)ө = A 2. (kA)ө = Aө , k is a complex number 3. (A+B)ө = Aө + Bө
  • 20. aij Hermitian matrix: A square matrix A=[aij] is said to be hermitian if aij = aji- for all i and j. The diagonal elements aii= aii-, a is real.Thus every diagonal element of a Hermitian matrix must be real.
  • 21. • Skew-Hermitian matrix : A square matrix A=(aij) is said to be skew-hermitian if aij=-aji for all i and j. The diagonal elements must be either purely imaginary or must be zero._
  • 22. LECTURE-8 Note: 1.The diagonal elements of a Hermitian matrix are real 2.The diagonal elements of a Skew-hermitian matrix are eigther zero or purely imaginary 3. If A is Hermitian(skew-hermitian) then iA is Skew-hermitian(hemitian). 4. For any complex square matrix A , AAө is Hermitian 5. If A is Hermitian matrix and its eigen values are real
  • 23. LECTURE-9 Unitary matrix: A complex square matrix A=[aij] is said to be unitary if AAө = AөA = I  0 i 0 − i   0 i − i 0 A  i 0 ө − i 0  A=   =  A =   ∴  0 i 0 i 1 0 − i 0   − i 0  0 1 I AAө =    = =   ∴ A is a unitary matrix Note: 1. The determinant of an unitary matrix has unit modulus. 2. The eigen values of a unitary matrix are of unit modulus.
  • 24. LECTURE-10 Theorem 1: The values of a hermitian matrix are real Theorem 2: The eigen values of a real symmetric matrix are real