SlideShare a Scribd company logo
1 of 23
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
             No.of slides:23
UNIT INDEX
                      UNIT-I
S.No.          Module         Lecture   PPT Slide
                              No.       No.
  1     Matrices,Types of      L1-5     8-14
        Matrices,Properties of
        determinants.
  2     Inverse of a          L6-9      15-18
        matrix,Rank,Echelon
        form of a matrix.
  3     Reduction to Normal L10-14      19-23
        form, system of linear
        equations.
UNIT-I

MATRICES AND LINEAR SYSTEM
       OF EQUATIONS
LECTURE-1
Matrix:A system of mn numbers(real or complex) arranged in the form of
an ordered set of m rows,each row consisting of an ordered set of n numbers
between [ ] or ( ) or || || is called a matrix of order mxn

 If A=[aij]mxn and m=n,then A is called
  Square matrix
 A matrix which is not a square matrix is called
  a rectangular matrix
 A matrix of order 1xm is called a row matrix
 A matrix of order nx1 is called a column
  matrix

 If A=[aij]nxn such that aij=1 for i=j and aij=0 for i≠j,then A is
  called unit matrix and it is denoted by In

 The matrix obtained from any given matrix A,by
  interchanging rows and columns is called the transpose of A. It
  is denoted by AT

 A square matrix all of whose elements below the leading
  diagonal are zero is called upper triangular matrix

 A square matrix all of whose elements above the leading
  diagonal are zero is called lower triangular matrix
LECTURE- 2

 A square matrix A=[aij] is said to be symmetric if aij=aji for
  every i and j
  Thus,A is symmetric matrix ↔ A=AT

 A square matrix A=[aij] is said to be Skew-symmetric if
  aij=-aji for every i and j
  Thus,A is skew-symmetric ↔ A=-AT

 Every square matrix can be expressed as the sum of
  symmetric and skew-symmetric matrices in uniquely
   Trace of a square matrix A is defined as sum of the
    diagonal elements and it is denoted by tr(A)

    If A and B square matrices of order n and k is any
    scalar then
•    tr(kA) = k.tr(A)
•    tr(A+B) = tr(A) + tr(B)
•    tr(AB) = tr(A).tr(B)
                  LECTURE-3
 If A is a square matrix such that A2=A is called
  Idempotent

 If A is a square matrix such that Am=O is called
  Nilpotent . If m is the least positive integer such that
  Am=O then A is called nilpotent of index

 If A is a square matrix such that A2=I is called
  Involutory
LECTURE-4
     Minors and Cofactors of a square matrix:
 Let A=[aij]nxn be a square matrix. When from A the elements
  of ith row and jth column are deleted the determinant of (n-1)
  rowed matrix Mij is called the Minor of aij and is denoted by |
  Mij|


 The signed minor of (-1)i+j|Mij| is called the Cofactor of aij and is
  denoted by Aij

 Determinant of a square matrix can be defined as the sum of
  products of the elements of any row or column with their
  corresponding co-factors is equal to the value of the
  determinant.
LECTURE-5
              Properties of deteminants
 If A is a square matrix of order n then |kA|=kn|A|,
  where k is a scalar

 If A is a square matrix of order n, then |A|=|AT|

 If A and B are two square matrices of the same order,
  then |AB|=|A||B|
LECTURE-6
                   Inverse of a matrix
 Let A be any square matrix, then a matrix B, if it exits such
  that AB=BA=I, then B is called inverse of A and is denoted by
  A-1.
 Every invertible matrix possesses a unique inverse.
 The necessary and sufficient conditions for a square matrix to
  possess inverse is that |A|≠0
 A square matrix A is singular if |A|=0.
 A square matrix A is non singular if |A|≠0
 If A,B are invertable matrices of the same order, then
       i) (AB)-1=B-1A-1      ii) (AT)-1=(A-1)T
LECTURE-7
                      Rank of a matrix
 Let A be an mxn matrix. If A is a null matrix, we define its
  rank to be zero.
 If A is a non null matrix , we say that r is the rank of A if
   i) every (r+1)th order minor of A is 0 and
   ii) there exists at least one rth order minor of A which is not
  zero
  Rank of A is denoted by ρ(A).
  This definition is useful to understand what rank is.
 To determine the rank of A, if m,n are both greater than 4,
   this definition will not general be of much use.
LECTURE-8
                  Properties of rank
 Rank of a matrix is unique
 Every matrix will have a rank
 If A is a matrix of order mxn, rank of
  A=ρ(A)≤min{m,n}
 If ρ(A)=r then every minor of A of order r+1,or more
  is zero
 Rank of the identity matrix In is n
 If A is a matrix of order n and A is non-singular then
  ρ(A)=n
LECTURE-9
             Echelon form of a matrix
 A matrix is said to be in Echelon form if it has the
  following properties
•    Zero rows,if any, are below any non zero row
•    The first non zero entry in each non-zero row is
    equal to one
•    The number of zeros before the first non-zero
  element in a row is less than the number of such zeros
  in next row
LECTURE-10
               Reduction to Normal form
 Every mxn matrix of rank r can be reduced to the form Ir,[Ir,O]
       by a finite chain of elementary row or column
  operations ,where Ir is the r-rowed unit matrix.This form is
  called Normal form or first Canonical form of a matrix

 The rank of mxn matrix A is r if and only if it can be reduced
  to the normal form by a finite chain of elementary row and
  column operations

 If A is an mxn matrix of rank r, there exists non-singular
  matrices P and Q such that PAQ=[Ir O]
LECTURE-11
           System of Linear equations
 An equation of the form a1x1+a2x2+a3x3+…….+anxn=b, where x1,x2,x3…….xn
  are n unknowns and a1,a2,a3…..an,b are constants is called linear equation
 Consider the system of m linear equations in n unknowns
  x1,x2,x3……..xn as given below:
     a11x1+a12x2+…………..+a1nxn=b1
     a21x1+a22x2+…………..+a2nxn=b2
     ………………………………………
     ………………………………………
     am1x1+am2x2+…………..+amnxn=bm
   These system of equations can be written in the matrix form as AX=B
                    LECTURE-12
 If the system of equations is having a unique solution or
  infinite number of solutions then it is said to be consistent

 If the system of equations is having no solution then it is said
  to be inconsistent

 In the matrix form AX=B
   if B=O then the system is said to be homogeneous
  if B≠O then the system is said to be Non- homogeneous
LECTURE-13
            For Non-homogeneous system
 The system AX=B is consistent,i.e.,it has a solution if and
  only if ρ(A)=ρ(A:B)

 If ρ(A)=ρ(A:B)=r<n the system is consistent,but there exists
  infinite number of solutions.Giving arbitrary values to (n-r)
  variables

 If ρ(A)=ρ(A:B)=r=n the system has unique solution

 If ρ(A)≠ρ(A:B) then the system has no solution
LECTURE-14
             For Homogeneous system
 The system AX=O is always consistent because zero
  solution exist
 If A is a non-singular matrix then the linear system
  AX=O has only the zero solution
 Let ρ(A)=r
    if r=n the system of equations have only trivial sol
    if r<n the system of equations have an infinite
  number of non-trivial solutions,we shall have n-r
  variables any arbitrary value and solve for the
  remaininig values

More Related Content

What's hot (20)

Matrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for BusinessMatrix Algebra : Mathematics for Business
Matrix Algebra : Mathematics for Business
 
MATRICES AND ITS TYPE
MATRICES AND ITS TYPEMATRICES AND ITS TYPE
MATRICES AND ITS TYPE
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 
MATRICES
MATRICESMATRICES
MATRICES
 
matricesMrtices
matricesMrticesmatricesMrtices
matricesMrtices
 
LINEAR ALGEBRA AND VECTOR CALCULUS
LINEAR ALGEBRA AND VECTOR CALCULUSLINEAR ALGEBRA AND VECTOR CALCULUS
LINEAR ALGEBRA AND VECTOR CALCULUS
 
Introduction to matices
Introduction to maticesIntroduction to matices
Introduction to matices
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
 
MATRICES
MATRICESMATRICES
MATRICES
 
Determinants
DeterminantsDeterminants
Determinants
 
Singular and non singular matrix
Singular and non singular matrixSingular and non singular matrix
Singular and non singular matrix
 
Algebraic Properties of Matrix Operations
Algebraic Properties of Matrix OperationsAlgebraic Properties of Matrix Operations
Algebraic Properties of Matrix Operations
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
Matrices 1
Matrices 1Matrices 1
Matrices 1
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Matrix Algebra seminar ppt
Matrix Algebra seminar pptMatrix Algebra seminar ppt
Matrix Algebra seminar ppt
 
Introduction of matrix
Introduction of matrixIntroduction of matrix
Introduction of matrix
 
Classification of matrix
Classification of matrixClassification of matrix
Classification of matrix
 
Sub matrices - Circuit Matrix
Sub matrices - Circuit MatrixSub matrices - Circuit Matrix
Sub matrices - Circuit Matrix
 

Similar to Unit i

intruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptxintruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptxShaukatAliChaudhry1
 
Notes of matrices and determinants
Notes of matrices and determinantsNotes of matrices and determinants
Notes of matrices and determinantsKarunaGupta1982
 
Notes of Matrices and Determinants
Notes of Matrices and DeterminantsNotes of Matrices and Determinants
Notes of Matrices and DeterminantsKarunaGupta1982
 
MATRICES.pdf
MATRICES.pdfMATRICES.pdf
MATRICES.pdfMahatoJee
 
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeksBeginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeksJinTaek Seo
 
MATRICES AND DETERMINANTS.ppt
MATRICES AND DETERMINANTS.pptMATRICES AND DETERMINANTS.ppt
MATRICES AND DETERMINANTS.ppt21EDM25Lilitha
 
Matrices
MatricesMatrices
MatricesNORAIMA
 
Matrices
MatricesMatrices
MatricesNORAIMA
 
Matrices
MatricesMatrices
MatricesNORAIMA
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraMUHAMMADUSMAN93058
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)Ranjay Kumar
 
BASIC CONCEPT OF MATRIX.pptx
BASIC CONCEPT OF MATRIX.pptxBASIC CONCEPT OF MATRIX.pptx
BASIC CONCEPT OF MATRIX.pptxCHIRANTANMONDAL2
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfPrathamPatel560716
 
Matrices and determinats
Matrices and determinatsMatrices and determinats
Matrices and determinatsdaferro
 

Similar to Unit i (20)

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
 
Notes of matrices and determinants
Notes of matrices and determinantsNotes of matrices and determinants
Notes of matrices and determinants
 
Notes of Matrices and Determinants
Notes of Matrices and DeterminantsNotes of Matrices and Determinants
Notes of Matrices and Determinants
 
MATRICES.pdf
MATRICES.pdfMATRICES.pdf
MATRICES.pdf
 
Matrix_PPT.pptx
Matrix_PPT.pptxMatrix_PPT.pptx
Matrix_PPT.pptx
 
Maths
MathsMaths
Maths
 
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeksBeginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
Beginning direct3d gameprogrammingmath05_matrices_20160515_jintaeks
 
Matrix
MatrixMatrix
Matrix
 
MATRICES AND DETERMINANTS.ppt
MATRICES AND DETERMINANTS.pptMATRICES AND DETERMINANTS.ppt
MATRICES AND DETERMINANTS.ppt
 
Matrices
MatricesMatrices
Matrices
 
Matrices
MatricesMatrices
Matrices
 
Matrices
MatricesMatrices
Matrices
 
Matrices
MatricesMatrices
Matrices
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear Algebra
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)
 
BASIC CONCEPT OF MATRIX.pptx
BASIC CONCEPT OF MATRIX.pptxBASIC CONCEPT OF MATRIX.pptx
BASIC CONCEPT OF MATRIX.pptx
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdf
 
Matrices and determinats
Matrices and determinatsMatrices and determinats
Matrices and determinats
 
Maths 9
Maths 9Maths 9
Maths 9
 

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

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
 
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
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
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
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
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
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
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
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
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
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
(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
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 

Recently uploaded (20)

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
 
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
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
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...
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
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
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
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
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
(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...
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 

Unit i

  • 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 No.of slides:23
  • 6. UNIT INDEX UNIT-I S.No. Module Lecture PPT Slide No. No. 1 Matrices,Types of L1-5 8-14 Matrices,Properties of determinants. 2 Inverse of a L6-9 15-18 matrix,Rank,Echelon form of a matrix. 3 Reduction to Normal L10-14 19-23 form, system of linear equations.
  • 7. UNIT-I MATRICES AND LINEAR SYSTEM OF EQUATIONS
  • 8. LECTURE-1 Matrix:A system of mn numbers(real or complex) arranged in the form of an ordered set of m rows,each row consisting of an ordered set of n numbers between [ ] or ( ) or || || is called a matrix of order mxn  If A=[aij]mxn and m=n,then A is called Square matrix  A matrix which is not a square matrix is called a rectangular matrix  A matrix of order 1xm is called a row matrix  A matrix of order nx1 is called a column matrix
  • 9.   If A=[aij]nxn such that aij=1 for i=j and aij=0 for i≠j,then A is called unit matrix and it is denoted by In  The matrix obtained from any given matrix A,by interchanging rows and columns is called the transpose of A. It is denoted by AT  A square matrix all of whose elements below the leading diagonal are zero is called upper triangular matrix  A square matrix all of whose elements above the leading diagonal are zero is called lower triangular matrix
  • 10. LECTURE- 2  A square matrix A=[aij] is said to be symmetric if aij=aji for every i and j Thus,A is symmetric matrix ↔ A=AT  A square matrix A=[aij] is said to be Skew-symmetric if aij=-aji for every i and j Thus,A is skew-symmetric ↔ A=-AT  Every square matrix can be expressed as the sum of symmetric and skew-symmetric matrices in uniquely
  • 11. Trace of a square matrix A is defined as sum of the diagonal elements and it is denoted by tr(A) If A and B square matrices of order n and k is any scalar then • tr(kA) = k.tr(A) • tr(A+B) = tr(A) + tr(B) • tr(AB) = tr(A).tr(B)
  • 12. LECTURE-3  If A is a square matrix such that A2=A is called Idempotent  If A is a square matrix such that Am=O is called Nilpotent . If m is the least positive integer such that Am=O then A is called nilpotent of index  If A is a square matrix such that A2=I is called Involutory
  • 13. LECTURE-4 Minors and Cofactors of a square matrix:  Let A=[aij]nxn be a square matrix. When from A the elements of ith row and jth column are deleted the determinant of (n-1) rowed matrix Mij is called the Minor of aij and is denoted by | Mij|  The signed minor of (-1)i+j|Mij| is called the Cofactor of aij and is denoted by Aij  Determinant of a square matrix can be defined as the sum of products of the elements of any row or column with their corresponding co-factors is equal to the value of the determinant.
  • 14. LECTURE-5 Properties of deteminants  If A is a square matrix of order n then |kA|=kn|A|, where k is a scalar  If A is a square matrix of order n, then |A|=|AT|  If A and B are two square matrices of the same order, then |AB|=|A||B|
  • 15. LECTURE-6 Inverse of a matrix  Let A be any square matrix, then a matrix B, if it exits such that AB=BA=I, then B is called inverse of A and is denoted by A-1.  Every invertible matrix possesses a unique inverse.  The necessary and sufficient conditions for a square matrix to possess inverse is that |A|≠0  A square matrix A is singular if |A|=0.  A square matrix A is non singular if |A|≠0  If A,B are invertable matrices of the same order, then i) (AB)-1=B-1A-1 ii) (AT)-1=(A-1)T
  • 16. LECTURE-7 Rank of a matrix  Let A be an mxn matrix. If A is a null matrix, we define its rank to be zero.  If A is a non null matrix , we say that r is the rank of A if i) every (r+1)th order minor of A is 0 and ii) there exists at least one rth order minor of A which is not zero Rank of A is denoted by ρ(A). This definition is useful to understand what rank is.  To determine the rank of A, if m,n are both greater than 4, this definition will not general be of much use.
  • 17. LECTURE-8 Properties of rank  Rank of a matrix is unique  Every matrix will have a rank  If A is a matrix of order mxn, rank of A=ρ(A)≤min{m,n}  If ρ(A)=r then every minor of A of order r+1,or more is zero  Rank of the identity matrix In is n  If A is a matrix of order n and A is non-singular then ρ(A)=n
  • 18. LECTURE-9 Echelon form of a matrix  A matrix is said to be in Echelon form if it has the following properties • Zero rows,if any, are below any non zero row • The first non zero entry in each non-zero row is equal to one • The number of zeros before the first non-zero element in a row is less than the number of such zeros in next row
  • 19. LECTURE-10 Reduction to Normal form  Every mxn matrix of rank r can be reduced to the form Ir,[Ir,O] by a finite chain of elementary row or column operations ,where Ir is the r-rowed unit matrix.This form is called Normal form or first Canonical form of a matrix  The rank of mxn matrix A is r if and only if it can be reduced to the normal form by a finite chain of elementary row and column operations  If A is an mxn matrix of rank r, there exists non-singular matrices P and Q such that PAQ=[Ir O]
  • 20. LECTURE-11 System of Linear equations  An equation of the form a1x1+a2x2+a3x3+…….+anxn=b, where x1,x2,x3…….xn are n unknowns and a1,a2,a3…..an,b are constants is called linear equation  Consider the system of m linear equations in n unknowns x1,x2,x3……..xn as given below: a11x1+a12x2+…………..+a1nxn=b1 a21x1+a22x2+…………..+a2nxn=b2 ……………………………………… ……………………………………… am1x1+am2x2+…………..+amnxn=bm These system of equations can be written in the matrix form as AX=B
  • 21. LECTURE-12  If the system of equations is having a unique solution or infinite number of solutions then it is said to be consistent  If the system of equations is having no solution then it is said to be inconsistent  In the matrix form AX=B if B=O then the system is said to be homogeneous if B≠O then the system is said to be Non- homogeneous
  • 22. LECTURE-13 For Non-homogeneous system  The system AX=B is consistent,i.e.,it has a solution if and only if ρ(A)=ρ(A:B)  If ρ(A)=ρ(A:B)=r<n the system is consistent,but there exists infinite number of solutions.Giving arbitrary values to (n-r) variables  If ρ(A)=ρ(A:B)=r=n the system has unique solution  If ρ(A)≠ρ(A:B) then the system has no solution
  • 23. LECTURE-14 For Homogeneous system  The system AX=O is always consistent because zero solution exist  If A is a non-singular matrix then the linear system AX=O has only the zero solution  Let ρ(A)=r if r=n the system of equations have only trivial sol if r<n the system of equations have an infinite number of non-trivial solutions,we shall have n-r variables any arbitrary value and solve for the remaininig values