| Author |
Comment/Response |
Jacques
|
09/19/05 06:07am
Dear Mathematica experts,
When I integrate (using example of Mathematica Book), a "region" depending on "a":
Integrate[Boole[a x <y], {x,0,1},{y,0,1}]
the output is:
1 if a<=0
(2-a)/2 if 0<a<=1
1/(2a) True
Form this ouput I would like to pick up only the value that corresponds to "True".. How could I do that?.
Thanks,
JJV
URL: , |
|