#11248: SVD matrix decomposition may return a non-invertible "unitary" matrix
------------------------------+---------------------------------------------
Reporter: rbeezer | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone: sage-4.7
Component: linear algebra | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------------+---------------------------------------------
Comment(by jason):
kcrisman: no bug on the intel site. We changed the zgesdd call to "A", so
we needed to print out the full matrix to see the last vector. I think
you just confirmed that the "problem" is in Lapack. Or rather, Lapack is
behaving exactly as the docs say, but the problem is that numpy is
assuming that the V matrix returned is a unitary matrix. It is if
rows>=cols, according to the docs, but if rows<cols, then the return V is
not stated to be a unitary matrix.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11248#comment:27>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.