| Author |
Comment/Response |
freefall
|
09/07/05 7:59pm
I am wondering how to get mathematica to give me a decimal approximation for the x value that solves the equation:
Integrate[Sin[x]/x, x] == 1
I tried:
NSolve[Integrate[Sin[x]/x, x] == 1, x]
but it only spits out an expression involving SinIntegral.
Thanks for help!
URL: , |
|