aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/08_dgl/MathSem-08-dgl.tex
blob: e4ece1b1288b566f772e71f044e0778c43e21356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
%
% MathSem-08-dgl.tex -- Präsentation 
%
% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
%
\documentclass[aspectratio=169]{beamer}
\input{common.tex}
\setboolean{presentation}{true}
\begin{document}
  \begin{frame}
    \titlepage
    \vspace{-1.5cm}
    \begin{columns}
    \begin{column}{.48\textwidth}
      \centering
      \includegraphics[width=.7\linewidth]{../slides/10/vektorfelder-6.pdf}
    \end{column}
    \begin{column}{.48\textwidth}
      \begin{align*}
        x(t) 
        &=
        \exp(At) x_0 
        \\
        \exp(At)
        &=
        1 + At + \frac{A^2t^2}{2} + \frac{A^3 t^3}{3!} + \ldots
        \\
        &=
       \lim_{n\to \infty} \left(1 + \frac{At}{n}\right)^n
      \end{align*}
    \end{column}
  \end{columns}
\end{frame}
\input{slides.tex}
\end{document}