Question: Recursion in FourierSeries (OrthgonalExpansions)

So I am working with the OrthgonalExpansions library (amazing library, by the way! Just what I needed!), and it is great, except it seems to be having trouble doing a 2d Fourier expansion.

I'll upload my document. transformApprox.mw

In this document, I am running the BesselSeries expansion as we speak, but the FourierSeries expansion (in 2d) can never seem to complete. It always say that it has an

"Error, (in evalc/evalc) too many levels of recursion"

Why is it doing this? Anyone have any ideas? I've checked over all the syntax, everything else seems to be working....

Please Wait...