Effacer les filtres
Effacer les filtres

inverse matrix problem, why inv(A)*A~=I

2 vues (au cours des 30 derniers jours)
Rafet
Rafet le 25 Fév 2014
Modifié(e) : John D'Errico le 25 Fév 2014
hi everyone,
while solving a set of equations i can get a square matrix in various sizes, but whatever the matrix size is, i got singularity warnings.
i tried to get identity matrix with the following statements to provide consistency:
inv(A)*A and pinv(A)*A
but both of them gave a result of nonsense matrices
what may be the problem?
thanks in advance

Réponses (1)

Matt J
Matt J le 25 Fév 2014
Your choices of A may be singular?
  1 commentaire
John D'Errico
John D'Errico le 25 Fév 2014
Modifié(e) : John D'Errico le 25 Fév 2014
Yeah. I wonder if the warnings about singular matrices may be a hint that the matrix is indeed singular? :)

Connectez-vous pour commenter.

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by