How can I calculate real roots as accurate as possible and find the multiplicity of each root for $$p(x)=10.0x^5+9.0x^4-16.2x^3-14.58x^2+6.561x+5.9049?$$
I know there are methods like bisection, secant, inverse-quadratic interpolation or Brent's method. Can anyone provide me a program that I can use to calculate the real roots and the multicplicity? Any suggestions will be greatly appreciated, thanks!
0.123456781234and0.123456781276(or0.123456781234) as two different roots, rather than one with multiplicity 2. – Apr 28 '13 at 23:01