| Author |
Comment/Response |
Stefan
|
10/05/12 04:01am
Hello there,
i am trying to solve the following:
Int[x_] =
Simplify[Integrate[Sqrt[t]/(1 + Exp[t - x]), {t, 0, Infinity}]]
This gives me a PolyLog as the outcome.
Then i want to find "x" for a given "Int":
y = N[x /. NSolve[Int[x] == 1, x]][[1]]
I just dont get a numerical output for this one. Does anyone have a suggestion how to get at least one numeric value for this.
URL: , |
|