Question: strange integration...

Hey

 

Can someone have a look at this

 

restart:

int(-m*(m-2)/(-1+m^3-2*m^2),m);

 

maple gives me

 

-sum(_R*(_R-2)/(3*_R^2-4*_R)*ln(m-_R),_R = RootOf(-1+_Z^3-2*_Z^2))

 

what dose this imply?

 

Thanks in advance

Please Wait...