Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

inverse of SVD

I have used,A = random_matrix(QQ, 6, algorithm='echelonizable', rank=6, upper_bound=9) to obtain my A matrix I than change the ring to RDF, I further obtain U, S, V = B.SVD(), How do i get inverse matrix of A using SVD