Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Calculus > Integral Transforms > Fourier Analysis >

FourierSeries

FourierSeries[expr, t, n]
gives the n^(th)-order Fourier series expansion of expr in t.
FourierSeries[expr, {t1, t2, ...}, {n1, n2, ...}]
gives the multidimensional Fourier series.
  • The n^(th)-order Fourier series of f(t) is by default defined to be sum_(k=-n)^nc_k ⅇ^(ⅈ k t) with .
  • The multidimensional Fourier series of f(t_1,t_2,...) is given by sum_(k_1=-n_1)^(n_1)sum_(k_2=-n_2)^(n_2)... c_(k_1,k_2,...) ⅇ^(ⅈ (k_1 t_1+k_2 t_2+...)) with .
  • The following options can be given:
Assumptions$Assumptionsassumptions on parameters
FourierParameters{1,1}parameters to define Fourier series
GenerateConditionsFalsewhether to generate results that involve conditions on parameters
{1, 1}sum_(k=-n)^nc_k ⅇ^(ⅈ k t)
{1, -2Pi}sum_(k=-n)^nc_k ⅇ^(-ⅈ 2 pi k t)
{a, b}
Find the 3^(rd) order Fourier series of t/2:
Compute an order {2,2} Fourier series:
Find the 3^(rd) order Fourier series of an exponential function:
Fourier series for a Gaussian function:
Fourier series for Abs:
Fourier series for a basis function has only one term:
Use a non-default setting for FourierParameters:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team