Skip to main content
Replaced image-formulas by LaTeX formulas, added numerical integration tag,
Source Link

Double integral over the region enclosed by several lines

#TheThe question is#is:

Calculate the double integral equation $$\iint_D (18x^2+51xy+30y^2)^2\,dx\,dy$$ where D$D$ is an area enclosed by the following lines, line1,line2,line3 and line4: $$6x+5y=9,\quad 6x+5y=-9,\quad 3x+6y=7, \quad 3x+6y=-7$$

I have tried doing it the following way but itsit's wrong and I cantcan't 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} ] 

Double integral

#The question is#

Calculate the double 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} ] 

Double integral over the region enclosed by several lines

The question is:

Calculate the double integral $$\iint_D (18x^2+51xy+30y^2)^2\,dx\,dy$$ where $D$ is an area enclosed by the following lines: $$6x+5y=9,\quad 6x+5y=-9,\quad 3x+6y=7, \quad 3x+6y=-7$$

I have tried doing it the following way but it's wrong and I can't seem to get it working.

NIntegrate[ Boole[-9 <= 6 x + 5 y <= 9 && -7 <= 3 x + 6 y <= 7], {x, -Infinity, Infinity}, {y, -Infinity, Infinity} ] 
Tweeted twitter.com/StackMma/status/737559129481306112
Formatted code
Source Link
MarcoB
  • 68k
  • 19
  • 98
  • 205

#The question is#

Calculate the double 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} ]

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

#The question is#

Calculate the double 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} ]

#The question is#

Calculate the double 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} ] 
edited body; edited title
Source Link

Dubble Double integral

#The question is#

Calculate the dubbledouble 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} ]

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} ]

Double integral

#The question is#

Calculate the double 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} ]

added 1 character in body
Source Link
Loading
Source Link
Loading