replace double | with \Vert

This commit is contained in:
2020-05-01 12:00:36 +02:00
parent a861b07e65
commit 0ee655c856
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
\begin{document}
\newcommand{\K}{\mathrm{K}}
\newcommand{\qnorm}[1]{\left|\left|#1\right|\right|^2}
\newcommand{\norm}[1]{\left|\left|#1\right|\right|}
\newcommand{\qnorm}[1]{\left\Vert#1\right\Vert^2}
\newcommand{\norm}[1]{\left\Vert#1\right\Vert}
\section{Fourier-Entwicklung}
\begin{definition}[Periodische Funktionen]
$f: \R \to \K$ heißt $L$-periodisch $(L >0)$ falls $f(x+L) = f(x)$, $\forall x \in \R (\implies f(x+kL) = f(x),\; \forall k\in \Z)$.
BIN
View File
Binary file not shown.