In this link : http://bandtechnology.com/PolySigned/
A set of numbers is described : $P(N)$.
$ P(3),P(4),P(5),... $ are all (algebraicly closed) group rings.
Identify $PN$ with $R[X_N]/(1+X_N+(X_N)^2+...+(X_N)^{N-1})$
Then we get $P3 => R[X_3]/(1+X_3+(X_3)^2) => X_3 = ( 1^{1/3} )$
$P4 => ... => X_4 = ( ( 1^{1/4} , 1^{2/4} )$
Where $(.,.)$ means a couple.
The question becomes
$PN => X_N = ( ? , ? , ? , ... )$
($"?"$ are roots of unity but which ones ?)
The simplest conjecture is
$P(2N) => X_{2N} = ( 1^{1/2N} , 1^{2/2N} , 1^{3/2N} , 1^{4/2N} , ... , 1^{N/2N} )$
$ P(2N+1)$ => $X_{2N+1} = ( 1^{\frac{1}{2N+1}} , 1^{\frac{2}{2N+1}} , 1^{\frac{3}{2N+1}} , 1^{\frac{4}{2N+1}} , ... , 1^{\frac{N}{2N+1}} ) $
But is this conjecture true ?
Let $M=[0,\infty)$ be a semiring. It is unclear if the polysign numbers $P_n$ described in the link are the "group semiring" construction $M[C_n]$, or if they are the group ring ${\Bbb R}[C_n]$. In the former case, the element $1+(-1)$ (in $M[C_2]$ say) cannot be simplified to $0$, whereas in the latter it can. But in either case, $M[C_n]$ and ${\Bbb R}[C_n]$ will never be a field for $n>1$, since they contain zero divisors and nontrivial idempotents (those besides $0$ and $1$) and $M[C_n]$ is not even a ring.
You are probably asking if/when the group ring ${\Bbb R}[C_n]$ is isomorphic to ${\Bbb R}[\zeta_n]$ where $\zeta_n$ is a primitive root of unity. The answer for $n>1$ is: never. First of all you should familiarize yourself with the basic constructions involved (which I gather you are not, based on our chat):
This is a lot of information to take in. This takes a lot of algebra background to grok fully and sufficiently, and I recommend you learn some abstract algebra, at least enough to understand the above concepts. For our purposes, let's let our rings and groups be commutative.
One of the most ubiquitous constructions in algebra is the quotient of a polynomial ring. An important part of characterizing these extensions is the (general abstract algebra version) of the Chinese Remainder Theorem: if $I,J\triangleleft R$ with $I+J=R$ ("coprime") then $R/IJ\cong R/I\times R/J$.
In particular, consider two polynomials $p(x),q(x)\in F[x]$ that share no common factor, where $F$ is a field (and hence $F[x]$ is what's called a PID). Then $F[x]/(p(x)q(x))\cong F[x]/(p(x))\times F[x]/(q(x))$.
CRT generalizes to arbitrarily many pairwise coprime polynomials.
Note that for $n>2$, $\Bbb R[\zeta_n]=\Bbb C$. On the other hand, the cyclic group algebras are
$${\Bbb R}[C_n]\cong {\Bbb R}[X]/(X^n-1)\cong{\Bbb R}^a\times{\Bbb C}^b$$
where $a=1$ if $n$ is odd and $a=2$ if $n$ is even, and $b=(n-a)/2$. This can be obtained by considering $X^n-1=\prod(X-\zeta)$ over all $n$th roots of unity $\zeta$, and pairing the complex $\zeta$s according to conjugates in order to obtain the irreducible factors (over $\Bbb R$): $X-1$, $X+1$ if $n$ is even, and $X^2-\cos(2\pi k/n)X+1$ for various $k$ otherwise (via $\zeta_n^k+\bar{\zeta}_n^k=\cos(2\pi k/n)$). If we quotient ${\Bbb R}[x]$ by a linear polynomial (i.e. $x-1$ or $x+1$) we obtain $\Bbb R$, and if we quotient ${\Bbb R}[x]$ by a quadratic irreducible we obtain $\Bbb C$ (this is all up to isomorphism). This tells us that $a=1,2$ depending on if $n$ is odd or even, and to obtain $b$ we simply note that $\Bbb C$ has dimension $2$ as a real vector space and $\Bbb R[C_n]$ has dimension $n$.
Things get more interesting for rationals: $\Bbb Q[C_n]\cong\prod_{d\mid n}\Bbb Q(\zeta_n)$ is a product of cyclotomic fields.