Question: Problem extracting roots of cubic polynomials

Using Maple 2017.3, I ask for the roots of x3-x2-8x+8 and I get the following result:

roots(x^3-x^2-8*x+8);
                            [[1, 1]]

However, I know that (2*sqrt(2)) and -(2 * sqrt(2)) are also roots. Is this a bug or something I do not understand about the "roots" command?

 

Please Wait...