Question:medium

If \( A = [a_{ij}] \) is an identity matrix, then which of the following is true?

Show Hint

Always check the diagonal and off-diagonal elements when identifying an identity matrix.
Updated On: Feb 25, 2026
  • \( a_{ij} = \begin{cases} 0 & \text{if } i = j \\ 1 & \text{if } i \neq j \end{cases} \)
  • \( a_{ij} = 1, \, \forall \, i, j \)
  • \( a_{ij} = 0, \, \forall \, i, j \)
  • \( a_{ij} = \begin{cases} 0, & \text{if } i \neq j \\ 1, & \text{if } i = j \end{cases} \)
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Identity Matrix Definition
An identity matrix, denoted as \( A = [a_{ij}] \), is a square matrix characterized by having 1s along its main diagonal and 0s everywhere else.
Step 2: Conditions for \( a_{ij} \)
The elements \( a_{ij} \) of an identity matrix satisfy the following conditions: \[ a_{ij} = \begin{cases} 0, & \text{if } i eq j \\ 1, & \text{if } i = j \end{cases} \] Step 3: Option Verification
Option (D) aligns precisely with this definition.
Was this answer helpful?
0