f(x) = x3 -3x2 +4 
f(-1) = (-1)^3 - 3*(-1)^2 + 4 = -1 - 3 + 4 = 0
D.h. die erste Lösung ist x1 = -1.
Nun kannst du weiterraten oder, wenn das nichts bringt eine Polynomdivision durchführen.
(x3 -3x2 + 0x+4 ) : (x+1) =  x^2 - 4x .... 
-(x^3 + x^2)
---------------
        -4x^2 ....
....
usw.