[NumCS] Add code (adapt. quad)

This commit is contained in:
RobinB27
2026-01-14 15:41:27 +01:00
parent 2ddf40a6fe
commit 300448aca2
3 changed files with 31 additions and 2 deletions

View File

@@ -23,8 +23,6 @@ Was dasselbe ist, wie oben, aber mit $d$ Summen und $d$-mal ein $w_{j_k}$ und ei
% https://www.slingacademy.com/article/scipy-integrate-simpson-function-4-examples/ explains scipy's n-d integration well
\newpage
\innumpy Lassen sich so die bekannten Verfahren wie die Trapez-Regel oder Simpson-Regel leicht auf höhere Dimensionen anwenden
\begin{code}{python}
@@ -64,6 +62,8 @@ def simpson_2d_mesh(f, a: float, b: float, Nx: int, c: float, d: float, Ny: int)
return Q
\end{code}
\newpage
\begin{recall}[]{Tensor-Produkt}
\TODO Write this section
\end{recall}