For a quantum mechanical simulation I have these 3 functions of euclidian position (x,y) and constants (p,q,r,s,t,u):
$A1(x,y,p,q)=-\cos \left(\frac{\sqrt{3} \pi x (p+q)}{A}\right) \sin \left(\frac{\pi y (p-q)}{A}\right)+\cos \left(\frac{\sqrt{3} \pi q x}{A}\right) \sin \left(\frac{\pi y (2 p+q)}{A}\right)-\cos \left(\frac{\sqrt{3} \pi p x}{A}\right) \sin \left(\frac{\pi y (p+2 q)}{A}\right)$
$A2(x,y,r,s)=\sin \left(\frac{\sqrt{3} \pi x (r+s)}{A}\right) \sin \left(\frac{\pi y (r-s)}{A}\right)+\sin \left(\frac{\sqrt{3} \pi s x}{A}\right) \sin \left(\frac{\pi y (2 r+s)}{A}\right)-\sin \left(\frac{\sqrt{3} \pi r x}{A}\right) \sin \left(\frac{\pi y (r+2 s)}{A}\right)$
Where
$q=0,1,2,3... \quad p=q+1,q+2,q+3...$
$s=0,1,2,3..., \quad r=s+1,s+2,s+3...$
and
$E(x,y,t,u)=A2(x,y,t,u)+iA1(x,y,t,u)$
i.e.
$E(x,y,t,u)=\sin \left(\frac{\sqrt{3} \pi x (t+u)}{A}\right) \sin \left(\frac{\pi y (t-u)}{A}\right)+\sin \left(\frac{\sqrt{3} \pi u x}{A}\right) \sin \left(\frac{\pi y (2 t+u)}{A}\right)-\sin \left(\frac{\sqrt{3} \pi t x}{A}\right) \sin \left(\frac{\pi y (t+2 u)}{A}\right)+i \Biggl(-\cos \left(\frac{\sqrt{3} \pi x (t+u)}{A}\right) \sin \left(\frac{\pi y (t-u)}{A}\right)+\cos \left(\frac{\sqrt{3} \pi u x}{A}\right) \sin \left(\frac{\pi y (2 t+u)}{A}\right)-\cos \left(\frac{\sqrt{3} \pi t x}{A}\right) \sin \left(\frac{\pi y (t+2 u)}{A}\right)\Biggr)$
Where
$u=0,\frac{1}{3},\frac{2}{3},\frac{3}{3}...\quad t=q+1,q+2,q+3...$
I wish to calculate the integrals of products of pairs of different combinations of these functions in equilateral triangle shaped regions of the plane, i.e. I want to find expressions for
$\int\int A1(x,y,p,q)A1(x,y,r,s) dxdy$
$\int\int A1(x,y,p,q)A2(x,y,r,s) dxdy$
$\int\int A2(x,y,p,q)A2(x,y,r,s) dxdy$
$\int\int A1(x,y,p,q)E(x,y,t,u) dxdy$
$\int\int A2(x,y,p,q)E(x,y,t,u) dxdy$
$\int \int E(x,y,t,u)E(x,y,v,w) dxdy$
Where the integral is over the surface of an equilateral triangle. I have tried transforming the problem, like this:
https://math.stackexchange.com/a/955188/441529
But have not yet managed to find an analytic solution to the integral.