mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 18:44:24 +00:00
[NumCS] Integrate numeric quadrature
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
\begin{definition}[]{Lagrange Polynome}
|
||||
Für Knoten (auch gennannt Stützstellen) $x_0, x_1, \ldots, x_n \in \R$ definieren wir die Lagrange-Polynome für $n = \text{Anzahl Stützstellen}$, also haben wir $n - 1$ Brüche, da wir eine Iteration überspringen, weil bei dieser $j = i$ ist:
|
||||
\begin{align*}
|
||||
l_i(x) = \prod_{j = 0 \neq i}^n \frac{x - x_j}{x_i - x_j}
|
||||
l_i(x) = \prod_{j = 0 \atop j \neq i}^n \frac{x - x_j}{x_i - x_j}
|
||||
\end{align*}
|
||||
\end{definition}
|
||||
Falls $j = i$ im Produkt, so überspringt $j$ diese Zahl.
|
||||
|
||||
Reference in New Issue
Block a user