| Author |
Comment/Response |
Andrew Moroz
|
10/17/06 4:36pm
Could someone please provide some insight about why the following Integrate results are different?
h[x_] := Integrate[Boole[x - 1 < 2 y + 2 z < x], {y, 0, 1}, {z, 0, 1}]
Integrate[h[x], {x, 0, 5}]
Value : 2/3
Integrate[Boole[x - 1 < 2 y + 2z < x], {y, 0, 1}, {z, 0, 1}, {x, 0, 5}]
Value : 1
URL: , |
|