Effacer les filtres
Effacer les filtres

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

7 vues (au cours des 30 derniers jours)
Shubham  Narayankar
Shubham Narayankar le 30 Mar 2020
Commenté : Torsten le 30 Mar 2020
using dsolve or other command
  1 commentaire
Torsten
Torsten le 30 Mar 2020
Did you study the examples provided for dsolve ? They are almost identical to what you are supposed to do.

Connectez-vous pour commenter.

Réponses (1)

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

Catégories

En savoir plus sur Formula Manipulation and Simplification dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by