1 | initial version |
I would say that 1 + sqrt(7)
could be uniformly chosen to the be the unique positive root of (x-1)^2-7
, while there is no canonical choice for (x-1)^2+7
. However, the problem should be in transforming the symbolic expression 1 + sqrt(-7)
into an algebraic number, but once an element of QQbar
is defined, i do not see any problem (an element of QQbar
is embedded in the complex field). So for me, there should be an error, but it should appear when calling QQbar(1 + sqrt(-7))
.