Effacer les filtres
Effacer les filtres

Inverse of several different matrices

1 vue (au cours des 30 derniers jours)
Atreyu91
Atreyu91 le 25 Août 2015
Can anyone please show me how to perform an inverse of several matrices in a cell array in MATLAB?
for example if I have a cell array with six different 5x5 matrices:
A = 5x5 double, 5x5 Double, 5x5 Double, 5x5 Double, 5x5 Double, 5x5 Double
How would I calculate the inverse of each 5x5 Double matrix?
So far I know that
B = inv(A{1,1});
will give the inverse of the first matrix, but I cannot figure out how to inverse the other matrices at the same time.
  1 commentaire
Romeo rofhiwa thonga
Romeo rofhiwa thonga le 25 Août 2015
why dont you try the gauss jordan method

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 25 Août 2015

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by