Is there any existing literature for the number system that looks like this?
Like the complex number system, this system exists on a plane. But instead of $i$ and $-1$, it has two numbers-- called $q$ and $d$ here-- that form two new families of numbers moving away from the origin at 120° and 240°, respectively, relative to the ray representing the non-negative real numbers. Three rays (the non-negative real numbers, the $q$ numbers, and the $d$ numbers) divide the plane equally into three regions (instead of four regions as in the regular complex numbers).
Instead of subtraction, this number system has two new operations: One to move 120° up by $x$ units (by adding $xq$) and the other to move 120° down by $x$ units (by adding $xd$). We can still technically do subtraction, though: $x-y = x+yq+yd$
The division operation $x/y = x*y^{-1}$ is also equal to $x*y^q*y^d$.
So we have $x + xq + xd = 0$ and $x * x^q * x^d = 1$.
Multiplication works as follows: \begin{array}{r|rrr} & 1 & q & d & \\ \hline 1 & 1 & q & d & \\ q & q & d & 1 & \\ d & d & 1 & q & \\ \end{array}
Of course, q and d exist in the complex number system as well:
$q=-0.5+i\frac{\sqrt{3}}{2}$
$d=-0.5-i\frac{\sqrt{3}}{2}$
Edit: Thanks to Will's comment, I learned that the number I called $q$ here is actually the Eisenstein unit $\omega$, while $d$ is $\omega^2$. Cool!
Edit: As Berci noted in the comments, if $a,b,c>0$, then $a + bq + cd$ can be rewritten as $a' + b'q + c'd$ where at least one of $a'$, $b'$, and $c'$ is $0$. This normalized form can be obtained by subtracting the minumum of $\{a, b, c\}$ from $a$, $b$, and $c$. Let's call this normalized form the canonical form.
If we restrict ourselves to canonical forms, I noticed that there's an analogue of the superellipse concept in this number system:
Any $x + yq + zd$ that is in canonical form is on a superellipse analogue if $x^n + y^n + z^n = 1$. (Let's not deal with semi-diameters for now.)
For $n=1$, the superellipse analogue is a triangle instead of a diamond.
For $n=2$, the superellipse analogue looks more like a Reuleaux triangle than a circle.
--
I'm not a mathematician, so that's all I could come up with given my very limited knowledge, and I would really like to know more. I am particularly interested in knowing how this can be generalized in higher dimensions. Notice that for any real number $x$, the points $x$, $xq$, and $xd$ form an equilateral triangle on the plane. I reckon you could generalize the system for any $n$-dimensional space by constructing a regular $n$-simplex centered at the origin and constructing $n+1$ rays emanating from the origin and passing through all vertices, but I don't know how multiplication would look like there aside from the vague idea that you could translate it from an appropriate Cayley–Dickson algebra.
$…$
e.g.$\frac{1}{2}$
would give $\frac{1}{2}$. – ultralegend5385 Aug 22 '21 at 02:47