[Numpy-discussion] Problem with numpy.linalg.eig?

Peter Creasey p.e.creasey.00 at googlemail.com
Mon Nov 12 13:10:31 EST 2007


Hi all,

The following code calling numpy v1.0.4 fails to terminate on my machine,
which was not the case with v1.0.3.1

    from numpy import arange, float64
    from numpy.linalg import eig
    a = arange(13*13, dtype = float64)
    a.shape = (13,13)
    a = a%17
    eig(a)


Regards,
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20071112/6157ecc2/attachment.html>


More information about the NumPy-Discussion mailing list