Skip to content
Snippets Groups Projects
Commit b5f4845f authored by orestis.malaspin's avatar orestis.malaspin
Browse files

correction compilation error

parent e599c3e6
No related branches found
No related tags found
No related merge requests found
......@@ -1708,7 +1708,7 @@ $$y(x)=2e^{-x}-e^{-2x}.$$
A présent, nous pouvons généraliser cette méthode pour l’équation
@eq:edo2_cch $$a y''(x)+by'(x)+cy(x)=0.$$ En faisans la même
subsitution que précédemment, $y=e^{\lambda x}$, on a $$\begin{aligned}
&a \lambda^2e^{\lambda x}+b\lambdae^{\lambda x} +ce^{\lambda x}=0,\\
&a \lambda^2e^{\lambda x}+b\lambda e^{\lambda x} +ce^{\lambda x}=0,\\
&a \lambda^2+\lambda b+c=0.\end{aligned}$$ L’équation ci-dessus doit
être résolue pour $\lambda$. Nous savons comment résoudre ce genre
d’équation du second degré. La solution est donnée par
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment