SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationJonathan Templin
 
MATRICES AND ITS TYPE
MATRICES AND ITS TYPEMATRICES AND ITS TYPE
MATRICES AND ITS TYPEHimanshu Negi
 
Matrix and its applications by mohammad imran
Matrix and its applications by mohammad imranMatrix and its applications by mohammad imran
Matrix and its applications by mohammad imranMohammad Imran
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And DeterminantsDEVIKA S INDU
 
Array in c programming
Array in c programmingArray in c programming
Array in c programmingMazharul Islam
 
Types Of Set
Types Of SetTypes Of Set
Types Of SetPkwebbs
 
Laurent's Series & Types of Singularities
Laurent's Series & Types of SingularitiesLaurent's Series & Types of Singularities
Laurent's Series & Types of SingularitiesAakash Singh
 
Set theory
Set theorySet theory
Set theoryAN_Rajin
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrixNikhi Jain
 
Matrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessKhan Tanjeel Ahmed
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theoryTarun Gehlot
 
My Lecture Notes from Linear Algebra
My Lecture Notes fromLinear AlgebraMy Lecture Notes fromLinear Algebra
My Lecture Notes from Linear AlgebraPaul R. Martin
 
BCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and functionBCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and functionRai University
 

Was ist angesagt? (20)

Set Theory Presentation
Set Theory PresentationSet Theory Presentation
Set Theory Presentation
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
 
Matrices
MatricesMatrices
Matrices
 
MATRICES AND ITS TYPE
MATRICES AND ITS TYPEMATRICES AND ITS TYPE
MATRICES AND ITS TYPE
 
Introduction to set theory
Introduction to set theoryIntroduction to set theory
Introduction to set theory
 
Matrix and its applications by mohammad imran
Matrix and its applications by mohammad imranMatrix and its applications by mohammad imran
Matrix and its applications by mohammad imran
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And Determinants
 
Introduction to matices
Introduction to maticesIntroduction to matices
Introduction to matices
 
Array in c programming
Array in c programmingArray in c programming
Array in c programming
 
Types Of Set
Types Of SetTypes Of Set
Types Of Set
 
Laurent's Series & Types of Singularities
Laurent's Series & Types of SingularitiesLaurent's Series & Types of Singularities
Laurent's Series & Types of Singularities
 
Set theory
Set theorySet theory
Set theory
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrix
 
Matrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for Business
 
Real numbers Business Mathematics
Real numbers Business MathematicsReal numbers Business Mathematics
Real numbers Business Mathematics
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theory
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
My Lecture Notes from Linear Algebra
My Lecture Notes fromLinear AlgebraMy Lecture Notes fromLinear Algebra
My Lecture Notes from Linear Algebra
 
Array Of Pointers
Array Of PointersArray Of Pointers
Array Of Pointers
 
BCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and functionBCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and function
 

Andere mochten auch

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
 

Andere mochten auch (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
 

Ähnlich wie 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
 

Ähnlich wie 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
 

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

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

Kürzlich hochgeladen

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
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
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 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
 

Kürzlich hochgeladen (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
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
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 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 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