Example program for dstedc
This example finds all the eigenvalues and eigenvectors of the symmetric band matrix
A
=
4.99
0.04
0.22
0
.00
0.04
1.05
-
0.79
1.04
0.22
-
0.79
-
2.31
-
1.30
0
.00
1.04
-
1.30
-
0.43
.
A
is first reduced to tridiagonal form by a call to
dsbtrd
.
f90 source code
Input data file
Expected results