|
|
|
|
|
by pphysch
1682 days ago
|
|
Complex numbers and (2D) vectors/matrices are different representations of multi-dimensional number systems. For each operation over one, you can find an analogous operation in the other. You can even find attempts to mix the two representations, like i+j+k vector syntax. But matrices generalize better to higher dimensions and are easier to parse. |
|
If we take a matrix representation of a complex number it is usually done as a 2x2 matrix of very specific structure. I completely agree that it is easier to work with. But looking at them this way misses very important place of them in the grand scheme of things.
Complex numbers are actually what real numbers really ARE under the hood, we just aren't taught to think this way. 'i' is what real numbers miss to be completed. And you don't need 'j's, 'k's and others.
If your point is that introducing 'i' above traditional real numbers syntax is ugly - I completely agree.