SVD of finite field matrix

39 views Asked by At

The galois git hub shows how to compute inverse of finite field matrix. How do compute SVD of non-square finite field matrix?

np.linalg.svd doesn't work. That;'s because matrices (U,S,Vh) have non-integer values. But the type shows as order=2^3

0

There are 0 answers