| Author |
Comment/Response |
Raghav Malhotra
|
12/21/11 08:16am
Hi!
The function below use to work in 8.0.0.0 however it stopped working in version 8.0.4.0
FSRaa = NIntegrate[JphFunc[x]*Raa2Func[x], {x, 300, 1200}];
How do i make it work in version 8.0.4.0.
It outputs the correct and expected numerical value in version 8.0.0.0 but it keeps showing this error in version 8.0.4.0:
NIntegrate::inumr: The integrand (InterpolatingFunction[{{300.,901.}},{4,3,0,{602},{2},0,0,0,0,Automatic},{{300.,301.,302.,<<45>>,348.,349.,<<552>>}},{{0.01 (23.296257 - 0.004821*"")/(1 - 0.0005*"")},<<49>>,<<552>>},{Automatic}] <<21>>[<<1>>])[x] has evaluated to non-numerical values for all sampling points in the region with boundaries {{300,1200}}. >>
Any help would be greatly appreciated. :)
URL: , |
|