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)

카테고리

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