[NumCS] Finish up nd quad

This commit is contained in:
2025-10-30 13:56:32 +01:00
parent c9d38f5024
commit f59936f814
2 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@@ -15,10 +15,15 @@ und für beliebige $d$ haben wir
\end{align*}
\drmvspace
Which has the same form as above, but with $d$ sums and $d$ times a $w_{j_k}$ and a $d$-dimensional function $f$
Was dasselbe ist, wie oben, aber mit $d$ Summen und $d$-mal ein $w_{j_k}$ und eine $d$-dimensionale Funktion $f$
% https://www.slingacademy.com/article/scipy-integrate-simpson-function-4-examples/ explains scipy's n-d integration well
% TODO: Insert code for multi dimensional quadrature from exercise
\begin{recall}[]{Tensor-Produkt}
\TODO Write this section
\end{recall}
Die wichtigste Erkenntnis aus diesem Abschnitt ist die Idee, ein \bi{Sparse-Grid} zu verwenden, um die Rechenarbeit zu reduzieren.
\innumpy Gibt es die Möglichkeit Sparse-Grid arrays mit \texttt{scipy.sparse} zu erstellen.