Throughout my math education I have noticed that in order to solve a difficult problem with one set of numbers it helps to move to a larger encompassing set. For example, subtracting some natural numbers, $\mathbb{N}$ , requires the integers, $\mathbb{Z}$ (e.g. $3-4$ would be meaningless in a world with only the natural numbers). This pattern seems to continue, from the integers to the real numbers to the complex numbers. There also seems to be another pattern that holds with the idea of scalars to matrices to tensors, etc. Each next set holding (or generalizing) the previous.
What I have noticed--in my limited math education--is that matrices stick to natural numbers in their dimensionality. That is: $$i,j \in \mathbb{N},\mathbb{R}^{i\times j}$$
My question boils down to this:
- Can matrix $A \in \mathbb{R}^{i\times j} : i,j \in \mathbb{C}$?
- If not why not?
- If so, then what does it mean for one of these objects to have a non-natural dimension? For example, a vector, $v \in \mathbb{R}^{- \pi/2 \times 1} $ or a matrix $A \in \mathbb{R}^{0.5 \times -1} $? Is such an object even able to be represented?