There are several methods/algorithms available for calculating eigenvalues and eigenvectors. It is important to know which method is more suitable in a given situation in order to save time both in terms of the CPU time and the wall clock time. It may not matter much when small matrices are involved but in case of large matrices, even the shape of the matrix may affect the efficiency of a given algorithm. It would, therefore, be interesting to know which method is the most efficient in the following situations: (a) Sparsely populated large matrices, and (b) Densely populated large matrices.