Skip to content

Commit e7935f7

Browse files
committed
Fix typo in fourier basis def
1 parent d3fbb32 commit e7935f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viscomp/viscomp.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ \subsection{Fourier Transform}
233233
F(u,v) &= \frac{1}{N} \sum^{N-1}_{x=0} \sum^{N-1}_{y=0} f(x,y) \cdot e^{-i2\pi (\frac{ux+vy}{N})} \mathop{dx}\mathop{dy} \\
234234
f(x,y) &= \iint_{\mathbb{R}^2} F(u,v) \cdot e^{i 2\pi (ux+vy)} \mathop{du}\mathop{dv} \tag{inverse}
235235
\end{align*}
236-
\( e^{-i2\pi (ux+vy)} = \cos (2\pi (ux+vy)) + i \cdot \sin(2\pi (ux + vy)) \)
236+
\( e^{-i2\pi (ux+vy)} = \cos (2\pi (ux+vy)) - i \cdot \sin(2\pi (ux + vy)) \)
237237
\end{mainbox}
238238
Relevant trigonometric properties:
239239
\[\cos(x) = \frac{e^{ix} + e^{-ix}}{2},\; \sin(x) = \frac{e^{ix}-e^{-ix}}{2} \]

0 commit comments

Comments
 (0)