inverse of a toeplitz matrix

10 visualizaciones (últimos 30 días)
antonet
antonet el 27 de Feb. de 2014
Comentada: Roger Stafford el 27 de Feb. de 2014
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 comentario
Roger Stafford
Roger Stafford el 27 de Feb. de 2014
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?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Sparse Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by