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

3 ビュー (過去 30 日間)
Shubham  Narayankar
Shubham Narayankar 2020 年 3 月 30 日
コメント済み: Torsten 2020 年 3 月 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)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by