<t>no options .....so I will try to reformulate my question:A corr matrix A=V*D*V', where V-eigenvector, D- egenvaluesI decided to use 3pcs, so I set all eigenvalues to 0 except first 3D_new=[D(1,1) D(2,2) D(3,3) 0 0 0 ....]And now I want to caclulate corr matrix with only 3pcs.But, it doesn't look ...