diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-01 14:01:04 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-01 14:01:04 +0100 |
commit | bb1a5867c5a5be41de7fa3953d6e599c32a3afdf (patch) | |
tree | f26b767534b8b672122f6181470213347a7b4c00 | |
parent | Teilnehmer update (diff) | |
download | SeminarMatrizen-bb1a5867c5a5be41de7fa3953d6e599c32a3afdf.tar.gz SeminarMatrizen-bb1a5867c5a5be41de7fa3953d6e599c32a3afdf.zip |
typos
Diffstat (limited to '')
-rw-r--r-- | vorlesungen/slides/3/fibonacci.tex | 2 | ||||
-rw-r--r-- | vorlesungen/slides/3/motivation.tex | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/vorlesungen/slides/3/fibonacci.tex b/vorlesungen/slides/3/fibonacci.tex index e26175e..3d01020 100644 --- a/vorlesungen/slides/3/fibonacci.tex +++ b/vorlesungen/slides/3/fibonacci.tex @@ -63,7 +63,7 @@ v_{n}&=v_{n-1}+v_{n-2} \uncover<12->{= X^2-X +\Phi(I-\Phi)} \uncover<13->{= -X^2-X -\underbrace{\Phi^2-\Phi}_{\displaystyle=I} +X^2-X -(\underbrace{\Phi^2-\Phi}_{\displaystyle=I}) } \] \end{block}} diff --git a/vorlesungen/slides/3/motivation.tex b/vorlesungen/slides/3/motivation.tex index 91f27dd..048e6a2 100644 --- a/vorlesungen/slides/3/motivation.tex +++ b/vorlesungen/slides/3/motivation.tex @@ -42,10 +42,11 @@ D&=\begin{pmatrix} \sin \frac{\pi}{1291} & \cos\frac{\pi}{1291} \end{pmatrix} \\ -p(X)&= \ifthenelse{\boolean{presentation}\only<-3>{X^{1291}+1\phantom{+\frac{\mathstrut}{\mathstrut}}}}{} +p(X)&= +\ifthenelse{\boolean{presentation}}{\only<-3>{X^{1291}+1\phantom{+\frac{\mathstrut}{\mathstrut}}}}{} \only<4->{X^2-2X\cos\frac{\pi\mathstrut}{1291\mathstrut}+I} \\ -p(D) &= \ifthenelse{\boolean{presentation}\only<-3>{D^{1291}+I\phantom{+\frac{\mathstrut}{\mathstrut}}}}{} +p(D) &= \ifthenelse{\boolean{presentation}}{\only<-3>{D^{1291}+I\phantom{+\frac{\mathstrut}{\mathstrut}}}}{} \only<4->{D^2-2D\cos\frac{\pi\mathstrut}{1291\mathstrut}+I} \end{align*} \end{block}} |