Banded Matrix Solver in Matlab

조회 수: 35 (최근 30일)
Nicolas
Nicolas 2019년 9월 18일
편집: Nicolas 2019년 9월 19일
Hello,
I cannot find any banded matrix specific solver in Matlab.
Does anyone has a recomendation on how to do it in Matlab or do I have to go to Python/C++/fortran?
Thanks

채택된 답변

Steven Lord
Steven Lord 2019년 9월 18일
Since you've tagged this question with "sparse", try just using the backslash operator. The flowchart on that documentation page indicates when it will use a banded solver. Alternately, call decomposition with the 'banded' option and use the backslash operator on the decomposition object.
  댓글 수: 5
Steven Lord
Steven Lord 2019년 9월 19일
What constraints are you trying to place on the solution?
Nicolas
Nicolas 2019년 9월 19일
편집: Nicolas 2019년 9월 19일
positivity for half of the unknowns, none on the other half

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Fortran with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by