SlideShare a Scribd company logo
DETERMINANTS
• A Determinant of a matrix represents a single
number.
• We obtain this value by multiplying and
adding its elements in a special way.
Determinant of a Matrix of Order One
• Determinant of a matrix of order one
A=[a11]1x1 is
𝐴 = a11 = a11
Determinant of a Matrix of Order Two
• Determinant of a Matrix A=
𝑎11 𝑎12
𝑎21 𝑎22
2x2 is
𝐴 =
𝑎11 𝑎12
𝑎21 𝑎22
= 𝑎11 𝑎22 - 𝑎12 𝑎21
Determinant of a Matrix of Order Three
• Determinant of a Matrix A =
𝑎11 𝑎12 𝑎13
𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
is (expanding along R1)
• 𝐴 =
𝑎11 𝑎12 𝑎13
𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
= (-1)1+1 𝑎11
𝑎22 𝑎23
𝑎32 𝑎33
- (-1)1+2 𝑎12
𝑎21 𝑎23
𝑎31 𝑎33
+ (-1)1+3 𝑎13
𝑎21 𝑎22
𝑎31 𝑎32
= 𝑎11(𝑎22 𝑎33 - 𝑎32 𝑎23) - 𝑎12(𝑎21 𝑎33 - 𝑎31 𝑎23) + 𝑎13(𝑎21 𝑎32 - 𝑎31 𝑎22)
= 𝑎11 𝑎22 𝑎33 - 𝑎11 𝑎32 𝑎23 - 𝑎12 𝑎21 𝑎33 + 𝑎12 𝑎31 𝑎23 + 𝑎13 𝑎21 𝑎32 - 𝑎13 𝑎31 𝑎22
• http://www.authorstream.com/Presentation/j
oshsmith1110-162211-determinants-math-
ppt-shella-paglinawan-education-powerpoint/
Evaluate the Determinant ∆ =
1 2
4 2
•
1 2
4 2
= 1(2) – 2(4)
= 2 – 8
= -6
Find the Values of 𝑥 for which
3 𝑥
𝑥 1
=
3 2
4 1
•
3 𝑥
𝑥 1
=
3 2
4 1
• ie 3 – 𝑥2 = 3 - 8
⇒ 𝑥2 = 8
⇒ 𝑥 = ±2 2
Evaluate the Determinant ∆ =
3 −4 5
1 1 −2
2 3 1
•
3 −4 5
1 1 −2
2 3 1
= 3
1 −2
3 1
- (-4)
1 −2
2 1
+ 5
1 1
2 3
= 3(1 + 6) + 4(1 + 4) + 5(3 -2)
= 3(7) + 4(5) + 5(1)
= 21 + 20 + 5
= 46
Properties of Determinants
Property 1:The value of the determinant remains unchanged if its
rows and columns are interchanged.
Note: det(A) = det(A’) Where A’ = transpose of A
Property 2: If any two rows (or columns) of a determinant are
interchanged,then sign of determinant changes
Property 3: If any two rows (or columns) of a
determinant are identical (all corresponding elements
are same), then value of determinant is zero
• Verification: If we interchange the identical rows (or columns)
of the deteminent ∆, then ∆ does not change. But by Property
2 ∆ has changed its sign. Then ∆ = - ∆
ie ∆ = 0
Property 4: If each element of a row (or a column) of a
determinant is multiplied by a constant k, then its value
gets multiplied by k.
Note:
• Multiplying a determinant by k means
multiply elements of only one row (or one
column) by k.
• If A = [aij]3×3,then | k.A| = k3 |A|
Property 5:If some or all elements of a row or column of a determinant
are expressed as sum of two (or more) terms, then the determinant
can be expressed as sum of two (or more) determinants.
Property 6: To each element of any row or column of a determinant,
the equimultiples of corresponding elements of other row (or column)
are added, then the value of determinant remains the same
Area of a triangle
• Area of a triangle with vertices (x1, y1), (x2, y2)
and (x3, y3) is
∆ =
1
2
x1 y1 1
x2 y2 1
x3 y3 1
Minor
• Minor of an element aij of a determinant of
order n is the determinant of the square sub-
matrix of order (n-1) obtained by leaving ith
row and j th column.
• Minor of aij is denoted by Mij.
Find the minors of 1,-2,4,2 in
1 −2
4 2
• M11 = Minor of a11 = Minor of 1 = 2
• M12 = Minor of a12 = Minor of -2 = 4
• M21 = Minor of a21 = Minor of 4 = -2
• M22 = Minor of a22 = Minor of 2 = 1
Find the minors of all elements in
3 −4 5
1 6 −2
2 3 0
• M11 = Minor of a11 = Minor of 3 =
6 −2
3 0
= (6x0) – (-2x3) = 0 + 6 = 6
• M12 = Minor of a12 = Minor of -4=
1 −2
2 0
= (1x0) – (-2x2) = 0 + 4 = 4
• M13 = Minor of a13 = Minor of 5 =
1 6
2 3
= (1x3) – (2x6) = 3 -12 = -9
• M21 = Minor of a21 = Minor of 1 =
−4 5
3 0
= (-4x0) – (3x5) = 0 -15 = -15
• M22 = Minor of a22 = Minor of 6 =
3 5
2 0
= (3x0) – (2x5) = 0 - 10 = -10
• M23 = Minor of a23 = Minor of -2=
3 −4
2 3
= (3x3) – (-4x2) = 9+8 = 17
• M31 = Minor of a31 = Minor of 2 =
−4 5
6 −2
= (-4x-2)-(6x5) =8-30 =-22
• M32 = Minor of a32 = Minor of 3 =
3 5
1 −2
= (3x-2) – (1x5) = -6-5 =-11
• M33 = Minor of a33 = Minor of 0 =
3 −4
1 6
= (3x6) – (1x-4) = 18 +4 =22
Co factor
• Cofactor of an element aij , denoted by Aij is
Aij = (–1)i + j Mij
where Mij is minor of aij.
Note: Aij =
𝑀𝑖𝑗 𝑖𝑓 𝑖 + 𝑗 𝑖𝑠 𝑒𝑣𝑒𝑛
−𝑀𝑖𝑗 𝑖𝑓 𝑖 + 𝑗 𝑖𝑠 𝑜𝑑𝑑
If elements of a row (or column) are multiplied with cofactors of any other row
(or column), then their sum is zero.
Find the cofactors of 1,-2,4,2 in
1 −2
4 2
• M11 = Minor of a11 = Minor of 1 = 2
A11= Cofactor of a11 = (-1)1+1M11 =2
M12 = Minor of a12 = Minor of -2 = 4
A12= Cofactor of a12 = (-1)1+2M12 = -4
• M21 = Minor of a21 = Minor of 4 = -2
A21= Cofactor of a21 = (-1)2+1M21 = 2
• M22 = Minor of a22 = Minor of 2 = 1
A22= Cofactor of a22 = (-1)2+2M22 = 1
Adjoint of a matrix
• Adjoint of a matrix A = [aij]n × n is the transpose of the
matrix [Aij]n × n, where Aij is the cofactor of the element aij .
Denoted by adj A.
• If A =
𝑎11 𝑎12 𝑎13
𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
adj A = Transpose of
𝐴11 𝐴12 𝐴13
𝐴21 𝐴22 𝐴23
𝐴31 𝐴32 𝐴33
=
𝐴11 𝐴21 𝐴31
𝐴12 𝐴22 𝐴32
𝐴13 𝐴23 𝐴33
Theorem 1 : If A be any square matrix of order n, then
A(adj A) = |A|In = (adj A) A
Verification: Let A =
𝑎11 𝑎12 𝑎13
𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
then adj A =
𝐴11 𝐴21 𝐴31
𝐴12 𝐴22 𝐴32
𝐴13 𝐴23 𝐴33
Sum of the product of elements of a row (or a column) with corresponding
cofactor is equal to lAl, otherwise zero.
∴ A (adj A) =
lAl 0 0
0 lAl 0
0 0 lAl
= lAl
1 0 0
0 1 0
0 0 1
= lAl I ..…. (i)
Similarly (adj A) A = lAl I …… (ii)
By (i) & (ii) A(adj A) = |A|I n = (adj A) A
SINGULAR & NON SINGULAR
• Singular:
A square matrix A is said to be singular if
| A | = 0
• Non Singular
A square matrix A is said to be non-singular if
|A| ≠ 0.
Theorem 2: If A and B are nonsingular matrices of the
same order, then AB and BA are also nonsingular
matrices of the same order.
i.e. If |A|≠ 0 & |B|≠ 0
Then |AB|≠ 0 & |BA|≠ 0
Theorem 3: The determinant of the product of matrices is
equal to the product of their respective determinants.
i.e. |AB| =|A| |B|
Invertible Matrices
• If A & B are Square Matrices such that
AB = BA = I
B is called inverse matrix of A
B = A-1
A is said to be invertible
Theorem 4 : A square matrix A is invertible if and only if A is
nonsingular matrix
Verification: Let A be an invertible matrix. Then there exists a matrix
B such that AB = In = BA
⇒ |AB| =| In |
⇒ |A| |B| = I [ ∵ |AB| =|A| |B|]
⇒ |A| ≠ 0
⇒ A is a non-singular matrix
Conversly, let A be a non-singular matrix of order n. Then |A| ≠ 0
A(adj A) = |A|In = (adj A) A (by thm 1)
⇒ A
1
|A|
adj A = In =
1
|A|
adj A A
⇒ A-1 =
1
|A|
adj A
Hence A is an invertible matrix.
Consistency of the System of Linear Equation
Consistent system
A system of equations is said to be consistent
if its solution (one or more) exists.
Inconsistent system
A system of equations is said to be
inconsistent if its solution does not exist.
Solution of system of linear equations using inverse of
a matrix
If a1x+b1y+c1z = d1
a2x+b2y+c2z = d2
a3x+b3y+c3z = d3
writing these equation as AX = B
where A =
𝑎1 𝑏1 𝑐1
𝑎2 𝑏2 𝑐2
𝑎3 𝑏3 𝑐3
, X =
𝑥
𝑦
𝑧
and B =
𝑑1
𝑑2
𝑑3
Then X = A-1B
(i) |A|≠ 0 , there exists unique solution.
(ii) |A| = 0 and (adj A)B ≠ 0, then there exists no solution.
(iii)|A| = 0 and (adj A)B = 0, then system may or may not be consistent.

More Related Content

What's hot

Ppt on matrices and Determinants
Ppt on matrices and DeterminantsPpt on matrices and Determinants
Ppt on matrices and Determinants
NirmalaSolapur
 
Determinants
DeterminantsDeterminants
Determinants
Rivan001
 
Introduction to Matrices
Introduction to MatricesIntroduction to Matrices
Introduction to Matricesholmsted
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
aakashray33
 
Echelon and reduced echelon form & Filters
Echelon and reduced echelon form & FiltersEchelon and reduced echelon form & Filters
Echelon and reduced echelon form & Filters
Zahid Ali
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
Drazzer_Dhruv
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operationsJessica Garcia
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matricesStudent
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theory
Tarun Gehlot
 
Matrix Algebra seminar ppt
Matrix Algebra seminar pptMatrix Algebra seminar ppt
Matrix Algebra seminar ppt
Swetalina Pradhan
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrixNikhi Jain
 
MATRICES AND ITS TYPE
MATRICES AND ITS TYPEMATRICES AND ITS TYPE
MATRICES AND ITS TYPE
Himanshu Negi
 
Logarithms
LogarithmsLogarithms
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
Jonathan Templin
 
Complex numbers org.ppt
Complex numbers org.pptComplex numbers org.ppt
Complex numbers org.pptOsama Tahir
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And Determinants
DEVIKA S INDU
 
Cramers rule
Cramers ruleCramers rule
Cramers rulemstf mstf
 
Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - Mathematics
Drishti Bhalla
 

What's hot (20)

Ppt on matrices and Determinants
Ppt on matrices and DeterminantsPpt on matrices and Determinants
Ppt on matrices and Determinants
 
Determinants
DeterminantsDeterminants
Determinants
 
Introduction to Matrices
Introduction to MatricesIntroduction to Matrices
Introduction to Matrices
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Echelon and reduced echelon form & Filters
Echelon and reduced echelon form & FiltersEchelon and reduced echelon form & Filters
Echelon and reduced echelon form & Filters
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
 
Set Theory Presentation
Set Theory PresentationSet Theory Presentation
Set Theory Presentation
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operations
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theory
 
Matrix Algebra seminar ppt
Matrix Algebra seminar pptMatrix Algebra seminar ppt
Matrix Algebra seminar ppt
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrix
 
MATRICES AND ITS TYPE
MATRICES AND ITS TYPEMATRICES AND ITS TYPE
MATRICES AND ITS TYPE
 
Logarithms
LogarithmsLogarithms
Logarithms
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
 
Complex numbers org.ppt
Complex numbers org.pptComplex numbers org.ppt
Complex numbers org.ppt
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And Determinants
 
Cramers rule
Cramers ruleCramers rule
Cramers rule
 
Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - Mathematics
 

Viewers also liked

Matrices and determinants-1
Matrices and determinants-1Matrices and determinants-1
Matrices and determinants-1
sudersana viswanathan
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
oscar
 
Determinant
DeterminantDeterminant
Determinant
sekh_dhi
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
Kum Visal
 
MATRICES
MATRICESMATRICES
MATRICESfaijmsk
 
Matrices And Application Of Matrices
Matrices And Application Of MatricesMatrices And Application Of Matrices
Matrices And Application Of Matrices
mailrenuka
 
Pc 8.5 notes_appsof_det
Pc 8.5 notes_appsof_detPc 8.5 notes_appsof_det
Pc 8.5 notes_appsof_det
Jonathan Fjelstrom
 
Inverse matrix pptx
Inverse matrix pptxInverse matrix pptx
Inverse matrix pptxKimguan Tan
 
Matrices
Matrices Matrices
Matrices
Jaissy John
 
Lesson 1 matrix
Lesson 1 matrixLesson 1 matrix
Lesson 1 matrix
Melvy Dela Torre
 
Matrix product
Matrix productMatrix product
Matrix productmstf mstf
 
The National Toxicology Program Nonneoplastic Lesion Atlas
The National Toxicology Program Nonneoplastic Lesion AtlasThe National Toxicology Program Nonneoplastic Lesion Atlas
The National Toxicology Program Nonneoplastic Lesion Atlas
EPL, Inc.
 
Inverse of matrix
Inverse of matrixInverse of matrix
Inverse of matrix
gandhinagar
 
Linear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditLinear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima Pandit
Purnima Pandit
 
Climate change ryan_india
Climate change ryan_indiaClimate change ryan_india
Climate change ryan_india
Neti Srinivasan
 
Global point of view hhes us-1
Global point of view hhes us-1Global point of view hhes us-1
Global point of view hhes us-1
Neti Srinivasan
 

Viewers also liked (20)

Matrices and determinants-1
Matrices and determinants-1Matrices and determinants-1
Matrices and determinants-1
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Determinant
DeterminantDeterminant
Determinant
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
MATRICES
MATRICESMATRICES
MATRICES
 
Application of matrices in real life
Application of matrices in real lifeApplication of matrices in real life
Application of matrices in real life
 
Matrices And Application Of Matrices
Matrices And Application Of MatricesMatrices And Application Of Matrices
Matrices And Application Of Matrices
 
Pc 8.5 notes_appsof_det
Pc 8.5 notes_appsof_detPc 8.5 notes_appsof_det
Pc 8.5 notes_appsof_det
 
Inverse matrix pptx
Inverse matrix pptxInverse matrix pptx
Inverse matrix pptx
 
Matrices
Matrices Matrices
Matrices
 
Lesson 1 matrix
Lesson 1 matrixLesson 1 matrix
Lesson 1 matrix
 
Matrix product
Matrix productMatrix product
Matrix product
 
The National Toxicology Program Nonneoplastic Lesion Atlas
The National Toxicology Program Nonneoplastic Lesion AtlasThe National Toxicology Program Nonneoplastic Lesion Atlas
The National Toxicology Program Nonneoplastic Lesion Atlas
 
Inverse of matrix
Inverse of matrixInverse of matrix
Inverse of matrix
 
Linear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditLinear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima Pandit
 
Inverse matrix
Inverse matrixInverse matrix
Inverse matrix
 
Climate change ryan_india
Climate change ryan_indiaClimate change ryan_india
Climate change ryan_india
 
Global point of view hhes us-1
Global point of view hhes us-1Global point of view hhes us-1
Global point of view hhes us-1
 
Trigonometry
TrigonometryTrigonometry
Trigonometry
 
Pc 7.3 notes
Pc 7.3 notesPc 7.3 notes
Pc 7.3 notes
 

Similar to Determinants

Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)
shamimakamili
 
Determinants
DeterminantsDeterminants
Determinants
Scholars Learning
 
Determinants
DeterminantsDeterminants
Determinants
Scholars Learning
 
Matrices - Mathematics
Matrices - MathematicsMatrices - Mathematics
Matrices - Mathematics
Drishti Bhalla
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)
Ranjay Kumar
 
Matrices
MatricesMatrices
Matrices and their applications
Matrices and their applicationsMatrices and their applications
Matrices and their applications
Zarghaam Abbas
 
Matrices its types & Rank of matrix.pptx
Matrices its types & Rank of matrix.pptxMatrices its types & Rank of matrix.pptx
Matrices its types & Rank of matrix.pptx
jyotidighole2
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
Dheeraj Kataria
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
Ishant Jain
 
APM.pdf
APM.pdfAPM.pdf
APM.pdf
rushikumar17
 
Matrix_PPT.pptx
Matrix_PPT.pptxMatrix_PPT.pptx
Matrix_PPT.pptx
veenatanmaipatlolla
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
Rai University
 
Matrices & Determinants.pdf
Matrices & Determinants.pdfMatrices & Determinants.pdf
Matrices & Determinants.pdf
SUCCESSSCIENCEACADEM
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
AarjavPinara
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
Pankaj Das
 

Similar to Determinants (20)

Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)
 
Determinants
DeterminantsDeterminants
Determinants
 
Determinants
DeterminantsDeterminants
Determinants
 
Debojyoit
Debojyoit Debojyoit
Debojyoit
 
Matrices - Mathematics
Matrices - MathematicsMatrices - Mathematics
Matrices - Mathematics
 
Matrices
MatricesMatrices
Matrices
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)
 
Matrices
MatricesMatrices
Matrices
 
Matrices and their applications
Matrices and their applicationsMatrices and their applications
Matrices and their applications
 
Matrices its types & Rank of matrix.pptx
Matrices its types & Rank of matrix.pptxMatrices its types & Rank of matrix.pptx
Matrices its types & Rank of matrix.pptx
 
Maths
MathsMaths
Maths
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
APM.pdf
APM.pdfAPM.pdf
APM.pdf
 
Matrix_PPT.pptx
Matrix_PPT.pptxMatrix_PPT.pptx
Matrix_PPT.pptx
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
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 & Determinants.pdf
Matrices & Determinants.pdfMatrices & Determinants.pdf
Matrices & Determinants.pdf
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
Matrix and its operations
Matrix and its operationsMatrix and its operations
Matrix and its operations
 

More from Seyid Kadher

DNA
DNADNA
Heart
HeartHeart
Exam fear
Exam fearExam fear
Exam fear
Seyid Kadher
 
Soft skills
Soft skillsSoft skills
Soft skills
Seyid Kadher
 
Types of learners in a classroom
Types of learners in a classroomTypes of learners in a classroom
Types of learners in a classroom
Seyid Kadher
 
Self confidence
Self confidenceSelf confidence
Self confidence
Seyid Kadher
 
Goal setting
Goal settingGoal setting
Goal setting
Seyid Kadher
 
Self esteem
Self esteemSelf esteem
Self esteem
Seyid Kadher
 
Goal setting
Goal settingGoal setting
Goal setting
Seyid Kadher
 
Body language
Body languageBody language
Body language
Seyid Kadher
 
Presentation skills
Presentation skillsPresentation skills
Presentation skills
Seyid Kadher
 
Developing creative thinking
Developing creative thinkingDeveloping creative thinking
Developing creative thinking
Seyid Kadher
 
Team building
Team buildingTeam building
Team building
Seyid Kadher
 
GD - Group Discussion
GD - Group DiscussionGD - Group Discussion
GD - Group Discussion
Seyid Kadher
 
Self confidence
Self confidenceSelf confidence
Self confidence
Seyid Kadher
 
Types of learners in a classroom
Types of learners in a classroomTypes of learners in a classroom
Types of learners in a classroom
Seyid Kadher
 
Interview
InterviewInterview
Interview
Seyid Kadher
 
Resume writing draft
Resume writing draftResume writing draft
Resume writing draft
Seyid Kadher
 
Examination fear
Examination fearExamination fear
Examination fear
Seyid Kadher
 
Speak English
Speak EnglishSpeak English
Speak English
Seyid Kadher
 

More from Seyid Kadher (20)

DNA
DNADNA
DNA
 
Heart
HeartHeart
Heart
 
Exam fear
Exam fearExam fear
Exam fear
 
Soft skills
Soft skillsSoft skills
Soft skills
 
Types of learners in a classroom
Types of learners in a classroomTypes of learners in a classroom
Types of learners in a classroom
 
Self confidence
Self confidenceSelf confidence
Self confidence
 
Goal setting
Goal settingGoal setting
Goal setting
 
Self esteem
Self esteemSelf esteem
Self esteem
 
Goal setting
Goal settingGoal setting
Goal setting
 
Body language
Body languageBody language
Body language
 
Presentation skills
Presentation skillsPresentation skills
Presentation skills
 
Developing creative thinking
Developing creative thinkingDeveloping creative thinking
Developing creative thinking
 
Team building
Team buildingTeam building
Team building
 
GD - Group Discussion
GD - Group DiscussionGD - Group Discussion
GD - Group Discussion
 
Self confidence
Self confidenceSelf confidence
Self confidence
 
Types of learners in a classroom
Types of learners in a classroomTypes of learners in a classroom
Types of learners in a classroom
 
Interview
InterviewInterview
Interview
 
Resume writing draft
Resume writing draftResume writing draft
Resume writing draft
 
Examination fear
Examination fearExamination fear
Examination fear
 
Speak English
Speak EnglishSpeak English
Speak English
 

Recently uploaded

Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 

Recently uploaded (20)

Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 

Determinants

  • 1. DETERMINANTS • A Determinant of a matrix represents a single number. • We obtain this value by multiplying and adding its elements in a special way.
  • 2. Determinant of a Matrix of Order One • Determinant of a matrix of order one A=[a11]1x1 is 𝐴 = a11 = a11
  • 3. Determinant of a Matrix of Order Two • Determinant of a Matrix A= 𝑎11 𝑎12 𝑎21 𝑎22 2x2 is 𝐴 = 𝑎11 𝑎12 𝑎21 𝑎22 = 𝑎11 𝑎22 - 𝑎12 𝑎21
  • 4. Determinant of a Matrix of Order Three • Determinant of a Matrix A = 𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23 𝑎31 𝑎32 𝑎33 is (expanding along R1) • 𝐴 = 𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23 𝑎31 𝑎32 𝑎33 = (-1)1+1 𝑎11 𝑎22 𝑎23 𝑎32 𝑎33 - (-1)1+2 𝑎12 𝑎21 𝑎23 𝑎31 𝑎33 + (-1)1+3 𝑎13 𝑎21 𝑎22 𝑎31 𝑎32 = 𝑎11(𝑎22 𝑎33 - 𝑎32 𝑎23) - 𝑎12(𝑎21 𝑎33 - 𝑎31 𝑎23) + 𝑎13(𝑎21 𝑎32 - 𝑎31 𝑎22) = 𝑎11 𝑎22 𝑎33 - 𝑎11 𝑎32 𝑎23 - 𝑎12 𝑎21 𝑎33 + 𝑎12 𝑎31 𝑎23 + 𝑎13 𝑎21 𝑎32 - 𝑎13 𝑎31 𝑎22
  • 6. Evaluate the Determinant ∆ = 1 2 4 2 • 1 2 4 2 = 1(2) – 2(4) = 2 – 8 = -6
  • 7. Find the Values of 𝑥 for which 3 𝑥 𝑥 1 = 3 2 4 1 • 3 𝑥 𝑥 1 = 3 2 4 1 • ie 3 – 𝑥2 = 3 - 8 ⇒ 𝑥2 = 8 ⇒ 𝑥 = ±2 2
  • 8. Evaluate the Determinant ∆ = 3 −4 5 1 1 −2 2 3 1 • 3 −4 5 1 1 −2 2 3 1 = 3 1 −2 3 1 - (-4) 1 −2 2 1 + 5 1 1 2 3 = 3(1 + 6) + 4(1 + 4) + 5(3 -2) = 3(7) + 4(5) + 5(1) = 21 + 20 + 5 = 46
  • 9. Properties of Determinants Property 1:The value of the determinant remains unchanged if its rows and columns are interchanged. Note: det(A) = det(A’) Where A’ = transpose of A
  • 10. Property 2: If any two rows (or columns) of a determinant are interchanged,then sign of determinant changes
  • 11. Property 3: If any two rows (or columns) of a determinant are identical (all corresponding elements are same), then value of determinant is zero • Verification: If we interchange the identical rows (or columns) of the deteminent ∆, then ∆ does not change. But by Property 2 ∆ has changed its sign. Then ∆ = - ∆ ie ∆ = 0
  • 12. Property 4: If each element of a row (or a column) of a determinant is multiplied by a constant k, then its value gets multiplied by k.
  • 13. Note: • Multiplying a determinant by k means multiply elements of only one row (or one column) by k. • If A = [aij]3×3,then | k.A| = k3 |A|
  • 14. Property 5:If some or all elements of a row or column of a determinant are expressed as sum of two (or more) terms, then the determinant can be expressed as sum of two (or more) determinants.
  • 15. Property 6: To each element of any row or column of a determinant, the equimultiples of corresponding elements of other row (or column) are added, then the value of determinant remains the same
  • 16. Area of a triangle • Area of a triangle with vertices (x1, y1), (x2, y2) and (x3, y3) is ∆ = 1 2 x1 y1 1 x2 y2 1 x3 y3 1
  • 17. Minor • Minor of an element aij of a determinant of order n is the determinant of the square sub- matrix of order (n-1) obtained by leaving ith row and j th column. • Minor of aij is denoted by Mij.
  • 18. Find the minors of 1,-2,4,2 in 1 −2 4 2 • M11 = Minor of a11 = Minor of 1 = 2 • M12 = Minor of a12 = Minor of -2 = 4 • M21 = Minor of a21 = Minor of 4 = -2 • M22 = Minor of a22 = Minor of 2 = 1
  • 19. Find the minors of all elements in 3 −4 5 1 6 −2 2 3 0 • M11 = Minor of a11 = Minor of 3 = 6 −2 3 0 = (6x0) – (-2x3) = 0 + 6 = 6 • M12 = Minor of a12 = Minor of -4= 1 −2 2 0 = (1x0) – (-2x2) = 0 + 4 = 4 • M13 = Minor of a13 = Minor of 5 = 1 6 2 3 = (1x3) – (2x6) = 3 -12 = -9 • M21 = Minor of a21 = Minor of 1 = −4 5 3 0 = (-4x0) – (3x5) = 0 -15 = -15 • M22 = Minor of a22 = Minor of 6 = 3 5 2 0 = (3x0) – (2x5) = 0 - 10 = -10 • M23 = Minor of a23 = Minor of -2= 3 −4 2 3 = (3x3) – (-4x2) = 9+8 = 17 • M31 = Minor of a31 = Minor of 2 = −4 5 6 −2 = (-4x-2)-(6x5) =8-30 =-22 • M32 = Minor of a32 = Minor of 3 = 3 5 1 −2 = (3x-2) – (1x5) = -6-5 =-11 • M33 = Minor of a33 = Minor of 0 = 3 −4 1 6 = (3x6) – (1x-4) = 18 +4 =22
  • 20. Co factor • Cofactor of an element aij , denoted by Aij is Aij = (–1)i + j Mij where Mij is minor of aij. Note: Aij = 𝑀𝑖𝑗 𝑖𝑓 𝑖 + 𝑗 𝑖𝑠 𝑒𝑣𝑒𝑛 −𝑀𝑖𝑗 𝑖𝑓 𝑖 + 𝑗 𝑖𝑠 𝑜𝑑𝑑 If elements of a row (or column) are multiplied with cofactors of any other row (or column), then their sum is zero.
  • 21. Find the cofactors of 1,-2,4,2 in 1 −2 4 2 • M11 = Minor of a11 = Minor of 1 = 2 A11= Cofactor of a11 = (-1)1+1M11 =2 M12 = Minor of a12 = Minor of -2 = 4 A12= Cofactor of a12 = (-1)1+2M12 = -4 • M21 = Minor of a21 = Minor of 4 = -2 A21= Cofactor of a21 = (-1)2+1M21 = 2 • M22 = Minor of a22 = Minor of 2 = 1 A22= Cofactor of a22 = (-1)2+2M22 = 1
  • 22. Adjoint of a matrix • Adjoint of a matrix A = [aij]n × n is the transpose of the matrix [Aij]n × n, where Aij is the cofactor of the element aij . Denoted by adj A. • If A = 𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23 𝑎31 𝑎32 𝑎33 adj A = Transpose of 𝐴11 𝐴12 𝐴13 𝐴21 𝐴22 𝐴23 𝐴31 𝐴32 𝐴33 = 𝐴11 𝐴21 𝐴31 𝐴12 𝐴22 𝐴32 𝐴13 𝐴23 𝐴33
  • 23. Theorem 1 : If A be any square matrix of order n, then A(adj A) = |A|In = (adj A) A Verification: Let A = 𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23 𝑎31 𝑎32 𝑎33 then adj A = 𝐴11 𝐴21 𝐴31 𝐴12 𝐴22 𝐴32 𝐴13 𝐴23 𝐴33 Sum of the product of elements of a row (or a column) with corresponding cofactor is equal to lAl, otherwise zero. ∴ A (adj A) = lAl 0 0 0 lAl 0 0 0 lAl = lAl 1 0 0 0 1 0 0 0 1 = lAl I ..…. (i) Similarly (adj A) A = lAl I …… (ii) By (i) & (ii) A(adj A) = |A|I n = (adj A) A
  • 24. SINGULAR & NON SINGULAR • Singular: A square matrix A is said to be singular if | A | = 0 • Non Singular A square matrix A is said to be non-singular if |A| ≠ 0.
  • 25. Theorem 2: If A and B are nonsingular matrices of the same order, then AB and BA are also nonsingular matrices of the same order. i.e. If |A|≠ 0 & |B|≠ 0 Then |AB|≠ 0 & |BA|≠ 0 Theorem 3: The determinant of the product of matrices is equal to the product of their respective determinants. i.e. |AB| =|A| |B|
  • 26. Invertible Matrices • If A & B are Square Matrices such that AB = BA = I B is called inverse matrix of A B = A-1 A is said to be invertible
  • 27. Theorem 4 : A square matrix A is invertible if and only if A is nonsingular matrix Verification: Let A be an invertible matrix. Then there exists a matrix B such that AB = In = BA ⇒ |AB| =| In | ⇒ |A| |B| = I [ ∵ |AB| =|A| |B|] ⇒ |A| ≠ 0 ⇒ A is a non-singular matrix Conversly, let A be a non-singular matrix of order n. Then |A| ≠ 0 A(adj A) = |A|In = (adj A) A (by thm 1) ⇒ A 1 |A| adj A = In = 1 |A| adj A A ⇒ A-1 = 1 |A| adj A Hence A is an invertible matrix.
  • 28. Consistency of the System of Linear Equation Consistent system A system of equations is said to be consistent if its solution (one or more) exists. Inconsistent system A system of equations is said to be inconsistent if its solution does not exist.
  • 29. Solution of system of linear equations using inverse of a matrix If a1x+b1y+c1z = d1 a2x+b2y+c2z = d2 a3x+b3y+c3z = d3 writing these equation as AX = B where A = 𝑎1 𝑏1 𝑐1 𝑎2 𝑏2 𝑐2 𝑎3 𝑏3 𝑐3 , X = 𝑥 𝑦 𝑧 and B = 𝑑1 𝑑2 𝑑3 Then X = A-1B (i) |A|≠ 0 , there exists unique solution. (ii) |A| = 0 and (adj A)B ≠ 0, then there exists no solution. (iii)|A| = 0 and (adj A)B = 0, then system may or may not be consistent.