Banded Matrix Solver in Matlab

36 Ansichten (letzte 30 Tage)
Nicolas
Nicolas am 18 Sep. 2019
Bearbeitet: Nicolas am 19 Sep. 2019
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

Akzeptierte Antwort

Steven Lord
Steven Lord am 18 Sep. 2019
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 Kommentare
Steven Lord
Steven Lord am 19 Sep. 2019
What constraints are you trying to place on the solution?
Nicolas
Nicolas am 19 Sep. 2019
Bearbeitet: Nicolas am 19 Sep. 2019
positivity for half of the unknowns, none on the other half

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Fortran with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by