Find the general solution of the equation y ′ − y = y 2 e x .

15 次查看(过去 30 天)
Find the general solution of the equation y′−y= y2ex.

回答(1 个)

KSSV
KSSV 2020-7-30
syms y(x)
ode = diff(y,x)-y==y^2*exp(x) ;
sol = dsolve(ode)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by