| Author |
Comment/Response |
Nasser M. Abbasi
|
11/17/12 7:54pm
Integrate[
If[x >= y && xup == yup, 1, 0] 1/((1 - xup) (1 - yup)), {x, xup,
1}, {y, yup, 1}]
----------------------------------
I get a syntax error when I copy and paste your code.
Try to post code that at least works, it will help others help you.
URL: , |
|