| Author |
Comment/Response |
yehuda ben-shimol
|
10/01/05 12:18pm
Hi,
use FindRoot
FindRoot[Evaluate[Integrate[y, {y, 0, x}]] == 0.3, {x, 1}]
(you can eliminate Evaluate[] if you like, but in complex situation it will work better, computing the integral only once)
yehuda
URL: , |
|