Find roots



>>>>> "Richard" == Richard Hennessy <rich.hennessy at verizon.net> writes:

    Richard> Hi Ray,
    Richard> Taking exp() of both sides makes finding the third root easy. I 
didn't
    Richard> think of that.

Well, it only works for your particular example.  Doing the same thing
for log(x^3-78*x+90)+1000*x presents difficulties too.

Ray

Yes, this would be a better challenge.  What are the three roots of your 
expression?  You probably have to use big floats to find them and to 
distinguish them from the infinities. A less difficult challenge is to find 
the infinities.

Rich