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
1 | initial version |
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