We often want to describe the set of all matrices of a given size and type.
General Notation: $\mathcal{M}_{n \times m}(S)$ denotes the set of all \( n \times m \) matrices whose entries come from the set \( S \). Examples:
Alternative Notation: $S^{n \times m}$, meaning all \( n \times m \) matrices over the set \( S \).
$A = \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{bmatrix}$ so $A \in \mathcal{M}_{2 \times 3}(\mathbb{P})$ or $A \in \mathbb{P}^{2 \times 3}$.