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}
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team