Question: Command solve in Maple 9.5 and Maple 11

Dear all,

first I use Maple 9.5:

solve(x^3-8*x^2+12*x-4,x);

gives back 3 complex roots - in this moment I again know, it isn't bug.

Then I use Maple 11 with the same result.

Next test in Maple 11:

with(RealDomain): solve(x^3-8*x^2+12*x-4,x);

gives back only 2 real roots! Way?

Thanks.  Jan

Please Wait...