0% found this document useful (0 votes)
34 views2 pages

Determinants

1) A determinant is a number associated with a square matrix that represents the area or volume of a geometric object formed by the matrix entries. 2) Determinants can be evaluated for matrices of order 1, 2, and 3 using specific formulas. 3) Determinants have properties such as being unchanged by row or column operations like interchanging rows/columns or multiplying a row/column by a constant.

Uploaded by

Preeti Kumari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views2 pages

Determinants

1) A determinant is a number associated with a square matrix that represents the area or volume of a geometric object formed by the matrix entries. 2) Determinants can be evaluated for matrices of order 1, 2, and 3 using specific formulas. 3) Determinants have properties such as being unchanged by row or column operations like interchanging rows/columns or multiplying a row/column by a constant.

Uploaded by

Preeti Kumari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Determinants

For every square matrix A = [aij] of order n, we can associate a


number called determinant of square matrix. It is denoted by |A|
or det(A).

Evaluating Determinants
(1) Order One: (2) Order Two:
A=[a] a11 a12
A=
|A| = | a | a21 a22
=a a11 a12
|A| = = a11 a22 - a12 a21
(3) Order Three: a21 a22
a11 a12 a13
A = a21 a22 a23
a31 a32 a33

a11 a12 a13


a22 a23 a21 a23 a21 a22
|A| = a21 a22 a23 = a11 - a12 + a13
a32 a33 a31 a33 a31 a32
a31 a32 a33

Properties Of Determinants
(1) Property 1: Interchanging rows with columns
a1 a2 a3 a1 b1 c1
b1 b2 b3 = a2 b2 c2
c1 c2 c3 a3 b3 c3
(2) Property 2: Interchanging any two rows/ columns
a1 a2 a3 b1 b2 b3
b1 b2 b3 = - a1 a2 a3
c1 c2 c3 c1 c2 c3
(3) Property 3: When any two rows/ columns are equal
a1 a2 a3
b1 b2 b3 = 0
b1 b2 b3
(4) Property 4: Multiplying rows/ columns with constant
Ka1 Ka2 Ka3 a1 a2 a3
b1 b2 b3 = K b1 b2 b3
c1 c2 c3 c1 c2 c3
(5) Property 5: Representing a determinant as sum of two or more
determinants
a1 + d1 a2+ d2 a3+ d3 a1 a2 a3 d1 d2 d3
b1 b2 b3 = b1 b2 b3 + b1 b2 b3
c1 c2 c3 c1 c2 c3 c1 c2 c3
(6) Property 6: Value of determinants remains same if we apply
operation Ri Ri + KRj
OR
Ci Ci + KCj

a1 a2 a3 a1 + Kb1 a2+ Kb2 a3+ Kb3


b1 b2 b3 = b1 b2 b3
c1 c2 c3 c1 c2 c3

Minor of An Element
It is a determinant obtained by deleting the ithrow and jth column in
which aij lies. Minor of aij is denoted by mij.
Minor of an element of a determinant of order n is a determinant of
order n-1.

Cofactor of An Element
It is denoted by Aij and defined as
Aij = (-1)i+j mij
Where mij is a minor of aij

Area Of A Triangle Using Determinant


For a triangle with vertices (x1, y1), (x2, y2), (x3, y3),
x1 y1 1 x1 x2 x3
Area = 1
2 x2 y2 1 =1
2 y1 y2 y3
x3 y3 1 1 1 1

You might also like