From 4345c5744f91a1a012742a21f0a9ee7cc00dcabe Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+janishutz@users.noreply.github.com> Date: Sun, 18 Jan 2026 13:45:34 +0000 Subject: [PATCH] Update 00_introduction.tex Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- semester3/numcs/parts/02_quadrature/00_introduction.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semester3/numcs/parts/02_quadrature/00_introduction.tex b/semester3/numcs/parts/02_quadrature/00_introduction.tex index 8f20796..4bcf514 100644 --- a/semester3/numcs/parts/02_quadrature/00_introduction.tex +++ b/semester3/numcs/parts/02_quadrature/00_introduction.tex @@ -128,7 +128,7 @@ Folglich ist also der Fehler kleiner, je kleiner $h$ ist. Wir benutzen erneut einen Variablenwechsel, um von einem Referenzintervall $[-1, 1]$ auf eines unserer Teilintervalle $[x_k, x_{k + 1}]$ zu wechseln. Dies heisst also allgemein für Intervall $[a, b]$ nach $[-1, 1]$: \begin{align*} - \int_{a}^{b} f(t) \dx t = \frac{1}{2} (b - a) \int_{-1}^{1} \hat{f}( au) \dx \tau & \text{ mit } \hat{f}( au) := f\left( \frac{1}{2}(1 - \tau) a + \frac{1}{2}( au + 1) b \right) + \int_{a}^{b} f(t) \dx t = \frac{1}{2} (b - a) \int_{-1}^{1} \hat{f}(\tau) \dx \tau & \text{ mit } \hat{f}(\tau) := f\left( \frac{1}{2}(1 - \tau) a + \frac{1}{2}(\tau + 1) b \right) \end{align*} Für dieses Referenzintervall können wir die Gewichte $\hat{w}_j$ und die Knoten $\hat{c}_j$ bestimmen. % OMG, wtf, why can't he decide on using w, \omega or \hat{w} for the weights in the reference interval? That is so dumb.