SlideShare a Scribd company logo
2
Most read
3
Most read
5
Most read
Determinants
Introduction
Every square matrix has associated with it a scalar called its
determinant.
Given a matrix A, we use det(A) or |A| to designate its determinant.
We can also designate the determinant of matrix A by replacing the
brackets by vertical straight lines. For example,
A=[2 1
0 3 ] det(A)=∣
2 1
0 3
∣
Definition 1: The determinant of a 1×1 matrix [a] is the scalar a.
Definition 2: The determinant of a 2×2 matrix is the scalar ad-bc.
For higher order matrices, we will use a recursive procedure to compute
determinants.
[a b
c d]
Expansion by Cofactors
Definition 1: Given a matrix A, a minor is the determinant of
square submatrix of A.
Definition 2: Given a matrix A=[aij] , the cofactor of the element
aij is a scalar obtained by multiplying together the term (-1)i+j
and the minor obtained from A by removing the ith row and the
jth column.
In other words, the cofactor Cij is given by Cij = (−1)i+j
Mij.
For example,
A=
[
a11 a12 a13
a21 a22 a23
a31 a32 a33
]
M21=∣
a12 a13
a32 a33
∣
M22=∣
a11 a13
a31 a33
∣
⇒C21=(−1)2+1
M 21=−M21
⇒C22=(−1)
2+2
M22=M22
Expansion by Cofactors
To find the determinant of a matrix A of arbitrary order,
a)Pick any one row or any one column of the matrix;
b)For each element in the row or column chosen, find its
cofactor;
c)Multiply each element in the row or column chosen by its
cofactor and sum the results. This sum is the determinant of the
matrix.
In other words, the determinant of A is given by
det( A)=∣A∣=∑
j=1
n
aij Cij=ai1 Ci1+ai2 Ci2+⋯+ain Cin
det ( A )=∣A∣=∑
i=1
n
aij Cij=a1j C1j+a2j C2j +⋯+anj Cnj
ith row
expansion
jth column
expansion
Example 1:
We can compute the determinant
1 2 3
4 5 6
7 8 9
=T
by expanding along the first row,
( ) ( ) ( )
1 1 1 2 1 35 6 4 6 4 5
1 2 3
8 9 7 9 7 8
+ + +
= × − + × − + × −T 3 12 9 0= − + − =
Or expand down the second column:
( ) ( ) ( )
1 2 2 2 3 24 6 1 3 1 3
2 5 8
7 9 7 9 4 6
+ + +
= × − + × − + × −T 12 60 48 0= − + =
Example 2: (using a row or column with many zeroes)
( )
2 3
1 5 0
1 5
2 1 1 1
3 1
3 1 0
+
= × −
−
−
16=
Properties of determinants
Property 1: If one row of a matrix consists entirely of zeros, then
the determinant is zero.
Property 2: If two rows of a matrix are interchanged, the
determinant changes sign.
Property 3: If two rows of a matrix are identical, the determinant
is zero.
Property 4: If the matrix B is obtained from the matrix A by
multiplying every element in one row of A by the scalar λ, then |
B|= λ|A|.
Property 5: For an n × n matrix A and any scalar λ, det(λA)=
λn
det(A).
Properties of determinants
Property 6: If a matrix B is obtained from a matrix A by adding to
one row of A, a scalar times another row of A, then |A|=|B|.
Property 7: det(A) = det(AT
).
Property 8: The determinant of a triangular matrix, either upper or
lower, is the product of the elements on the main diagonal.
Property 9: If A and B are of the same order, then
det(AB)=det(A) det(B).
Inversion
Theorem 1: A square matrix has an inverse if and only if its
determinant is not zero.
Below we develop a method to calculate the inverse of
nonsingular matrices using determinants.
Definition 1: The cofactor matrix associated with an n × n matrix
A is an n × n matrix Ac
obtained from A by replacing each
element of A by its cofactor.
Definition 2: The adjugate of an n × n matrix A is the transpose
of the cofactor matrix of A: Aa
= (Ac
)T

Find the adjugate of
Solution:
The cofactor matrix of A:
A=
[−1 3 2
0 −2 1
1 0 −2 ]
[
∣−2 1
0 −2
∣ −∣0 1
1 −2
∣ ∣0 −2
1 0
∣
−∣
3 2
0 −2
∣ ∣
−1 2
1 −2
∣ −∣
−1 3
1 0
∣
∣
3 2
−2 1
∣ −∣
−1 2
0 1
∣ ∣
−1 3
0 −2
∣] =
[4 1 2
6 0 3
7 1 2 ]
Aa
=
[4 6 7
1 0 1
2 3 2 ]
Example of finding adjugate
Inversion using determinants
Theorem 2: A Aa
= Aa
A = |A| I .
If |A| ≠ 0 then from Theorem 2, A(Aa
∣A∣)=(Aa
∣A∣)A=I
A
−1
=
1
∣A∣
A
a
if ∣A∣≠0
That is, if |A| ≠ 0, then A-1
may be obtained by dividing the
adjugate of A by the determinant of A.
For example, if
then
A=[a b
c d ],
A−1
=
1
∣A∣
Aa
=
1
ad−bc [d −b
−c a ]
Use the adjugate of to find A-1A=
[−1 3 2
0 −2 1
1 0 −2 ]
Aa
=
[4 6 7
1 0 1
2 3 2 ]
∣A∣=(−1)(−2)(−2)+(3)(1)(1)−(1)(−2)(2)=3
A
−1
=
1
∣A∣
A
a
=
1
3 [
4 6 7
1 0 1
2 3 2 ]=
[
4
3
2 7
3
1
3
0
1
3
2
3
1 2
3
]
Inversion using determinants: example

More Related Content

PPTX
Determinants
Seyid Kadher
 
PDF
Determinants
Joey Fontanilla Valdriz
 
PPT
Ppt on matrices and Determinants
NirmalaSolapur
 
PDF
Intellectual Property Rights and its Types
R.Arun Kumar M.E (Ph.D.)
 
PPTX
Matrices ppt
aakashray33
 
PDF
Introduction of matrices
Shakehand with Life
 
PPT
Matrices And Determinants
DEVIKA S INDU
 
PPTX
ILLUSTRATING TRIANGLE CONGRUENCE.pptx
bernadethvillanueva1
 
Determinants
Seyid Kadher
 
Ppt on matrices and Determinants
NirmalaSolapur
 
Intellectual Property Rights and its Types
R.Arun Kumar M.E (Ph.D.)
 
Matrices ppt
aakashray33
 
Introduction of matrices
Shakehand with Life
 
Matrices And Determinants
DEVIKA S INDU
 
ILLUSTRATING TRIANGLE CONGRUENCE.pptx
bernadethvillanueva1
 

What's hot (20)

PPTX
Determinants
Rivan001
 
PDF
Matrices and determinants
oscar
 
PDF
Matrices & Determinants
Birinder Singh Gulati
 
PPTX
Matrix algebra
Arjuna Senanayake
 
PPT
Relations
Ali Saleem
 
PPSX
Types of RELATIONS
Janak Singh saud
 
PPTX
Sets PowerPoint Presentation
Ashna Rajput
 
PDF
Matrix introduction and matrix operations.
Learnbay Datascience
 
PPS
SET THEORY
Lena
 
PDF
Matrices and determinants
Kum Visal
 
PPS
Matrix Operations
Ron Eick
 
PPTX
Matrices and determinants
som allul
 
PDF
INVERSE OF MATRIX
Rajneesh Pachwaria
 
PPTX
Matrix Algebra seminar ppt
Swetalina Pradhan
 
PPT
Matrix basic operations
Jessica Garcia
 
PPTX
Matrices and System of Linear Equations ppt
Drazzer_Dhruv
 
PPTX
Integration presentation
Urmila Bhardwaj
 
PPTX
Presentation on matrix
Nahin Mahfuz Seam
 
PPTX
Linear dependence & independence vectors
Rakib Hossain
 
Determinants
Rivan001
 
Matrices and determinants
oscar
 
Matrices & Determinants
Birinder Singh Gulati
 
Matrix algebra
Arjuna Senanayake
 
Relations
Ali Saleem
 
Types of RELATIONS
Janak Singh saud
 
Sets PowerPoint Presentation
Ashna Rajput
 
Matrix introduction and matrix operations.
Learnbay Datascience
 
SET THEORY
Lena
 
Matrices and determinants
Kum Visal
 
Matrix Operations
Ron Eick
 
Matrices and determinants
som allul
 
INVERSE OF MATRIX
Rajneesh Pachwaria
 
Matrix Algebra seminar ppt
Swetalina Pradhan
 
Matrix basic operations
Jessica Garcia
 
Matrices and System of Linear Equations ppt
Drazzer_Dhruv
 
Integration presentation
Urmila Bhardwaj
 
Presentation on matrix
Nahin Mahfuz Seam
 
Linear dependence & independence vectors
Rakib Hossain
 
Ad

Similar to Determinants - Mathematics (20)

PPT
Determinant untuk kuliahteknik sipil atau umum
adjie25
 
PPTX
MATRICES CSEC MATHEMATICS SECTION TWO ..
millenarian1
 
PDF
Engg maths k notes(4)
Ranjay Kumar
 
PPTX
Matrices
Santhanam Krishnan
 
PPTX
Bba i-bm-u-2- matrix -
Rai University
 
PDF
Calculus and matrix algebra notes
VICTOROGOT4
 
PPT
Matrix and Determinants
AarjavPinara
 
PPT
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
mrsam3062
 
PPT
M a t r i k s
Hartati Yuningsih
 
PPT
systems of linear equations & matrices
Student
 
PPTX
GATE Preparation : Matrix Algebra
ParthDave57
 
DOC
Business mathametics and statistics b.com ii semester (2)
shamimakamili
 
PDF
Matrices and determinants
oscar
 
DOCX
Determinants
Scholars Learning
 
PDF
Determinants
Scholars Learning
 
PDF
Chapter 3: Linear Systems and Matrices - Part 3/Slides
Chaimae Baroudi
 
PPTX
Determinants, crammers law, Inverse by adjoint and the applications
NikoBellic28
 
PPTX
2. Introduction to Matrices, Matrix Multiplication, Laws of Transposition, So...
DrHinaMunirDutt
 
PPT
في علم الرياضيات ا لمصفوفات AMANI HATEM.ppt
AmaniHatem1
 
Determinant untuk kuliahteknik sipil atau umum
adjie25
 
MATRICES CSEC MATHEMATICS SECTION TWO ..
millenarian1
 
Engg maths k notes(4)
Ranjay Kumar
 
Bba i-bm-u-2- matrix -
Rai University
 
Calculus and matrix algebra notes
VICTOROGOT4
 
Matrix and Determinants
AarjavPinara
 
ALLIED MATHEMATICS -I UNIT III MATRICES.ppt
mrsam3062
 
M a t r i k s
Hartati Yuningsih
 
systems of linear equations & matrices
Student
 
GATE Preparation : Matrix Algebra
ParthDave57
 
Business mathametics and statistics b.com ii semester (2)
shamimakamili
 
Matrices and determinants
oscar
 
Determinants
Scholars Learning
 
Determinants
Scholars Learning
 
Chapter 3: Linear Systems and Matrices - Part 3/Slides
Chaimae Baroudi
 
Determinants, crammers law, Inverse by adjoint and the applications
NikoBellic28
 
2. Introduction to Matrices, Matrix Multiplication, Laws of Transposition, So...
DrHinaMunirDutt
 
في علم الرياضيات ا لمصفوفات AMANI HATEM.ppt
AmaniHatem1
 
Ad

More from Drishti Bhalla (16)

PPTX
Propositions - Discrete Structures
Drishti Bhalla
 
PDF
Physical Layer Numericals - Data Communication & Networking
Drishti Bhalla
 
PPT
Matrices - Mathematics
Drishti Bhalla
 
PPTX
Holy Rivers - Hindi
Drishti Bhalla
 
PPTX
Mid point line Algorithm - Computer Graphics
Drishti Bhalla
 
ODP
Unix Memory Management - Operating Systems
Drishti Bhalla
 
PDF
Collections Api - Java
Drishti Bhalla
 
PDF
Airline Reservation System - Software Engineering
Drishti Bhalla
 
PDF
Performance Management and Feedback - SHRM
Drishti Bhalla
 
PPTX
Computer System Architecture - BUN instruction
Drishti Bhalla
 
PPTX
King of acids -Sulphuric Acid H2SO4
Drishti Bhalla
 
PPTX
Information Technology - System Threats
Drishti Bhalla
 
PPTX
Software Metrics - Software Engineering
Drishti Bhalla
 
PDF
Binary Search - Design & Analysis of Algorithms
Drishti Bhalla
 
PPTX
CNF & Leftmost Derivation - Theory of Computation
Drishti Bhalla
 
PPTX
Fd & Normalization - Database Management System
Drishti Bhalla
 
Propositions - Discrete Structures
Drishti Bhalla
 
Physical Layer Numericals - Data Communication & Networking
Drishti Bhalla
 
Matrices - Mathematics
Drishti Bhalla
 
Holy Rivers - Hindi
Drishti Bhalla
 
Mid point line Algorithm - Computer Graphics
Drishti Bhalla
 
Unix Memory Management - Operating Systems
Drishti Bhalla
 
Collections Api - Java
Drishti Bhalla
 
Airline Reservation System - Software Engineering
Drishti Bhalla
 
Performance Management and Feedback - SHRM
Drishti Bhalla
 
Computer System Architecture - BUN instruction
Drishti Bhalla
 
King of acids -Sulphuric Acid H2SO4
Drishti Bhalla
 
Information Technology - System Threats
Drishti Bhalla
 
Software Metrics - Software Engineering
Drishti Bhalla
 
Binary Search - Design & Analysis of Algorithms
Drishti Bhalla
 
CNF & Leftmost Derivation - Theory of Computation
Drishti Bhalla
 
Fd & Normalization - Database Management System
Drishti Bhalla
 

Recently uploaded (20)

PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PPTX
Basics and rules of probability with real-life uses
ravatkaran694
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
How to Apply for a Job From Odoo 18 Website
Celine George
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
PPTX
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
PPTX
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
PPTX
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PPTX
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
DOCX
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PPTX
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
Basics and rules of probability with real-life uses
ravatkaran694
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
How to Apply for a Job From Odoo 18 Website
Celine George
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 

Determinants - Mathematics

  • 2. Introduction Every square matrix has associated with it a scalar called its determinant. Given a matrix A, we use det(A) or |A| to designate its determinant. We can also designate the determinant of matrix A by replacing the brackets by vertical straight lines. For example, A=[2 1 0 3 ] det(A)=∣ 2 1 0 3 ∣ Definition 1: The determinant of a 1×1 matrix [a] is the scalar a. Definition 2: The determinant of a 2×2 matrix is the scalar ad-bc. For higher order matrices, we will use a recursive procedure to compute determinants. [a b c d]
  • 3. Expansion by Cofactors Definition 1: Given a matrix A, a minor is the determinant of square submatrix of A. Definition 2: Given a matrix A=[aij] , the cofactor of the element aij is a scalar obtained by multiplying together the term (-1)i+j and the minor obtained from A by removing the ith row and the jth column. In other words, the cofactor Cij is given by Cij = (−1)i+j Mij. For example, A= [ a11 a12 a13 a21 a22 a23 a31 a32 a33 ] M21=∣ a12 a13 a32 a33 ∣ M22=∣ a11 a13 a31 a33 ∣ ⇒C21=(−1)2+1 M 21=−M21 ⇒C22=(−1) 2+2 M22=M22
  • 4. Expansion by Cofactors To find the determinant of a matrix A of arbitrary order, a)Pick any one row or any one column of the matrix; b)For each element in the row or column chosen, find its cofactor; c)Multiply each element in the row or column chosen by its cofactor and sum the results. This sum is the determinant of the matrix. In other words, the determinant of A is given by det( A)=∣A∣=∑ j=1 n aij Cij=ai1 Ci1+ai2 Ci2+⋯+ain Cin det ( A )=∣A∣=∑ i=1 n aij Cij=a1j C1j+a2j C2j +⋯+anj Cnj ith row expansion jth column expansion
  • 5. Example 1: We can compute the determinant 1 2 3 4 5 6 7 8 9 =T by expanding along the first row, ( ) ( ) ( ) 1 1 1 2 1 35 6 4 6 4 5 1 2 3 8 9 7 9 7 8 + + + = × − + × − + × −T 3 12 9 0= − + − = Or expand down the second column: ( ) ( ) ( ) 1 2 2 2 3 24 6 1 3 1 3 2 5 8 7 9 7 9 4 6 + + + = × − + × − + × −T 12 60 48 0= − + = Example 2: (using a row or column with many zeroes) ( ) 2 3 1 5 0 1 5 2 1 1 1 3 1 3 1 0 + = × − − − 16=
  • 6. Properties of determinants Property 1: If one row of a matrix consists entirely of zeros, then the determinant is zero. Property 2: If two rows of a matrix are interchanged, the determinant changes sign. Property 3: If two rows of a matrix are identical, the determinant is zero. Property 4: If the matrix B is obtained from the matrix A by multiplying every element in one row of A by the scalar λ, then | B|= λ|A|. Property 5: For an n × n matrix A and any scalar λ, det(λA)= λn det(A).
  • 7. Properties of determinants Property 6: If a matrix B is obtained from a matrix A by adding to one row of A, a scalar times another row of A, then |A|=|B|. Property 7: det(A) = det(AT ). Property 8: The determinant of a triangular matrix, either upper or lower, is the product of the elements on the main diagonal. Property 9: If A and B are of the same order, then det(AB)=det(A) det(B).
  • 8. Inversion Theorem 1: A square matrix has an inverse if and only if its determinant is not zero. Below we develop a method to calculate the inverse of nonsingular matrices using determinants. Definition 1: The cofactor matrix associated with an n × n matrix A is an n × n matrix Ac obtained from A by replacing each element of A by its cofactor. Definition 2: The adjugate of an n × n matrix A is the transpose of the cofactor matrix of A: Aa = (Ac )T
  • 9.  Find the adjugate of Solution: The cofactor matrix of A: A= [−1 3 2 0 −2 1 1 0 −2 ] [ ∣−2 1 0 −2 ∣ −∣0 1 1 −2 ∣ ∣0 −2 1 0 ∣ −∣ 3 2 0 −2 ∣ ∣ −1 2 1 −2 ∣ −∣ −1 3 1 0 ∣ ∣ 3 2 −2 1 ∣ −∣ −1 2 0 1 ∣ ∣ −1 3 0 −2 ∣] = [4 1 2 6 0 3 7 1 2 ] Aa = [4 6 7 1 0 1 2 3 2 ] Example of finding adjugate
  • 10. Inversion using determinants Theorem 2: A Aa = Aa A = |A| I . If |A| ≠ 0 then from Theorem 2, A(Aa ∣A∣)=(Aa ∣A∣)A=I A −1 = 1 ∣A∣ A a if ∣A∣≠0 That is, if |A| ≠ 0, then A-1 may be obtained by dividing the adjugate of A by the determinant of A. For example, if then A=[a b c d ], A−1 = 1 ∣A∣ Aa = 1 ad−bc [d −b −c a ]
  • 11. Use the adjugate of to find A-1A= [−1 3 2 0 −2 1 1 0 −2 ] Aa = [4 6 7 1 0 1 2 3 2 ] ∣A∣=(−1)(−2)(−2)+(3)(1)(1)−(1)(−2)(2)=3 A −1 = 1 ∣A∣ A a = 1 3 [ 4 6 7 1 0 1 2 3 2 ]= [ 4 3 2 7 3 1 3 0 1 3 2 3 1 2 3 ] Inversion using determinants: example