mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 02:24:23 +00:00
[NumCS] Remove comments
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
% └ ┘
|
||||
% TODO: If you want your email to be in there, note it down here.
|
||||
% I also did not touch the unedited files to avoid conflicts
|
||||
% FIXME: Add subsection here and use \newsection on all further subsections to reset the counters and add a page break
|
||||
\subsection{Interpolation und Polynome}
|
||||
Bei der Interpolation versuchen wir eine Funktion $\tilde{f}$ durch eine Menge an Datenpunkten einer Funktion $f$ zu finden.\\
|
||||
Die $x_i$ heissen Stützstellen/Knoten, für welche $\tilde{f}(x_i) = y_i$ gelten soll. (Interpolationsbedingung)
|
||||
\begin{align*}
|
||||
@@ -36,8 +36,7 @@ Andere Möglichkeiten: $b_j = \cos((j-1)\cos^-1(x))$ \textit{(Chebyshev)} oder $
|
||||
\fancytheorem{Peano} $f$ stetig $\implies \exists p(x)$ welches $f$ in $||\cdot||_\infty$ beliebig gut approximiert.
|
||||
|
||||
\setcounter{all}{7}
|
||||
% FIXME: \inlinedef \textit{(Monom)} = \fancydef{Monom} (exactly the definition of fancy* macros)
|
||||
\fancydef{Raum der Polynome} $\mathcal{P}_k := \{ x \mapsto \sum_{j = 0}^{k} \alpha_j x^j \}$
|
||||
\inlinedef \textit{(Monom)} $f: x \mapsto x^k$
|
||||
\fancydef{Monom} $f: x \mapsto x^k$
|
||||
|
||||
\fancytheorem{Eigenschaft von $\mathcal{P}_k$} $\mathcal{P}_k$ ist ein Vektorraum mit $\dim(\mathcal{P}_k) = k+1$.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
\subsection{Monombasis}
|
||||
\subsubsection{Monombasis}
|
||||
|
||||
\fancytheorem{Eindeutigkeit} $p(x) \in \mathcal(P)_k$ ist durch $k+1$ Punkte $y_i = p(x_i)$ eindeutig bestimmt.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user