Can someone help with this?
Afficher commentaires plus anciens
Hi I need help plotting the resopnse to this differential equation with 10^4 points. thanks if you can help.
!x!+ cx! + kx + εx3 = Bcost
0 ≤ c ≤ 0.5, −1 ≤ k ≤1, 0 ≤ ε ≤1, B = 8.5 ignore the exclamation points.
3 commentaires
Walter Roberson
le 17 Déc 2013
Is "εx3" ε*x3 or ε*x^3 ?
If we are to ignore the exclamation marks, then this seems to be
(1 + c + k) * x + ε*x^3 = B*cost
which is not a differential equation.
Victor
le 17 Déc 2013
Walter Roberson
le 17 Déc 2013
Is it correct then that the equation is
(1 + c + k) * x + ε*x^3 = B*cost
? If so then what do you mean by "response"? This is not an differential equation.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Structural Mechanics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!