inverse of a toeplitz matrix

조회 수: 10 (최근 30일)
antonet
antonet 2014년 2월 27일
댓글: Roger Stafford 2014년 2월 27일
Dear all,
Could you please verify that the inverse of a toeplitz matrix is
Om=2.^(0:(6));
Omega=toeplitz(Om)
Omegainv=inv(Omega)
Cheers
  댓글 수: 1
Roger Stafford
Roger Stafford 2014년 2월 27일
What makes you question the matrices this produces? The output of 'toeplitz', Omega, is obviously correct. and if you multiply this output by Omegainv it gives back the identity matrix. What is the problem?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by