For eg, if I have a 2x1 matrix of polynomials,
A = matrix([[25x^3+50x^2+1],[18x+11]])
how do I reduce all the coefficients modulo 2 so that I have the matrix,
A = matrix([[x^3+1],[1]])
| 1 | initial version |
For eg, if I have a 2x1 matrix of polynomials,
A = matrix([[25x^3+50x^2+1],[18x+11]])
how do I reduce all the coefficients modulo 2 so that I have the matrix,
A = matrix([[x^3+1],[1]])
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.