Hi everyone, i need to find generator matrix of RS-code as numbers, not as polynomial. Is there any way to convert these polynomials to numbers? Example:
C = codes.ReedSolomonCode(GF(64), 9,4)
C.generator_matrix()
| 1 | initial version |
Hi everyone, i need to find generator matrix of RS-code as numbers, not as polynomial. Is there any way to convert these polynomials to numbers? Example:
C = codes.ReedSolomonCode(GF(64), 9,4)
C.generator_matrix()
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.