Hi all, I have a thirdgrade equation and I wish to find the values when f(x)=0 So I have typed in the equation as well as f(x)=0 and wish for maple to give me the intersect points for L:=2*x^3+6*x^2-2*x-6:M:=0:plot([L,M], x=-4..2, y=-7..7); With the help of the help section I then add P:=Intersect(L,M); But I just get the equation read back to me. The answer I am looking to be displayed is -3,-1,1 How do I get maple to do this? Thanks in advance :-)

Please Wait...