| Author |
Comment/Response |
yehuda ben-shimol
|
09/23/05 02:49am
Hi,
Numerical functions has options to control precision and accuracy
for example
FindRoot[Integrate[Sin[x]/x, x] == 1, {x, 1}, WorkingPrecision -> 200]
yields
{x -> 1.0648397255365608896219667487734720128081704683175618206952906760437064\
578695669231654984332203886777284259054589336305425478780188375978104273053536\
087442274159201351065982654075006229678381401956113}
is it accurate enough ;)
yehuda
URL: , |
|