Fourier Series #
The purpose of this file is to include some results on Fourier series.
Predicate for a function f : U → ℂ
to have c : ℕ → ℂ
as its fourier series, ie for all x ∈ U
,
∑' n, c n * exp (π * I * n * x) = f x
.
Note we write this using HasSum
to assert that the sum exists and is equal to f x
.
Equations
Instances For
Predicate for a function f : U → ℂ
to have c : ℕ → ℂ
as its 2π
-fourier series, ie for all
x ∈ U
, ∑' n, c n * exp (2 * π * I * n * x) = f x
.
Note we write this using HasSum
to assert that the sum exists and is equal to f x
.