| Author |
Comment/Response |
Abraham Neben
|
08/29/10 11:50pm
I want to do something like this, but Mathematica beeps angrily when I try and warns that "b==a is not a valid limit of integration". Has anyone had success using NIntegrate within an NIntegrate?
f[a_] := Exp[NIntegrate[b, {b, 0, a}]];
NIntegrate[f[a], {a, 0, 5}]
URL: , |
|