powered by
Coefficient Modulo
CoefMod(x, k)
polynomial of the polynom class
polynomial from the polynom package
the modulo
polynomial = polynomial(c(5, 3, 6)) print(polynomial) CoefMod(polynomial, 5)
Run the code above in your browser using DataLab