A=[3 2 -2; -3 -1 3; 1 2 0];
[V,D]=eig(A);
DD=diag(D);
save('C:\STIMATH\Output\MyOut20.dat','V','DD','-ascii')
