An identity Matrix is a square matrix whose all diagonal elements are equal to 1 and the rest the elements are zero. The identity Matrix is also known as the Unit Matrix. The main condition for the Identity matrix is that it should be a square matrix i.e. the number of rows should be equal to the number of columns.
Identity MatrixRepresentation of Identity Matrix(Unit Matrix)
An identity matrix or unit matrix is always a square matrix and is expressed as "𝑰." For example, "𝑰n" is the identity matrix of order n, i.e., it has "n" rows and columns.
It is a scalar matrix as the diagonal elements are the same. When the product of any two square matrices is an identity matrix, then the matrices are said to be inverses of each other. The rank of an identity matrix of order "n × n" is n, as it has "n" linearly independent rows (or columns). The matrix given below represents an identity matrix of order "n by n."
Unit matrix of order n × nExamples of Identity Matrix
A square matrix P = [aij] is said to be an identity matrix when aij = 1 for i = j and aij = 0 for i ≠ j.
⇒ The matrix given below is an identity matrix of order "2 × 2."
Unit matrix of order 2× 2⇒ The matrix given below is an identity matrix of order "3 × 3."
Unit matrix of order 3 × 3Properties of an Identity Matrix
The properties mentioned below are some important properties of an Identity Matrix:
- An identity matrix is always a square matrix, i.e., a matrix that has an equal number of rows and columns.
- The determinant of an identity matrix or unit matrix is always equal to 1, i.e., |𝑰| = 1.
|𝑰| = 1
- The inverse of an identity matrix or unit matrix is the identity matrix itself.
𝑰-1 = I
- If an identity matrix of order "n" is multiplied by itself n times, then the resultant matrix will also be a unit matrix of order n.
𝑰n = I
- If any matrix A is multiplied by an identity matrix, then the resultant matrix is A.
A𝑰 = 𝑰A = A
- The product of two inverse matrices is an identity matrix.
AA-1 = A-1A = 𝑰
Solved Examples on Identity Matrix
Example 1: Determine whether the given matrices are identity matrices or not.
a) A = \left[\begin{array}{cc} 1 & 1\\ 1 & 1 \end{array}\right]
b) B= \left[\begin{array}{ccc} 1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1 \end{array}\right]
Solution:
a) In matrix A, all the principal diagonal elements are ones, and the rest of the elements are also equal to 1. We know that a unit matrix, or identity matrix, is a square matrix whose all elements are zeros except the main diagonal elements, which are ones. Hence, matrix A is not an identity matrix.
b) In matrix B, all the principal diagonal elements are ones, and the rest of the elements are zeros. So, from the definition of an identity matrix, the given matrix B is an identity matrix.
Example 2: Give an example of an identity matrix that has four rows and four columns.
Solution:
The order of an identity matrix that has four rows and four columns is "4 × 4." The matrix given below represents an identity matrix of order "4 × 4," where all the principal diagonal elements are ones, and the rest of the elements are zeros.
𝑰4×4 = \left[\begin{array}{cccc} 1 & 0 & 0 & 0\\ 0 & 1 & 0 & 0\\ 0 & 0 & 1 & 0\\ 0 & 0 & 0 & 1 \end{array}\right]
Example 3: Find the value of (p − q + r) if the matrix given below is an identity matrix.

Solution:
If the given matrix is an identity matrix, then all its principal diagonal elements are ones, and the rest of the elements are zeros.
So, p = 1
q + 1 = 0 ⇒ q = -1
r - 2 = 0 ⇒ r = 2
Now, p − q + r = 1 −(−1) + 2
= 1 + 1 + 2 = 4
Hence, the value of (p − q + r) is 4 if matrix A is an identity matrix.
Example 4: Prove that the inverse of the identity matrix is the identity matrix itself.
Solution:
Let's consider an identity matrix of order "2 × 2" to prove that the inverse of the identity matrix is the identity matrix itself.
𝑰2 × 2 = \left[\begin{array}{cc} 1 & 0\\ 0 & 1 \end{array}\right]
We know that the inverse of a matrix A \left[\begin{array}{cc} a & b\\ c & d \end{array}\right] = Adj A/ (ad - bc)
where Adj A = \left[\begin{array}{cc} d & -b\\ -c & a \end{array}\right]
𝑰-1 = 1/ (1 - 0) \left[\begin{array}{cc} 1 & 0\\ 0 & 1 \end{array}\right]
𝑰-1 = \left[\begin{array}{cc} 1 & 0\\ 0 & 1 \end{array}\right] = 𝑰
Hence proved.
Example 5: For a given matrix A, prove that A𝑰 = A.
Solution:
Let's consider a square matrix A = \left[\begin{array}{cc} a & b\\ c & d \end{array}\right] to prove that A𝑰 = A.
A𝑰 = \left[\begin{array}{cc} a & b\\ c & d \end{array}\right] \left[\begin{array}{cc} 1 & 0\\ 0 & 1 \end{array}\right]
= \left[\begin{array}{cc} (a\times1+b\times0) & (0\times a+b\times1)\\ (c\times1+d\times0) & (0\times c+d\times1) \end{array}\right]
= \left[\begin{array}{cc} (a+0) & (0+b)\\ (c+0) & (0+d) \end{array}\right]
= \left[\begin{array}{cc} a & b\\ c & d \end{array}\right] = A
Hence, proved.
Related Reads:
Similar Reads
Idempotent Matrix
A matrix is defined as a rectangular array of numbers that are arranged in rows and columns. The size of a matrix can be determined by the number of rows and columns in it. A matrix is said to be an "m by n" matrix when it has "m" rows and "n" columns and is written as an "m à n" matrix. For example
6 min read
Identity Property
Identity Property, also known as the Identity Element or Identity Law, is a fundamental concept in mathematics. It is used primarily in the study of groups, rings or fields in abstract algebra. Identity Property ensures that there exists a special element within a set that leaves other elements unch
5 min read
Trigonometric Identities
Trigonometric identities play an important role in simplifying expressions and solving equations involving trigonometric functions. These identities, which include relationships between angles and sides of triangles, are widely used in fields like geometry, engineering, and physics. Some important t
10 min read
Quotient Identities
Trigonometry is a branch of mathematics in which we study the relationship between the angles and sides of triangles. In trigonometry, there are various identities that relate the trigonometric functions to each other, such as the Pythagorean identities, quotient identities, reciprocal identities, e
4 min read
Polynomial Identities
Polynomial identities are mathematical expressions or equations that are true for all values of the variables involved. These identities are particularly useful in simplifying expressions and solving equations involving polynomials. These are the equations involving polynomials that hold true for al
11 min read
Reciprocal Identities
Reciprocal identities are a fundamental concept in trigonometry that simplify various calculations and proofs. These identities are the reciprocals of the six primary trigonometric functions: sine, cosine, tangent, cosecant, secant, and cotangent.Each of these six trigonometric ratio are related wit
7 min read
Pythagorean Identities
Pythagorean Identities in trigonometry are derived from the Pythagorean Theorem. They are also called Pythagorean Trigonometric Identities. One of the basic Pythagorean identities is sin²θ + cos²θ = 1. Let's learn more about, Pythagorean identities in trigonometry including their proof and solved ex
6 min read
Inverse Trigonometric Identities
Inverse trigonometric functions are also known as arcus functions or anti-trigonometric functions. These functions are the inverse functions of basic trigonometric functions, i.e., sine, cosine, tangent, cosecant, secant, and cotangent. It is used to find the angles with any trigonometric ratio. Inv
9 min read
Identity Function
The identity function is a function that returns the same value that was used as its input.Mathematically, it is defined as:f(x) = xIt is also known as an identity relation, identity map, or identity transformation. This function maps each element in a set to itself, ensuring that the input and outp
7 min read
Trigonometric Identities Class 10
Trigonometric Identities are the rules that are followed by the Trigonometric Ratios. Trigonometric Identities and ratios are the fundamentals of trigonometry. Trigonometry is used in various fields for different calculations. The trigonometric identities class 10 gives the connection between the di
6 min read