필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Rafet
Rafet 2014년 2월 25일
편집: John D'Errico 2014년 2월 25일
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