[PYTHON MATRIX-SIG] RE: Eigenvalues

Doug Heisterkamp drh@oasis.unl.edu
Tue, 13 Aug 1996 09:35:25 -0500 (CDT)


I should know better then to mail anything out before my second
cup of coffee.  The previous mailing with the eigenvector function
has some print statements left over from debugging.  Just remove
them.  

...
            for i in range(len(ind)/2):
------>         print "processing i=",i
                v[ind[2*i]] = vr[ind[2*i]] + 1j*vr[ind[2*i+1]]
                v[ind[2*i+1]] = vr[ind[2*i]] - 1j*vr[ind[2*i+1]]
------>         print "New v = ",v
    if results['info'] > 0:
...


Doug Heisterkamp
drh@oasis.unl.edu





=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================