Construct a matrix of order where the elements are defined by:
For a matrix, the row index runs from to and the column index runs from to . Substitute each pair into the formula to find every element.
| Element | Calculation | Value | ||
|---|---|---|---|---|
| 1 | 1 | |||
| 1 | 2 | |||
| 1 | 3 | |||
| 2 | 1 | |||
| 2 | 2 | |||
| 2 | 3 | |||
| 3 | 1 | |||
| 3 | 2 | |||
| 3 | 3 |
Key Observation: Notice that for all — this matrix is symmetric because the formula is symmetric in and .