[Analysis] Start constant coefficients section

This commit is contained in:
2025-10-06 13:07:17 +02:00
parent e01166bfed
commit 41b2a483e6
3 changed files with 6 additions and 1 deletions

View File

@@ -5,3 +5,5 @@
\bi{(3)} If initial conditions, find equations $\in \mathcal{S}_b$ which fulfill conditions using SLE (as always) \bi{(3)} If initial conditions, find equations $\in \mathcal{S}_b$ which fulfill conditions using SLE (as always)
\shortproposition Solution of $y' + ay = 0$ is of form $f(x) = z e^{-A(x)}$ with $A$ anti-derivative of $a$ \shortproposition Solution of $y' + ay = 0$ is of form $f(x) = z e^{-A(x)}$ with $A$ anti-derivative of $a$
\TODO Improve procedure with notes from session \& SPAM

View File

@@ -1,3 +1,6 @@
\newsectionNoPB \newsectionNoPB
\subsection{Linear differential equations with constant coefficients} \subsection{Linear differential equations with constant coefficients}
The coefficients $a_i$ are constant functions of form $a_i(x) = k$ with $k$ constant. The coefficients $a_i$ are constant functions of form $a_i(x) = k$ with $k$ constant, where $b(x)$ can be any function.\\
%
\shade{gray}{Solving:} \bi{(1)} Find \textit{characteristic polynomial} (of form $\lambda^k + a_{k - 1} \lambda^{k - 1} + \ldots + a_1 \lambda + a_0$ for order $k$ lin. ODE with coefficients $a_i$).
Find the roots of polynomial.