[PYTHON MATRIX-SIG] Singular Values

Konrad Hinsen hinsen@ibs.ibs.fr
Wed, 4 Jun 1997 12:35:21 +0200


> can any one tell me the reason why the
> LinearAlgerba.singular_value_decomposition routine returns U,S,W^T, where
> the matrix being decomposed is U*S*W^T, when it seems more
> conventional to return U,S,W ?

The convention with respect to SVD is to return U, S, W^T, because
the product of these matrices is the original matrix. Matlab, for
example, does the same.
-- 
-------------------------------------------------------------------------------
Konrad Hinsen                          | E-Mail: hinsen@ibs.ibs.fr
Laboratoire de Dynamique Moleculaire   | Tel.: +33-4.76.88.99.28
Institut de Biologie Structurale       | Fax:  +33-4.76.88.54.94
41, av. des Martyrs                    | Deutsch/Esperanto/English/
38027 Grenoble Cedex 1, France         | Nederlands/Francais
-------------------------------------------------------------------------------

_______________
MATRIX-SIG  - SIG on Matrix Math for Python

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