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.