thomas tridiagonal and spectral radius

This commit is contained in:
2014-11-02 16:48:39 +01:00
parent 0aff089106
commit fa0d6f3f4f
7 changed files with 123 additions and 3 deletions

View File

@@ -1 +0,0 @@
A=[6,-1,-1,0,0,0,0,0,0;-1,6,-1,-2,0,0,0,0,0;-3,-1,6,0,-1,0,0,0,0;0,-1,0,6,-1,-1,0,0,0;0,0,-1,-1,6,-1,-1,0,0;0,0,0,-3,-1,6,0,-1,0;0,0,0,0,-1,0,6,-1,-2;0,0,0,0,0,-1,-1,6,-1;0,0,0,0,0,0,-1,-1,6]