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
127
x
-113
x
1
, exactly and to arbitrary precision.
In[1]:=
Reduce[127^x - 113^x == 1, x, Reals]
Out[1]=
In[2]:=
Reduce[127^x - 113^x == 1, x, Reals]; N[%, 2000]
Out[2]=