eigenvalues of block Tridiagonal matrix

77 Views Asked by At

I'm looking for a code in Matlab or any other program which can calculate all possible eigenvalues for a block Tridiagonal matrix of size 1000 or more, I have tried a routine in Matlab with eigs but it seems to me there are many hidden eigenvalues that are not calculated.. appreciate any help:)