Hi WC! I wanted to calculate a distribution function from a density function which is not null only over a certain area. After searching the documentation, I found a handy function which did exactly what I needed:
Integrate[(2y/x)Boole[y<x<1/y],{y,0,w},{x,0, z}]
When I manually substitute w and z by some concrete values, the expression works as expected. However, I would like to see the general expression. Can I do this somehow or is it not possible in Mathematica?