FourierEquation

 

class FourierEquation : public ExplicitEquation

 

FourierEquation represents a nth degree Fourier series like

 

    

 

 

Public Member List


 

virtual void SetDegree(int num)

Sets num as the number of sin() cos() sets of the Fourier series.

A Fourier series of degree num has 2*num + 2 coefficients.