anyone can solve code y” + y’ =0 to find general solution

2 次查看(过去 30 天)
using dsolve or other command
  1 个评论
Torsten
Torsten 2020-3-30
Did you study the examples provided for dsolve ? They are almost identical to what you are supposed to do.

请先登录,再进行评论。

回答(1 个)

Birdman
Birdman 2020-3-30
syms y(t)
eq=diff(y,2)+diff(y)==0;
y(t)=dsolve(eq)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by