Solve particular block Toeplitz linear system
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I wish to solve the system
where T is block band Toeplitz and X the unkown. In my case, T has a particular form: the blocks are symmetric and quite large (
.
or even more) and I have around n blocks on the block diagonal of T, and around m block lower (and upper) diagonals ( T is band block), such that, for example for
and
:
0 0
0
where the bar means the conjugate. 0


0 0


The LU decomposition works quite well, but I would like to exploit this particular structure: symmetric blocks, block Toeplitz and block band matrix.
However, the size of the blocks is large, and algorithms like block Levinson in the FEx are not efficient at all since they fully invert a block n times. They are very efficient for small blocks.
Any idea?
1 commentaire
Réponses (0)
Voir également
Catégories
En savoir plus sur Linear Algebra dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!