Question:medium

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

Show Hint

For identity matrices: Diagonal elements are always \( 1 \). Off-diagonal elements are always \( 0 \).
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: Definition of an identity matrix.
 

An identity matrix \( A = [a_{ij}] \) is a square matrix where diagonal elements are \( 1 \) and off-diagonal elements are \( 0 \). Mathematically:

\[ a_{ij} = \begin{cases} 1, & \text{if } i = j, \\ 0, & \text{if } i eq j. \end{cases} \] 
Step 2: Evaluate each option. 

(A) \( a_{ij} = 0 \) if \( i = j \) and \( a_{ij} = 1 \) if \( i eq j \): This definition is incorrect as it is the inverse of the identity matrix definition.
(B) \( a_{ij} = 1, \forall i, j \): This is incorrect; an identity matrix must have \( 0 \) for off-diagonal elements.
(C) \( a_{ij} = 0, \forall i, j \): This represents a zero matrix, not an identity matrix.
(D) \( a_{ij} = 0 \) if \( i eq j \) and \( a_{ij} = 1 \) if \( i = j \): This is the correct definition of an identity matrix.

Final Answer: \( \boxed{(D)} \)
 

Was this answer helpful?
0