-->
A = [0.9 0.1 0.1; 0 0.9 0; 0.1 0 0.9]
A =
0.9 0.1 0.1
0. 0.9 0.
0.1 0. 0.9
-->
[V,D] = spec(A)
D =
1. 0 0
0 0.8 0
0 0 0.9
V =
0.7071068 - 0.7071068 2.338E-18
0 0 0.7071068
0.7071068 0.7071068 - 0.7071068
-->
The last column of V should be the eigenvector associated
with the eigenvalue 0.9. The top of this column is supposed
to be zero, but instead it is 2.338E-18
(i.e. 2.338 x 10