Update coin par coeur for equa diff

This commit is contained in:
flyingscorpio@arch-desktop 2021-09-19 12:09:35 +02:00
parent 7ffacb93cf
commit f49e419682

View file

@ -149,11 +149,9 @@
\toprule
Type d'E.D. & Solutions & \\
\toprule
$y' = ay$ & $\lambda e^{ax}$ & $a, \lambda \in \mathbb{R}$ \\
$ay' + by = 0$ & $\lambda e^{rx} \quad \text{ avec } r = \frac{-b}{a}$ & $a, b, \lambda \in \mathbb{R}$ \\
\midrule
$y' = ay + b$ & $-\frac{b}{a} + \lambda e^{ax}$ & $a, b, \lambda \in \mathbb{R}$ \\
\midrule
$y' = ay + f$ & $y_0 + \lambda e^{ax}$ & \makecell{$y_0$ solution particulière de $y' = ay + f$ \\ $f$ une fonction et $a, \lambda \in \mathbb{R}$} \\
$ay' + by = f(x)$ & $y_0 + \lambda e^{rx} \quad \text{ avec } r = \frac{-b}{a}$ & \makecell{$y_0$ solution particulière de $ay' + by = f(x)$ \\ $f$ une fonction et $a, b, \lambda \in \mathbb{R}$} \\
\bottomrule
\end{tabularx}