Skip to content

Commit 88cbdb7

Browse files
authoredMar 25, 2024··
fix typo in 10.2 (#11)
1 parent aea731f commit 88cbdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Lineare-Algebra.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ \subsubsection{Rezept: Singulärwertzerlegung}
558558
\subsubsection{Kompression}
559559
\begin{itemize}\itemsep0pt
560560
\item Rang k Matrix $A_{(k)}=V\Sigma_{(k)}W^\top$. Die Matrix $\Sigma_{(k)}$ enthält nur die Singulärwerte $\sigma_1, ...,\sigma_k$. ($\sigma_{k+1}, ...,\sigma_{n/m}$ mit 0 ersetzen).\\
561-
\item Frobenius-Norm $|| A ||_F = \sqrt[]{\sum_{i=1}^{m} \sum_{j=1}^{m} {a^{2}_{i,j}}}$\\
561+
\item Frobenius-Norm $|| A ||_F = \sqrt[]{\sum_{i=1}^{m} \sum_{j=1}^{n} {a^{2}_{i,j}}}$\\
562562
\item Es gilt: $|| A-A_{(k)} ||_F \leq || A-B ||_F$ mit $B$ als eine beliebige Matrix des $\mathbb{R}^{m\times n}$ mit $rang(B) \leq rang(A_{(k)}) = k$
563563
\item Speicheraufwand einer Matrix $A\in \mathbb{R}^{m\times n}$: $rang(A) \cdot (m+n)$
564564
\end{itemize}

0 commit comments

Comments
 (0)
Please sign in to comment.