Can someone help with this?
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 17 Dic 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
il 17 Dic 2013
Walter Roberson
il 17 Dic 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.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Numerical Integration and Differentiation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!