[Analysis] More Linear Algebra

This commit is contained in:
RobinB27
2026-01-28 12:06:43 +01:00
parent ebd8dedc40
commit e281501750
4 changed files with 88 additions and 50 deletions

View File

@@ -118,11 +118,7 @@ If $f(x)$ is replaced by $h(y) = f(g(y))$, then $h$ is a sol. too.\\
\end{footnotesize}
\begin{subbox}{Separation of Variables}
Form:
$$
y' = a(y)\cdot b(x)
$$
Solve using:
\smalltext{Form: $ y' = a(y)\cdot b(x) $}
$$
\int \frac{1}{a(y)}\ \text{d}y = \int b(x) \dx + c
$$