Update coin par coeur for equa diff
This commit is contained in:
parent
7ffacb93cf
commit
f49e419682
1 changed files with 2 additions and 4 deletions
|
@ -149,11 +149,9 @@
|
||||||
\toprule
|
\toprule
|
||||||
Type d'E.D. & Solutions & \\
|
Type d'E.D. & Solutions & \\
|
||||||
\toprule
|
\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
|
\midrule
|
||||||
$y' = ay + b$ & $-\frac{b}{a} + \lambda e^{ax}$ & $a, b, \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}$} \\
|
||||||
\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}$} \\
|
|
||||||
\bottomrule
|
\bottomrule
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue