CoefMod | R Documentation |
Coefficient Modulo
CoefMod(x, k)
x |
polynomial from the polynom package |
k |
the modulo |
polynomial of the polynom class
polynomial = polynomial(c(5, 3, 6))
print(polynomial)
CoefMod(polynomial, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.