We know that a complex number, written as $c=(a,b)$, can be expressed with the help of a matrix as $$\begin{bmatrix}a & -b\\ b & a\end{bmatrix}$$ and operations on such matrices resemble operations on complex numbers.
However with $2 \times 2$ matrices we could imagine a definition of another type "number" $x=(a,b)$, for example $$(a,b) \longleftrightarrow \begin{bmatrix}a & b\\b & a\end{bmatrix}.$$
Here the operations are quite well defined - multiplication and addition are commutative - the only difference to the complex numbers it seems is that not all numbers have their inverses - for example for $(a,a)$ or $(a,-a)$ it's hard to say what is its inverse.
Why don't we use such "numbers"? Are they numbers at all? When can we say that a given matrix represents number?
The same is true for $ 4 \times 4$ matrices ... it seems only one way of defining numbers - known as quaternions - has found its way into the numbers world... (even though the number of possible ways for constructing matrices with $4$ values when every value is repeated in the matrix $4$ times is much greater).