New in Wolfram Mathematica 7: Transcendental Roots  previous | next 
Find Roots Exactly and to Arbitrary Numerical Precision
Find the Smarandache constant given as the real solution to 127x-113x1, exactly and to arbitrary precision.
In[1]:=

Click for copyable input
Reduce[127^x - 113^x == 1, x, Reals]
Out[1]=



In[2]:=

Click for copyable input
Reduce[127^x - 113^x == 1, x, Reals];

N[%, 2000]
Out[2]=