| Author |
Comment/Response |
James Mcevoy
|
07/22/09 03:38am
Trying to solve for the integration limit that satisfies a certain equation but get an error
check = ListInterpolation[fut, InterpolationOrder -> 2,
Method -> "Hermite"];
FindInstance[Integrate[check[q], {q, 1000, b}]/total == 0.1, b]
FindInstance::exvar: The system contains a nonconstant expression q independent of variables {b}. >>
Any ideas
URL: , |
|