Ask Your Question

mhaechre's profile - activity

2023-07-16 06:45:17 +0200 received badge  Famous Question (source)
2023-06-08 01:17:36 +0200 received badge  Notable Question (source)
2023-06-08 01:17:36 +0200 received badge  Popular Question (source)
2016-10-21 22:24:16 +0200 received badge  Student (source)
2016-10-21 22:02:17 +0200 asked a question Integration Over Polygons

I'm looking for an open source alternative to Mathematica that provides an easy way to integrate functions over polygons. In Mathematica I can define a polygon R and integrate some function f(x,y) over it with a single command without having to determine the bounds of integration on x and y:

Integrate[f(x,y),{x,y}∈R]

Is it possible to do this type of integration in Sage? The polygons I need to integrate over have hundreds of vertices, so doing it piece-wise is not an option.