square_integrals, an Octave code which returns the exact value of the integral of any monomial over the interior of the unit square or symmetric unit square in 2D.
The interior of the unit square in 2D is defined by
0 <= X <= 1, 0 <= Y <= 1.
The interior of the symmetric unit square in 2D is defined by
-1 <= X <= 1, -1 <= Y <= 1.
The integrands are all of the form
f(x,y) = x^e1 * y^e2where the exponents are nonnegative integers.
The information on this web page is distributed under the MIT license.
square_integrals is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
octave_integrals, an Octave code which returns the exact value of the integral of any monomial over the surface or interior of some geometric object, including a line, quadrilateral, box, circle, disk, sphere, ball and others.
square_exactness, an Octave code which computes the polynomial exactness of quadrature rules for f(x,y) over the interior of a quadrilateral in 2D.