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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.