[Analysis] Add more notes

This commit is contained in:
2026-02-02 09:09:48 +01:00
parent 11d604880c
commit f8a1ec71e8
4 changed files with 8 additions and 6 deletions

View File

@@ -20,6 +20,6 @@ The solution space $\mathcal{S}$ is spanned by $k$ functions, which thus form a
\rmvspace
\begin{enumerate}[label=\bi{(\arabic*)}, noitemsep]
\item Find the solution to the homogeneous equation ($b(x) = 0$) using one of the methods below
\item If inhomogeneous, use a method below for an Ansatz for $f_p$, derive it and input that into the diffeq and solve.
\item If inhomogeneous, use a method below for an Ansatz for $f_p$, derive it and input that into the full diffeq and solve.
\item If there are initial conditions, find equations $\in \cS$ which fulfill conditions using SLE (as always)
\end{enumerate}