Example program for dsbev
This example finds all the eigenvalues and eigenvectors of the symmetric band matrix
A
=
1
2
3
0
0
2
2
3
4
0
3
3
3
4
5
0
4
4
4
5
0
0
5
5
5
,
together with approximate error bounds for the computed eigenvalues and eigenvectors.
f90 source code
Input data file
Expected results