inverse of a toeplitz matrix

8 次查看(过去 30 天)
antonet
antonet 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 中查找有关 Sparse Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by