Skip to content

Commit 26f785d

Browse files
committed
vspace
1 parent 41bc113 commit 26f785d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/math.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ \subsection{The Fourier Basis}\label{fourierB}
5858
5959
Lo and behold, the famous transfer function [contains] exactly the eigenvalues of the corresponding eigenfunctions! Upon asking various electrical engineers what the transfer function was, no one has ever told me that! Yes, when pointed out to them that it is the same idea they have to agree, but the fact it is the same idea never seemed to have crossed their minds! The same, simple idea, in two or more different disguises in their minds, and they knew of no connection between them! Get down to the basics every time!"\end{quotation}
6060

61-
In that spirit, with Patron Saint Hamming watching over us, let's continue: \autoref{fourierB}}, which is the set of complex exponentials:
61+
In that spirit, with Patron Saint Hamming watching over us, let's continue: \autoref{fourierB}}, which is the set of complex exponentials:\vspace{-2mm}
6262

6363
\begin{equation}\label{euler}
6464
e^{j \omega} = \cos(\omega) + j \sin(\omega)
6565
\end{equation}
6666

67-
where I use $j$ to represent the imaginary unit, because I'm from Electrical Engineering, and because Python uses \texttt{j}.\newline
67+
where I use $j$ to represent the imaginary unit ($\sqrt{-1}$), because I'm from Electrical Engineering, and because Python uses \texttt{j}.\newline
6868

6969
Why this identity is true isn't obvious at first but can be seen by \href{https://math.stackexchange.com/a/492165/278341}{Taylor Expanding}\cite{taylor} the exponential function and trigonometric functions:
7070

0 commit comments

Comments
 (0)