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

NFourierSinCoefficient


gives a numerical approximation to the n^(th) coefficient in the Fourier sine series expansion of expr, where expr is a periodic function of t with period .
  • The numerical approximation to the n^(th) coefficient in the Fourier sine series expansion of expr is by default defined to be NIntegrate[expr Sin[n t], {t, 0, }], where n must be an integer.
  • Different choices for the definition of the Fourier sine series expansion can be specified using the option FourierParameters.
Use different definitions for calculating numerical approximation for a Fourier sine coefficient:
Compare with the answer from symbolic evaluation:
Needs["FourierSeries`"]
Use different definitions for calculating numerical approximation for a Fourier sine coefficient:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
Compare with the answer from symbolic evaluation:
In[4]:=
Click for copyable input
Out[4]=
In[5]:=
Click for copyable input
Out[5]=
In[6]:=
Click for copyable input
Out[6]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF