| Author |
Comment/Response |
Eric
|
06/30/09 5:01pm
Hello,
I am trying to figure out how to use exclusions in NIntegrate with inequalities. As a simple example, what is wrong with
NIntegrate[1, {x, 0, 1}, {y, 0, 1}, Exclusions -> {x^2 + y^2 <= 1}]
It seems to match what the help files suggest, but no luck.
Thanks
URL: , |
|