| Author |
Comment/Response |
matt
|
02/18/00 05:47am
how do i rectify problems with underflow? does it matter? i was trying to solve this integral and the output is as follows:-
in:
NIntegrate[NIntegrate[(1/(w*z^1.5))Exp[(-5)(Log[10, z*w])^2-(1/(2z))(z - 10)^2], {z, 0, Infinity}], {w, 0, 10}, WorkingPrecision->20]
out:
General::''unfl'': ''Underflow occurred in computation.''
URL: , |
|