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

8 visualizaciones (últimos 30 días)
Shubham  Narayankar
Shubham Narayankar el 30 de Mzo. de 2020
Comentada: Torsten el 30 de Mzo. de 2020
using dsolve or other command
  1 comentario
Torsten
Torsten el 30 de Mzo. de 2020
Did you study the examples provided for dsolve ? They are almost identical to what you are supposed to do.

Iniciar sesión para comentar.

Respuestas (1)

Birdman
Birdman el 30 de Mzo. de 2020
syms y(t)
eq=diff(y,2)+diff(y)==0;
y(t)=dsolve(eq)

Categorías

Más información sobre Formula Manipulation and Simplification en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by