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?
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
回答(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!