[PYTHON MATRIX-SIG] LinearAlgebra on Alpha.

Rob.Hooft@embl-heidelberg.de Rob.Hooft@embl-heidelberg.de
Fri, 4 Oct 1996 21:02:10 +0200 (MET DST)


I just tried some LinearAlgebra routines on DEC ALPHA, and got some
unexpected results: All zero's. What can I do to debug this?

>>> import ni,Numeric
>>> import Numeric.LinearAlgebra
>>> LA=Numeric.LinearAlgebra
>>> a=Numeric.array([[1.,0.,0.],[0.,1.,0.],[0.,0.,1.]])
>>> LA.eigenvectors(a)
( 0.  0.  0.,  0.  0.  0.
 0.  0.  0.
 0.  0.  0.)
>>> LA.singular_value_decomposition(a)
( 0.  0.  0.
 0.  0.  0.
 0.  0.  0.,  0.  0.  0.,  0.  0.  0.
 0.  0.  0.
 0.  0.  0.)
>>> LA.generalized_inverse(a) 
 0.  0.  0.
 0.  0.  0.
 0.  0.  0.

Regards,
-- 
=== Rob.Hooft@EMBL-Heidelberg.DE   http://www.Sander.EMBL-Heidelberg.DE/rob/ ==
==== In need of protein modeling?  http://www.Sander.EMBL-Heidelberg.DE/whatif/
Validation of protein structures?  http://biotech.EMBL-Heidelberg.DE:8400/ ====
== PGPid 0xFA19277D == Use Linux!  Free Software Rules The World! =============

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

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