Effacer les filtres
Effacer les filtres

Just for clarification below is the question again (d^2 y)/(dx^2 )+4dy/dx+3y=0 subject to initial condition where dy/dx=4 and y=4. Can you help me explain how this can be solved?

2 vues (au cours des 30 derniers jours)
Just for clarification below is the question again
(d^2 y)/(dx^2 )+4dy/dx+3y=0 subject to initial condition where dy/dx=4 and y=4.
Can you help me explain how this can be solved?
  4 commentaires
Walter Roberson
Walter Roberson le 5 Nov 2016
Modifié(e) : Walter Roberson le 5 Nov 2016
Joshua Amuga comments to KSSV:
IVP :=ode({y''(x)+4*y'(x)+3*y,y(0)=3,y'(0)=4},y(x));
Undefined function or variable 'IVP'.
Walter Roberson
Walter Roberson le 5 Nov 2016
Joshua Amuga: you have attempted to use MuPAD syntax in MATLAB. You need to command
nb
and then use the command in the MuPAD notebook that opens.

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 2 Nov 2016
dsolve() or one of the ode* routines.
  2 commentaires
Joshua Amuga
Joshua Amuga le 2 Nov 2016
Modifié(e) : Walter Roberson le 5 Nov 2016
ode({y''(x)+4*y'(x)+3*y,y(0)=3,y'(0)=4},y(x));
i keep getting an error. Can you help me write the code
Walter Roberson
Walter Roberson le 5 Nov 2016
You are attempting to use MuPAD syntax in MATLAB. The solution you posted of
dsolve('D2y-4*Dy+3*y','y(0)=3','Dy(0)=4')
appears to me to be valid.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MuPAD dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by