Manuel Metz wrote: > are there any plans to implement a routine to solve the "generalized > eigenvector problem" as is done in matlab ? > see http://www.mathworks.com/access/helpdesk/help/techdoc/ref/eig.html >>> import numpy >>> help(numpy.linalg.eig) Is it what you wanted? HTH, Jon