Find the general solution of the equation y′−y= y2ex.

Find the general solution of the equation y′−y= y2ex.

1 Commento

PLEASE STOP POSTING YOUR HOMEWORK ASSIGNMENTS. Worse, this is now the second time you asked this question.

Accedi per commentare.

Risposte (1)

Hi Satyanarayana,
Differential equations can be solved with dsolve function.
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

Categorie

Prodotti

Richiesto:

il 30 Lug 2020

Commentato:

il 30 Lug 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by