Solving a tridiagonal matrix in matlab using Thomas algorithm
6 ビュー (過去 30 日間)
古いコメントを表示
Hello I have this tridiagonal matrix.

where r = 1/x, g= 1/x^2, s=ln(x)/x^2 and n represents the size.
I'm trying to solve this matrix in Matlab using the Thomas algorithm. I have found some online resources however they dont tend to deal with when n becomes very large, I need to solve matrices that are maybe 20 x 20 or 40 x 40 and so on.
Sorry for this vague description, I'm quite new to using matlab.
1 件のコメント
回答 (1 件)
Steven Lord
2021 年 10 月 22 日
Is there a particular reason you need to solve this using that specific algorithm? Try using the normal backslash operator (\).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!