inverse of SVD [closed]

asked 2018-02-07 21:11:07 +0200

snesnezzy gravatar image

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

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by dan_fulea
close date 2018-02-09 04:46:38.826147

Comments

This is a duplicate of

41018

Please post only once.

dan_fulea gravatar imagedan_fulea ( 2018-02-09 04:45:48 +0200 )edit