Question: How can I get integers a, b, .. using msolve instead of x=a, x=b,..?

From
with(numtheory):
msolve(x^2=-1,5);                                I get
                        {x = 2}, {x = 3}
But I need the integers 2 and 3. Who can help me?

Please Wait...