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

2 次查看(过去 30 天)
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

回答(1 个)

Matt J
Matt J 2014-2-25
Your choices of A may be singular?
  1 个评论
John D'Errico
John D'Errico 2014-2-25
编辑:John D'Errico 2014-2-25
Yeah. I wonder if the warnings about singular matrices may be a hint that the matrix is indeed singular? :)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by