How to solve large Sylvester equation AX + XB + C = 0

How to solve large Sylvester equation AX + XB + C = 0 ? Specifically, size(A) = 500x500, size(B)=95000x95000, size(C)=500x95000, size(X) = 500x95000.
PS: B is sparse.
How about A, B, C are both sparse?

1 comentario

Matt J
Matt J el 3 de Sept. de 2014
Editada: Matt J el 3 de Sept. de 2014
So B is sparse? It wouldn't be possible to hold a full matrix of that size. What about A and C? Are they sparse, too?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Matrix Computations en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

Jon
el 3 de Sept. de 2014

Editada:

Jon
el 3 de Sept. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by