Find the general solution of the equation y′−y= y2ex.
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Find the general solution of the equation y′−y= y2ex.
1 commentaire
John D'Errico
le 30 Juil 2020
PLEASE STOP POSTING YOUR HOMEWORK ASSIGNMENTS. Worse, this is now the second time you asked this question.
Réponses (1)
Sriram Tadavarty
le 30 Juil 2020
Hi Satyanarayana,
Here is the code, that you might be looking for:
syms y(x) a
eqn = diff(y,x)-y == y^2*exp(x);
ySol(x) = dsolve(eqn)
Hope this helps.
Regards,
Sriram
1 commentaire
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!