diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-04-14 20:36:34 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-04-14 20:36:34 -0400 |
commit | a0f955afd3a8403849ae5e2a234a877437c24790 (patch) | |
tree | cd2a1e092503dff2f5a78c1efd87e481121bd2c5 /execsumm | |
parent | d843ba158e54a299912e5bcb58ff77ba12152a9c (diff) |
fixed typographic error
Diffstat (limited to 'execsumm')
-rw-r--r-- | execsumm/document.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/execsumm/document.tex b/execsumm/document.tex index 930705b..2c252f1 100644 --- a/execsumm/document.tex +++ b/execsumm/document.tex @@ -67,7 +67,7 @@ where $C\in {\bf C},$ $f\in {\bf R}\to{\bf R}$. If the non-trivial eigenvectors are complex, %% TRY TO PROVE THIS!! \def\re{{\rm Re}}\def\im{{\rm Im}} their exponential solutions form, in the reals, -$g = C_1\cos{\re(\lambda)t}\re v + C_2\sin{\re(\lambda)t}\im v.$ %% DOUBLE CHECK. +$g = C_1\cos(\re(\lambda)t)\re(v) + C_2\sin(\re(\lambda)t)\im(v).$ %% DOUBLE CHECK. \section{Nonhomogeneous System} |