inverse of a toeplitz matrix
조회 수: 10 (최근 30일)
이전 댓글 표시
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
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 Center 및 File Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!