Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Fourier Series Package >

NFourierSeries

NFourierSeries[expr, t, n]
gives a numerical approximation to the order n Fourier exponential series expansion of expr, where expr is a periodic function of t with period 2 pi.
  • The numerical approximation to the order n Fourier exponential series expansion of expr is by default defined to be FkExponentialEImaginaryI k t, where Fk is given by .
  • Different choices for the period of expr can be specified using the option FourierParameters.
  • With the setting FourierParameters->{a, b}, expr is assumed to have a period of , and the order n Fourier exponential series expansion computed by NFourierSeries is , where Fk is given by .
Numerical approximation for an exponential Fourier series:
Compare with a plot of the original periodic function:
Needs["FourierSeries`"]
Numerical approximation for an exponential Fourier series:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
Compare with a plot of the original periodic function:
In[4]:=
Click for copyable input
Out[4]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team