| LIST I (Type of the Matrix) | LIST II (Property) | ||
|---|---|---|---|
| A. | Symmetric Matrix | I. aij = aji, for values of i and j | |
| B. | Hermitian Matrix | II. aij = āji, for values of i and j | |
| C. | Skew-Hermitian matrix | III. aij = -āji, for values of i and j | |
| D. | Skew-Symmetric matrix | IV. aij = -aji, for values of i and j |
Symmetric matrices have \( a_{ij} = a_{ji} \).
Hermitian matrices have the same property as symmetric matrices, but they also have complex entries
Skew-Hermitian matrices have \( a_{ij} = -a_{ji} \).
Skew-Symmetric matrices also have \( a_{ij} = -a_{ji} \), but are specifically real matrices.

