This is a matrix that contains only one element.
For a diagonal matrix which is not scalar, all elements except those in the leading diagonal should be zero and the
elements in the diagonal should not be equal.
Here, all elements below the main diagonal in upper triangular matrix are zero.
Here, all elements above the main diagonal in lower triangular matrix are zero.