Solve aX^3+....


FiReTiTi
07-27-2006, 11:23 AM
hello,

I wish resolve the polynom :
aX^3 + bX^2 +cX + d = 0

Is there algorythm in C who solve this equation ???

Thank....

paolog
08-02-2006, 08:40 AM
If you mean is there an algorithm in Numerical Recipes to find the roots of a cubic, then yes, there is.