On Apr 11, 1:22 pm, Thierry Dumont <tdum...@math.univ-lyon1.fr> wrote: > In the preceding examples, if you compare as given by U,Sig,V=A.SVD() > and U given by U,s,Vh=svd(A) they are transposed :-(
U is the same, Sig is a diagonal matrix with diagonal entries being elements of vector s, and V is Hermitian transposed to Vh, as it supposed to be according to the help pages - it should be U*Sig*V.conjugate().transpose() == A Alec -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org To unsubscribe, reply using "remove me" as the subject.