From 95e1671542e743cb4d10e0c87468d16c65c285bc Mon Sep 17 00:00:00 2001 From: BrokenVoodooDoll <44895553+BrokenVoodooDoll@users.noreply.github.com> Date: Fri, 16 Apr 2021 12:22:30 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70db40c..d9b8d84 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# FourierSeriesExample \ No newline at end of file +# FourierSeriesExample + +*English* + +Simple example of the expansion of the function f(x) defined on the segment \[T/2, T/2\] in the Fourier series in the form of a superposition of simple harmonics. +All formulas and additional info are in the [.ipynb](fourier.ipynb) file. + +*Русский* + +Простой пример разложения функции f(x), заданной на отрезке \[T/2, T/2\] в ряд Фурье в форме суперпозиции простых гармоник. +Все формулы и дополнительная информация содержатся в [.ipynb](fourier.ipynb) файле.