Inversion of block tridiagonal matrices

조회 수: 17 (최근 30일)
Neeladri Sekhar Bera
Neeladri Sekhar Bera 2020년 7월 2일
답변: Bjorn Gustavsson 2020년 7월 2일
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