We call i a dual number if it satisfies $$i^2=0$$
In matrix representation, it's $$ i^2=\begin{bmatrix} 0 & 1 \\ 0 & 0 \\ \end{bmatrix}^2=0 $$
Now I have a number satisfying $$ j^3=0 $$ where $$ j \ne j^2 \ne j^3 $$ In matrix representation, it's
$$ j^3=\begin{bmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \\ \end{bmatrix}^3=0 $$
But what do we call for this number j? If I recall correctly, it's not a higher dimensional dual number as its basis is only univariate. Also, I have seen its application in automatic differentiation.
Thanks!