Banded Matrix Solver in Matlab

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