MATLAB hang while inverting a matrix
Afficher commentaires plus anciens
why MATLAB hang while inverting that matrix, I left it more than a day willing to get any result, but nothing happened
K_total\[0;0;0;0;0;0;0;0;0;0;1;0;0;0;0;0;0;0;0;0;0];
Thanks
1 commentaire
Einav Namer
le 28 Juin 2015
what is K_total?
Réponses (2)
Walter Roberson
le 29 Juin 2015
0 votes
Your K_total is symbolic so you are asking for a symbolic solution rather than a numeric solution.
3 commentaires
John D'Errico
le 29 Juin 2015
You may think that a symbolic result with only 21 unknowns cannot be too big, but it will be IMMENSE.
Walter Roberson
le 29 Juin 2015
I cannot read the .mat file as I do not have the symbolic toolbox, so I do not know how complex it is.
But remember that even just the exact solutions of a quartic is very big.
Catégories
En savoir plus sur MATLAB 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!