aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/8/wavelets/laplacebasis.tex
blob: ced4c09545d985dd8cd0823cb059919f69c41569 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
%
% template.tex -- slide template
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\bgroup
\def\a{2}
\def\b{0.8}
\def\c{1}
\def\d{0.6}
\input{../slides/8/wavelets/vektoren.tex}
\begin{frame}[t]
\setlength{\abovedisplayskip}{5pt}
\setlength{\belowdisplayskip}{5pt}
\frametitle{Laplace-Basis}
\begin{center}
\begin{tikzpicture}[>=latex,thick]

\begin{scope}[yshift=-0.4cm,xshift=-5.5cm]
\fnull
\end{scope}

\begin{scope}[yshift=-1.8cm,xshift=-5.5cm]
\fone
\end{scope}

\begin{scope}[yshift=-3.2cm,xshift=-5.5cm]
\ftwo
\end{scope}

\begin{scope}[yshift=-4.6cm,xshift=-5.5cm]
\fthree
\end{scope}

\begin{scope}[yshift=-6.0cm,xshift=-5.5cm]
\ffour
\end{scope}

\begin{scope}[yshift=0cm]
\vnull
\end{scope}

\begin{scope}[yshift=-1.4cm]
\vone
\end{scope}

\begin{scope}[yshift=-2.8cm]
\vtwo
\end{scope}

\begin{scope}[yshift=-4.2cm]
\vthree
\end{scope}

\begin{scope}[yshift=-5.6cm]
\vfour
\end{scope}

\end{tikzpicture}
\end{center}
\end{frame}
\egroup