summaryrefslogtreecommitdiffstats
path: root/Fourier Series.page
diff options
context:
space:
mode:
authorsiveshs <siveshs@gmail.com>2010-07-02 03:26:51 +0000
committerbnewbold <bnewbold@adelie.robocracy.org>2010-07-02 03:26:51 +0000
commit5c698a3abf0fd7fb17dacea37ca5076ce460b38e (patch)
treec359361bb643cd79442522bfd904afd25539db2e /Fourier Series.page
parentc9d0f1602dd8e97804c7512783f8e94c31f72469 (diff)
downloadafterklein-wiki-5c698a3abf0fd7fb17dacea37ca5076ce460b38e.tar.gz
afterklein-wiki-5c698a3abf0fd7fb17dacea37ca5076ce460b38e.zip
still testing
Diffstat (limited to 'Fourier Series.page')
-rw-r--r--Fourier Series.page5
1 files changed, 2 insertions, 3 deletions
diff --git a/Fourier Series.page b/Fourier Series.page
index 6159544..204d0f4 100644
--- a/Fourier Series.page
+++ b/Fourier Series.page
@@ -5,9 +5,8 @@ We first begin with a few basic identities on the size of sets. Show that the se
##Why Fourier series is plausible?</b>
To show that Fourier series is plausible, let us consider some arbitrary trignometric functions and see if it is possible to express them as the sum of sines and cosines:
-$$
-\sin^2(x) = ?\\
-\begin{array}{ccl}
+$$\sin^2(x) = ?$$
+$$\begin{array}{ccl}
& = & 1+iy-\frac{y^{2}}{2!}-i\frac{y^{3}}{3!}+\frac{y^{4}}{4!}+i\frac{y^{5}}{5!}+\cdots\\
& = & (1-\frac{y^{2}}{2!}+\frac{y^{4}}{4!}+\cdots)+i(y-\frac{y^{3}}{3!}+\frac{y^{5}}{5!}-\cdots)\\
& = & \cos y+i\sin y\end{array}$$