Hi all, The question comes up, how to measure the CPU-time which is required to solve the eigenvalue problem. A small example is appreciated from scipy import * w, vr = linalg.eig(A,B) Thanks in advance Nils