Properties of Determinants
Last Updated :
09 Apr, 2025
Properties of Determinants are the properties that are required to solve various problems in Matrices. There are various properties of the determinant that are based on the elements, rows, and columns of the determinant. These properties help us to easily find the value of the determinant. Suppose we have a matrix M = [aij] then the determinant of the matrix is denoted as, |M| or det M.
Some of the important properties of the determinant of matrices are, Reflection Property, Switching Property, Scalar Multiple Properties, Sum Property, Invariance Property, Factor Property, Triangle Property, Co-Factor Matrix Property, All-Zero Property, and Proportionality or Repetition Property.
In this article, we will learn about all the properties of the determinant with examples and others in detail.
What are Determinants and their Properties?
The determinant of a matrix is the value obtained by solving any square matrix in a particular order. Suppose we have a square matrix A of order 2, i.e.
A = \begin{pmatrix}a & b\\ c & d\end{pmatrix}
Then determinant of A is defined as,
|A| = \begin{vmatrix}a & b\\ c & d\end{vmatrix}
|A| = ad - bc
This is the value of the determinant of matrix A, similarly, the determinant of all square matrices is calculated.
Also Read: Determinant of a Matrix
Properties of Determinants
Some various rules and properties are used to easily find the value of the determinant which are called the Properties of Determinants. There are various properties of the determinant and some of the important ones are,
- Triangle Property
- Determinant of Cofactor Matrix
- Factor Property
- Property of Invariance
- Scalar Multiple Property
- Reflection Property
- Switching Property
- Repetition Property
- All Zero Property
- Sum Property
Now let's learn about them in detail.
Properties of Determinants of a Matrix Explained
The various properties of determinants of a Matrix are discussed in detail below:
1. Triangle Property
This property of the determinant states that if the elements above or below the main diagonal are zero, then the value of the determinant is equal to the product of the diagonal elements.
For any square matrix A such that,
A = \begin{pmatrix}a & 0 & o\\ d & e & 0\\g & h & i\\\end{pmatrix}
|A| = \begin{vmatrix}a & 0 & o\\ d & e & 0\\g & h & i\\\end{vmatrix}
Then according to Triangle Property of Determinant
|A| = a*e*i
2. Determinant of Cofactor Matrix
For any square matrix A of order 2,
A = \begin{pmatrix}a & b\\ c & d\end{pmatrix}
Then determinant of A is defined as,
|A| = \begin{vmatrix}a & b\\ c & d\end{vmatrix}
Now suppose the cofactor matrix is, C then the determinant of the cofactor matrix is,
|C| = \begin{vmatrix}C_{11} & C_{12}\\ C_{21} & C_{22}\end{vmatrix}
In the above matrix, Cij denotes the cofactors of the respective elements of matrix A.
3. Factor Property
For any square matrix A of variable 'x' if on putting x = a the value of the determinant is zero then, (x - a) is a factor of the determinant.
4. Property of Invariance
Suppose we have a square matrix A of order 3
A = \begin{pmatrix}a & b & c\\ d & e & f\\g & h & i\\\end{pmatrix}
Then adding a scalar multiple of any row or column with any row or column does not change the value of the determinant, i.e.
Ri → Ri + (q)Rj
OR
Ci → Ci + (q)Cj
where q represents the scalar constant, then the value of the determinant of the new matrix form does not change.
|A| = \begin{vmatrix}a & b & c\\ d & e & f\\g & h & i\\\end{vmatrix}
|B| = \begin{vmatrix}a + qc & b & c\\ d + qf& e & f\\g + qi& h & i\\\end{vmatrix}
Then the determinant of matrix A and matrix B are equal, i.e.
|A| = |B|
5. Scalar Multiple Property
If any row or column of a determinant, is multiplied by any scalar value, that is a non-zero constant, the entire determinant gets multiplied by the same scalar, that is, if any row or column is multiplied by constant k, the determinant value gets multiplied by k. Constants may be any real number.
Example:
\begin{vmatrix}2 & 1\\ 2 & 4\\ \end{vmatrix}
Its determinant is |A| = 8 - 2 = 6
Let us multiply all the elements in the above matrix by 2.
\begin{vmatrix}4 & 2 \\2 & 4 \end{vmatrix}
|A| = 16 -4 = 12
You can see in the above example that after multiplying one row by a number 2, the determinant of the new matrix was also multiplied by the same number 2.
Let's check for the correctness:
Original determinant = -10 and the new determinant = -5/2
So, (-5/2)/(-10) = 5/20 = 1/4
Again, (1/4) (-10) simplifies to -5/2.
Hence, the new determinant (-5/2) is equal to the original determinant (-10) multiplied by the scalar 1/4, which confirms the scalar multiple property.
=> New determinant=Original determinant × k
Therefore,
(Δ') = 1/4 (Δ)
det(Δ') = k det(Δ)
6. Transpose of Determinant (Reflection Property)
Transpose of a Matrix refers to the operations of interchanging rows and columns of the determinant. The rows become columns and columns become rows in order. It is denoted by |AT|, for any determinant |A|.
The property says the determinant remains unchanged on its transpose, that is, |AT| = |A|.
Example:
|A| = \begin{vmatrix} 0 & 1 & 2\\ 3 & 4 & 5\\1&0&5\end{vmatrix}
|A| = -12
|AT| = \begin{vmatrix} 0 & 3 & 1\\ 1 & 4 & 0\\2 & 5 & 5\end{vmatrix}
|AT| = -12
det(A) = det(AT)
7. Switching Property
If we interchange any two rows/columns of the determinant, the magnitude (i.e. the sign) changes, but the determinant value remains the same.
Now,
Value of Determinant = (-1)number of exchanges
Example: Apply switching property in,
Δ = \begin{vmatrix} 1 & 2 & -4\\ -3 & 0 & 7\\0 & 5 & 1\end{vmatrix}
If we interchange C1 and C3, denoted by C1 ↔ C3
Δ' = \begin{vmatrix} -4 & 2 & 1\\ 7 & 0 & -3\\1 & 5 & 0\end{vmatrix}
det (Δ) = -det(Δ')
If we again interchange R1 and R2, denoted by R1 ↔ R2
Δ'' = \begin{vmatrix} 7 & 0 & -3\\ -4 & 2 & 1\\1 & 5 & 0\end{vmatrix}
det(Δ") = -det(Δ') = det (Δ)
8. Repetition Property
If any pair of rows or columns of a determinant are identical or proportioned by the same amount, then the determinant is zero.
9. All Zero Property
If all elements of any column or row are zero, then the determinant is zero
For any matrix,
A = \begin{pmatrix}0 & 0 & 0\\ d & e & g\\g & h & i\\\end{pmatrix}
⇒ |A| = 0
10. Sum Property
If all the elements of a row or columns in a determinant are expressed as a summation of two or more numbers, then the determinant can be broken down as a sum of corresponding smaller determinants.
We have, \Delta = \begin{vmatrix} a + 5m & d & g\\ b + 7n & e & h\\ c + 3p & f & i \end{vmatrix}
Then, \Delta = \begin{vmatrix} a & d & g\\ b & e & h\\ c & f & i \end{vmatrix} + \begin{vmatrix} 5m & d & g\\ 7n & e & h\\ 3p & f & i \end{vmatrix}
People Also Read:
Solved Examples of Properties of Determinants
Example 1: Verify det(Δ') = k det(Δ) in,
Δ = \begin{vmatrix} 5 & 2 & 3\\ 2 & 4 & 5\\ 1 & 8 & 7 \end{vmatrix} k = 3/2
Solution:
Δ = \begin{vmatrix} 5 & 2 & 3\\ 2 & 4 & 5\\ 1 & 8 & 7 \end{vmatrix}
det(Δ) = 5[(4×7) - (8×5)] - 2[(2×7) - (5×1)] + 3[(2×8) - (4×1)]
det(Δ) = -60 - 18 + 36
det(Δ) = -42
Now, on multiplying by k = 3/2, first column,
Δ' = \begin{vmatrix} 5 & 2 & 3\\ 2 & 4 & 5\\ 1 & 8 & 7 \end{vmatrix}
Δ' = \begin{vmatrix} 15/2 & 2 & 3\\ 3 & 4 & 5\\ 3/2 & 8 & 7 \end{vmatrix}
det (Δ') = -63
Therefore,
det(Δ') = 3/2 det(Δ)
⇒ det(Δ') = k det(Δ)
Example 2: Find the Determinant of
[A] = \begin{pmatrix}9 & 8 & 7\\ 0 & 0 & 0\\1 & 8 & 5\\\end{pmatrix}
Solution:
|A| = \begin{vmatrix}9 & 8 & 7\\ 0 & 0 & 0\\1 & 8 & 5\\\end{vmatrix}
det(Δ) = 0 (since R2 ⇢0)
Example 3: Find the Determinant of
[A] = \begin{pmatrix}2 & 0 & 0 & 0\\ 3 & 1 & 0 & 0\\5 & 6 & 8 & 0\\7 & 1 & 5 & 9\end{pmatrix}
Solution:
|A| = \begin{vmatrix}2 & 0 & 0 & 0\\ 3 & 1 & 0 & 0\\5 & 6 & 8 & 0\\7 & 1 & 5 & 9\end{vmatrix}
det(Δ) = 2 × 1 × 8 × 9
det(Δ) = 144
Properties of Determinants Class 12
In a Class 12 Mathematics curriculum, the properties of determinants are typically covered as part of linear algebra. Understanding and applying these properties of determinants enable students to efficiently manipulate matrices and solve problems in linear algebra.
Also Check:
Practice Problems on Properties of Determinants
Question 1: Calculate the determinant of the following matrix and state how row swapping affects the determinant:
\begin{vmatrix}2 & 3 \\1 & 4\end{vmatrix}
Swap the rows and then calculate the determinant again.
Question 2: Determine the determinant of the matrix below. Then, multiply the first row by 3 and find the new determinant:
\begin{vmatrix}1 & -1 \\2 & 3\end{vmatrix}
Compare the original determinant with the new one to explain the effect of scalar multiplication on the determinant.
Question 3: Calculate the determinant before and after performing a row operation where you add twice the first row to the second row:
\begin{vmatrix}1 & 2 \\3 & 4\end{vmatrix}
Question 4: Calculate the determinant of the following triangular matrix:
\begin{vmatrix}5 & 0 & 0 \\-1 & 3 & 0 \\2 & -2 & 4\end{vmatrix}
Discuss why the determinant of a triangular matrix is the product of its diagonal elements.
Question 5: Find the determinant of the matrix below, noting what happens when rows are proportional:
\begin{vmatrix}3 & 6 \\6 & 12\end{vmatrix}
Similar Reads
Engineering Mathematics Tutorials Engineering mathematics is a vital component of the engineering discipline, offering the analytical tools and techniques necessary for solving complex problems across various fields. Whether you're designing a bridge, optimizing a manufacturing process, or developing algorithms for computer systems,
3 min read
Matrix and Determinants
MatricesMatrices are key concepts in mathematics, widely used in solving equations and problems in fields like physics and computer science. A matrix is simply a grid of numbers, and a determinant is a value calculated from a square matrix.Example: \begin{bmatrix} 6 & 9 \\ 5 & -4 \\ \end{bmatrix}_{2
3 min read
Different Operations on MatricesFor an introduction to matrices, you can refer to the following article: Matrix Introduction In this article, we will discuss the following operations on matrices and their properties: Matrices AdditionMatrices SubtractionMatrices MultiplicationMatrices Addition: The addition of two matrices A m*n a
11 min read
Representation of Relation in Graphs and MatricesUnderstanding how to represent relations in graphs and matrices is fundamental in engineering mathematics. These representations are not only crucial for theoretical understanding but also have significant practical applications in various fields of engineering, computer science, and data analysis.
8 min read
Determinant of Matrix with Solved ExamplesThe determinant of a matrix is a scalar value that can be calculated for a square matrix (a matrix with the same number of rows and columns). It serves as a scaling factor that is used for the transformation of a matrix.It is a single numerical value that plays a key role in various matrix operation
15+ min read
Properties of DeterminantsProperties of Determinants are the properties that are required to solve various problems in Matrices. There are various properties of the determinant that are based on the elements, rows, and columns of the determinant. These properties help us to easily find the value of the determinant. Suppose w
10 min read
Row Echelon FormRow Echelon Form (REF) of a matrix simplifies solving systems of linear equations, understanding linear transformations, and working with matrix equations. A matrix is in Row Echelon form if it has the following properties:Zero Rows at the Bottom: If there are any rows that are completely filled wit
4 min read
Eigenvalues and EigenvectorsEigenvalues and eigenvectors are fundamental concepts in linear algebra, used in various applications such as matrix diagonalization, stability analysis and data analysis (e.g., PCA). They are associated with a square matrix and provide insights into its properties.Eigen value and Eigen vectorTable
10 min read
System of Linear EquationsA system of linear equations is a set of two or more linear equations involving the same variables. Each equation represents a straight line or a plane and the solution to the system is the set of values for the variables that satisfy all equations simultaneously.Here is simple example of system of
5 min read
Matrix DiagonalizationMatrix diagonalization is the process of reducing a square matrix into its diagonal form using a similarity transformation. This process is useful because diagonal matrices are easier to work with, especially when raising them to integer powers.Not all matrices are diagonalizable. A matrix is diagon
8 min read
LU DecompositionLU decomposition or factorization of a matrix is the factorization of a given square matrix into two triangular matrices, one upper triangular matrix and one lower triangular matrix, such that the product of these two matrices gives the original matrix. It is a fundamental technique in linear algebr
6 min read
Finding Inverse of a Square Matrix using Cayley Hamilton Theorem in MATLABMatrix is the set of numbers arranged in rows & columns in order to form a Rectangular array. Here, those numbers are called the entries or elements of that matrix. A Rectangular array of (m*n) numbers in the form of 'm' horizontal lines (rows) & 'n' vertical lines (called columns), is calle
4 min read
Sequence and Series
Binomial TheoremBinomial theorem is a fundamental principle in algebra that describes the algebraic expansion of powers of a binomial. According to this theorem, the expression (a + b)n where a and b are any numbers and n is a non-negative integer. It can be expanded into the sum of terms involving powers of a and
15+ min read
Sequences and SeriesA sequence is an ordered list of numbers following a specific rule. Each number in a sequence is called a "term." The order in which terms are arranged is crucial, as each term has a specific position, often denoted as anâ, where n indicates the position in the sequence.For example:2, 5, 8, 11, 14,
10 min read
Finding nth term of any Polynomial SequenceGiven a few terms of a sequence, we are often asked to find the expression for the nth term of this sequence. While there is a multitude of ways to do this, In this article, we discuss an algorithmic approach which will give the correct answer for any polynomial expression. Note that this method fai
4 min read
Mathematics | Sequence, Series and SummationsSequences, series, and summations are fundamental concepts of mathematical analysis and it has practical applications in science, engineering, and finance.Table of ContentWhat is Sequence?Theorems on SequencesProperties of SequencesWhat is Series?Properties of SeriesTheorems on SeriesSummation Defin
8 min read
Calculus
Limits in CalculusIn mathematics, a limit is a fundamental concept that describes the behaviour of a function or sequence as its input approaches a particular value. Limits are used in calculus to define derivatives, continuity, and integrals, and they are defined as the approaching value of the function with the inp
12 min read
Indeterminate FormsAssume a function F(x)=\frac{f(x)}{g(x)} which is undefined at x=a but it may approach a limit as x approaches a. The process of determining such a limit is known as evaluation of indeterminate forms. The L' Hospital Rule helps in the evaluation of indeterminate forms. According to this rule- \lim_{
3 min read
Limits, Continuity and DifferentiabilityLimits, Continuity, and Differentiation are fundamental concepts in calculus. They are essential for analyzing and understanding function behavior and are crucial for solving real-world problems in physics, engineering, and economics.Table of ContentLimitsKey Characteristics of LimitsExample of Limi
10 min read
Cauchy's Mean Value TheoremCauchy's Mean Value theorem provides a relation between the change of two functions over a fixed interval with their derivative. It is a special case of Lagrange Mean Value Theorem. Cauchy's Mean Value theorem is also called the Extended Mean Value Theorem or the Second Mean Value Theorem.According
7 min read
Lagrange's Mean Value TheoremLagrange's Mean Value Theorem (LMVT) is a fundamental result in differential calculus, providing a formalized way to understand the behavior of differentiable functions. This theorem generalizes Rolle's Theorem and has significant applications in various fields of engineering, physics, and applied m
9 min read
Rolle's Mean Value TheoremRolle's theorem one of the core theorem of calculus states that, for a differentiable function that attains equal values at two distinct points then it must have at least one fixed point somewhere between them where the first derivative of the function is zero.Rolle's Theorem and the Mean Value Theo
8 min read
Taylor SeriesA Taylor series represents a function as an infinite sum of terms, calculated from the values of its derivatives at a single point.Taylor series is a powerful mathematical tool used to approximate complex functions with an infinite sum of terms derived from the function's derivatives at a single poi
8 min read
Maclaurin seriesPrerequisite - Taylor theorem and Taylor series We know that formula for expansion of Taylor series is written as: f(x)=f(a)+\sum_{n=1}^{\infty}\frac{f^n(a)}{n!}(x-a)^n Now if we put a=0 in this formula we will get the formula for expansion of Maclaurin series. T hus Maclaurin series expansion can b
2 min read
Euler's FormulaEuler's formula holds a prominent place in the field of mathematics. It aids in establishing the essential link between trigonometric functions and complex exponential functions. It is a crucial formula used for solving complicated exponential functions. It is also known as Euler's identity. It has
5 min read
Chain Rule: Theorem, Formula and Solved ExamplesThe Chain Rule is a way to find the derivative of composite functions. It is one of the basic rules used in mathematics for solving differential equations. It helps us to find the derivative of composite functions such as (3x2 + 1)4, (sin 4x), e3x, (ln x)2, and others. Only the derivatives of compos
8 min read
Inverse functions and composition of functionsInverse Functions - In mathematics a function, a, is said to be an inverse of another, b, if given the output of b a returns the input value given to b. Additionally, this must hold true for every element in the domain co-domain(range) of b. In other words, assuming x and y are constants, if b(x) =
3 min read
Definite Integral | Definition, Formula & How to CalculateA definite integral is an integral that calculates a fixed value for the area under a curve between two specified limits. The resulting value represents the sum of all infinitesimal quantities within these boundaries. i.e. if we integrate any function within a fixed interval it is called a Definite
8 min read
Mathematics | Indefinite IntegralsAntiderivative - Definition :A function ∅(x) is called the antiderivative (or an integral) of a function f(x) of ∅(x)' = f(x). Example : x4/4 is an antiderivative of x3 because (x4/4)' = x3. In general, if ∅(x) is antiderivative of a function f(x) and C is a constant.Then, {∅
4 min read
Application of Derivative - Maxima and MinimaDerivatives have many applications, like finding rate of change, approximation, maxima/minima and tangent. In this section, we focus on their use in finding maxima and minima.Note: If f(x) is a continuous function, then for every continuous function on a closed interval has a maximum and a minimum v
6 min read
Summation FormulasIn mathematics, the summation is the basic addition of a sequence of numbers, called addends or summands; the result is their sum or total. The summation of an explicit sequence is denoted as a succession of additions. For example, the summation of (1, 3, 4, 7) can be written as 1 + 3 + 4 + 7, and t
6 min read
Statistics and Numerical Methods
Mean, Variance and Standard DeviationMean, Variance and Standard Deviation are fundamental concepts in statistics and engineering mathematics, essential for analyzing and interpreting data. These measures provide insights into data's central tendency, dispersion, and spread, which are crucial for making informed decisions in various en
10 min read
Mathematics - Law of Total ProbabilityProbability theory is the branch of mathematics concerned with the analysis of random events. It provides a framework for quantifying uncertainty, predicting outcomes, and understanding random phenomena. In probability theory, an event is any outcome or set of outcomes from a random experiment, and
12 min read
Probability Distribution - Function, Formula, TableA probability distribution is a mathematical function or rule that describes how the probabilities of different outcomes are assigned to the possible values of a random variable. It provides a way of modeling the likelihood of each outcome in a random experiment.While a frequency distribution shows
15+ min read
Bayes' TheoremBayes' Theorem is a mathematical formula used to determine the conditional probability of an event based on prior knowledge and new evidence. It adjusts probabilities when new information comes in and helps make better decisions in uncertain situations.Bayes' Theorem helps us update probabilities ba
13 min read
Conditional ProbabilityConditional probability defines the probability of an event occurring based on a given condition or prior knowledge of another event. Conditional probability is the likelihood of an event occurring, given that another event has already occurred. In probability, this is denoted as A given B, expresse
12 min read
Probability Distribution
Engineering Math Practice Problems