solving coupled system of second order differential equations
Afficher commentaires plus anciens
Hello everyone,
I want to solve a "second order coupled ordinary differential equation". I searched a lot but could not find the solution.
Please suggest me how can I solve this.
The structure of my equation is given below,
[M]{x''} + [K]{x} = {F}
where [M], [K] are the matrices, which contain time dependent terms.
{x} vector of unknown dependent variables.
{x''} is the second derivative of the vector {x} with respect to time.
Please note that [M], [K] contains time varying terms
Looking forward for your the response.
Thanks for your time..
4 commentaires
James Tursa
le 25 Mai 2021
Are you looking for a numeric solution with known initial values? E.g., using the ode45( ) function?
aakash dewangan
le 28 Mai 2021
Paul
le 28 Mai 2021
Do you have a simple example for M, K, and F? Preferably one that you know what that solution should be?
aakash dewangan
le 30 Mai 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Ordinary Differential Equations 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!