Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

CBSE Class 12 » CBSE Class 12 Study Materials » Mathematics » Determinants
CBSE

Determinants

Learn about determinants and how to calculate the determinant of a 2×2 matrix.

Table of Content
  •  

In ‘Introduction to Determinants’ notes, we will understand the meaning of determinants and matrices and learn tricks to calculate the determinant of a matrix 3×3 and determinant of 2×2 matrix. 

What is a matrix? 

  • The elements of a matrix are called entries. 
  • The matrix can be described as a rectangular array of numbers that are arranged in rows and columns. 
  • A matrix or matrices (plural) can be used to record data that depends on two parameters, describe a linear equation, or keep track of coefficients in a linear transformation. 
  • For example, a system of linear equation is- 

p1x + q1y = c1 and p2x + q2y = c2 can be represented as 

|p1 q1||x   y|=|c1     c2|

|p2 q2|

  • The concept of matrices is applied in various branches of mathematics, statistics, economics, physics, and engineering. 

What is a determinant?

  • In the English dictionary, a determinant refers to an element that determines or identifies the value or nature of something. 
  • In mathematics, every square matrix of order n can be associated with a real or complex number. That real or complex number is called the determinant of square matrix A. 
  • It is important to know that only square matrices can have determinants. 
  • For example, if X = p q r s , then the determinant of X will be denoted as X= p q r s =det X .
  • Determinants are used to determine whether a system of n equations has a solution. 
  • There are several properties of determinants. Some important properties of determinants are- 
  • The value of the determinant doesn’t change even when the rows and columns of a matrix are interchanged. 
  • The sign of the determinant changes if any two rows or columns of that determinant are interchanged. 
  • The value of a determinant is zero if the elements of any two rows and columns are the same.

History of Determinants 

  • Many people believe that Japanese mathematician Seki Kowa was the first person to discover determinants. Seki Kowa, who was also called Japan’s Newton, was a mathematician and author during the Edo period. He is credited for laying the foundation for Japanese mathematics. In 1683, Kowa, in his book “Kai Fukudai no Ho,” showcased his idea of determinants. 
  • Around the same time, German Mathematician, Gottfried Leibniz, wrote about determinants as a way of solving linear equations in a letter to Guillaume de L’Hôpital.  
  • The theorems and properties for calculating determinants of matrices were discussed even further by other mathematicians in the following centuries. 
  • Colin Maclurin was an English Mathematician in the 18th century. His book “Treatise of Algebra” contained Cramer’s rule and indicated the ways of determining four simultaneous quadratic equations. 

Determinant of a 1×1 Matrix 

  • The determinant of a 1×1 square matrix is simply the number within the matrix. 
  • For example, let X = [x] be a 1×1 square matrix. Then the determinant of X will be x itself. 

Determinant of 2×2 Matrix 

  • Let X                                   be a 2×2 square matrix. 

Det (X) = X =             = (p × s) – (q × r )  

                            

 

For example, let us calculate the determinant of a matrix

 Q = |2   3|

         |5   9|

Det (Q) = Q =

 

= (2 × 9) – (3 × 5)= 18 – 15 = 3 

  • Let us find the determinant of 

  • matrix A =

Since, Det (A) = A = y2 – (y + 1) (y – 1) = y2 – (y2 – 1) = y2 – y2 + 1 = 1 

Therefore, Det (A) = 1

Determinant of a Matrix 3×3

  • Let 

  • X denotes a 3×3 matrix. 

 

X=

 

The determinant of a matrix 3×3 can be calculated by either expanding its rows or columns. Therefore, there are six ways of calculating a 3×3. A determinant can be calculated across the 3 rows and 3 columns and always give the same result. 

  • Expansion across the first row

The determinant of X can be calculated by expanding along X’s first row. 

  • Step 1 in this process is to multiply p11 from Row 1 by (-1) (1+1) [ (-1)Sum of suffixes in p11] ,and the determinant is obtained by deleting the elements of the first row and the first column. 

Therefore, p × (-1) (1+1)  | t   u|

                                                        | w x  |

 

  • In Step 2, the second element of Row 1, q, is multiplied by (-1)1+2 and the determinant obtained by deleting the elements of row 1 and column 2. The resultant equation will look like- q × (-1)1+2 × |s   u|

                                                                                          | v   x|

 

  • In Step 3, the third element of row 1, r, is multiplied by (-1) 1+3 and with the determinant obtained by deleting the elements of the first row and the third column. The resultant equation is- r × (-1) 1+3 |s  t  |

                                                                                                              |v   w |

 

  • The Determinant of X = X = sum of all three resultant equations from steps 1, 2, and 3. 

Therefore, X = (-1)2 p (t x – u w) + (-1)3 q (s x – u v) + (-1)4 r (s w – t v), 

X= p t x – p u w – q s x + q u v + r s w – rt v… let this be equation 1. 

  • Similarly, the determinant of X can be calculated across its second and third row. It should be noted that the value of the determinant will remain the same when it’s expanded across its first, second, and third row. 

  • Expansion across column 1. 

Similar to expansion across row 1, there will be three equations. 

Equation 1 = p (-1)1+1

Equation 2 = s (-1)2+1 

Equation 3 = v (-1)3+1 

Therefore, X = p (-1)2        

+ s(-1)3           

+ v(-1)4

 

X = p (t x – u w) – s(q x – r w) + v (q u – r t), 

= p t x – p u w – s q x + s r w + v q u – v r t… let this be equation 2. 

  • We can observe that the value of the determinant, when calculated by expanding across row 1 and column 2 is the same. 

  • Let us now, calculate the X=

 

Determining the value of X by expanding row 1,

X= 3 (56-20) – 4(63-10) + 5(18-8), 

= 3 (36) – 4(53) + 5(10), 

= 108 – 212 + 50 = -54

Determining the value of X by expanding column 2, 

X =  -4 (63 – 10) + 8 (21 – 5) – 2 (30 – 45), 

= -4 (53) + 8 (16) – 2(-15), 

= -212 + 128 + 30 = -54

 

The determinant of X will be defined as- 

Determinant Matrix Calculator 

  • You can calculate the value of a determinant online with the help of an online determinant matrix calculator. Sites such as Matrix Reshish calculate the determinant of matrices of complex numbers for free. 
  • Such determinant matrix calculators can even calculate the determinant of non-square matrices and matrices which contain fractions and decimals. 

Conclusion 

With this, we conclude our article on introduction to determinants. Determinants are commonly categorized as- first order determinants, second order determinants, and third order determinants. In mathematics, the concept of determinants are used to provide a similar formula to find a solution of a system of n equations in n unknowns. 

faq

Frequently asked questions

Get answers to the most common queries related to the CBSE Class 12 Examination Preparation.

How are determinants useful in the field of geometry?

Ans. In geometry, the concept of determinants is used to determine the formula...Read full

Define the order of determinants.

Ans. There are three orders of determinants. These are-  ...Read full

What are some of the basic properties of determinants?

Ans.  Some basic properties of determinants are-  ...Read full

Can we perform division on two matrices?

Ans. No, we cannot divide two matrices. However, a matrix can be divided by a scalar quantity. Instead of division, ...Read full

What will be the order of the matrix obtained by multiplying a 2×3 matrix with a 3×4 matrix?

Ans. When 2×3 and 3×4 matrices are multiplied the order of the obtained matrix is the row of the first matrix  ×...Read full

Ans. In geometry, the concept of determinants is used to determine the formula to calculate the area or formula of certain specific geometric figures. 

Ans. There are three orders of determinants. These are- 

  1. First order determinant- Determinant of 1 × 1 matrix is a first order determinant. 
  2. Second order determinant- Determinant of 2 × 2 matrix is a second order determinant. 
  3. Third order determinant- Determinant of 3 × 3 matrix is a third order determinant. 

Ans.  Some basic properties of determinants are- 

  1. If each element in all of the rows and columns of a matrix are zero, then the determinant will be zero. 
  2. The determinant of two matrices A and B, of the same order can be written as- det (AB) = det(A) × det(B). 
  3. The determinant of a matrix will be zero if each element of the row is similar to each element of the column. 

 

Ans. No, we cannot divide two matrices. However, a matrix can be divided by a scalar quantity. Instead of division, we can find the inverse of a matrix.

 

Ans. When 2×3 and 3×4 matrices are multiplied the order of the obtained matrix is the row of the first matrix  ×column of the second matrix.Hence a 2×4 matrix will be obtained.

Crack CBSE Class 12 with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the CBSE Class 12 Examination including the process of application, important calendar dates, eligibility criteria, exam centers etc.

CBSE Class 12 Exam Pattern
CBSE Class 12 Results 2023
CBSE Class 12 Syllabus
See all

Related articles

Learn more topics related to Mathematics
Zero and Identity matrix

An information derivation/illustration of the scalar matrix is presented, beginning with refuting the intuitive concept the unit matrix is stuffed with 1s, then replacing it with the proper unit matrix

What is 100 Factorial?

What is the factorial of 100? How do we calculate the factorial of 100? We will be shedding light on all these significant topics over here.

Vector Product

A vector has both a magnitude and a direction, as we know. Do we, however, understand how any two vectors multiply? Let's take a closer look at the cross-product of these vectors.

Types Of Matrices

In this article, we learn about a matrix, symmetric matrices, properties, different types of matrices, including row, column, singleton, horizontal, vertical, equal square, skew-symmetric matrices, and some of the operations.

See all
Access more than

6,582+ courses for CBSE Class 12

Get subscription

Trending Topics

  • Assertive Sentence
  • First 20 Elements
  • Charging By Induction
  • Dialogue Writing
  • What Are Tertiary Activities
  • Pedigree Analysis
  • Secondary Activities
  • Disintegration Of Soviet Union
combat_neetug

Important Links

  • NCERT Solutions
  • NCERT Books
  • Physics Formulas
  • Maths Formulas
  • Chemistry Formulas
rankpredictor_neetug
Download NEET 2022 question paper
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY