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

7 Ansichten (letzte 30 Tage)
Shubham  Narayankar
Shubham Narayankar am 30 Mär. 2020
Kommentiert: Torsten am 30 Mär. 2020
using dsolve or other command
  1 Kommentar
Torsten
Torsten am 30 Mär. 2020
Did you study the examples provided for dsolve ? They are almost identical to what you are supposed to do.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Birdman
Birdman am 30 Mär. 2020
syms y(t)
eq=diff(y,2)+diff(y)==0;
y(t)=dsolve(eq)

Kategorien

Mehr zu Formula Manipulation and Simplification finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by