Inversion of block tridiagonal matrices
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Neeladri Sekhar Bera
el 2 de Jul. de 2020
Respondida: Bjorn Gustavsson
el 2 de Jul. de 2020
I have encountered with a system of linear equations which are forming a block tri-diagonal matrix. How to invert the block tri-diagonal matrix to get the solution?
0 comentarios
Respuesta aceptada
Bjorn Gustavsson
el 2 de Jul. de 2020
If you have a small enough problem which is not ill-conditioned just use \, if it is ill-conditioned but you can do an SVD of your matrix, I suggest using that decomposition and a Tikhonov-type solution. If the matrix is too big then you might find some suitable iterative solver: matlabs iterative solvers.
HTH
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear Algebra en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!