Inversion of block tridiagonal matrices

18 次查看(过去 30 天)
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?

采纳的回答

Bjorn Gustavsson
Bjorn Gustavsson 2020-7-2
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 个)

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by