|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FourierSeries
FourierSeries[expr, t, n]
gives the n
-order Fourier series expansion of expr in t.
FourierSeries[expr, {t1, t2, ...}, {n1, n2, ...}]
gives the multidimensional Fourier series.
Details and OptionsDetails and Options
- The

-order Fourier series of
is by default defined to be
with
. - The multidimensional Fourier series of
is given by
with
. - The following options can be given:
-
Assumptions $Assumptions assumptions on parameters FourierParameters {1,1} parameters to define Fourier series GenerateConditions False whether to generate results that involve conditions on parameters - Common settings for FourierParameters include:
-
{1,1} 

{1,-2Pi} 

{a,b} 

New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



