I recently visited the wiki site:
It says that a,b,c are the sub-diagonal, diagonal, and super-diagonal. If 'n' is the size of b, then aren't the sizes of 'a' and 'c' be n-1? It is clear by inspection that both c(1) and c(n) are accessed, which contradicts the sizes I've described.
What's going on here? Is this algorithm wrong? Are the matrix sizes that I've assumed are wrong? What does the input matrix look like for this algorithm?
Any help is greatly appreciated!