Sparse linear system of equations
古いコメントを表示
I'm given the following: [I_N - (N+1)^2]*B_N = V_N where N ≥ 3, I_N is and N x N identify matrix, B_N is the N x N matrix with (i,j)-th entry
B_N (i, j) =
0 if |i − j| > 1
−1 if |i − j| = 1
2 if |i − j| = 0
1<= i,j <= N
V_N is given and U_N is unknown. How would I right a function that sets up the B_N piece-wise and solved the linear system?
2 件のコメント
James Tursa
2015 年 2 月 16 日
Please edit your question to make the problem more clear. E.g., you mention U_N is unknown, but U_N doesn't seem to appear in your problem statement.
Jim Oste
2015 年 2 月 17 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Sparse Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!