[PYTHON MATRIX-SIG] Singular Values

Doug Heisterkamp drh@cse.unl.edu
Thu, 5 Jun 1997 16:03:44 -0500 (CDT)


> 
> > 
> > > 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 underlying LAPACK routines return the transpose.  Note: if you are using
a complex matrix, the conjugate transpose is returned.

Doug Heisterkamp
drh@cse.unl.edu


_______________
MATRIX-SIG  - SIG on Matrix Math for Python

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