Skip to main content
1 of 5

Dubble integral

#The question is#

Calculate the dubble integral equation where D is an area enclosed by the following lines, line1,line2,line3 and line4

I have tried doing it the following way but its wrong and I cant seem to get it working. Any help would be appreciated

NIntegrate[ Boole[-9 <= 6 x + 5 y <= 9 && -7 <= 3 x + 6 y <= 7], {x, -Infinity, Infinity}, {y, Infinity, Infinity} ]