Learn R Programming

HEtools (version 1.0.0)

CoefMod: Coefficient Modulo

Description

Coefficient Modulo

Usage

CoefMod(x, k)

Value

polynomial of the polynom class

Arguments

x

polynomial from the polynom package

k

the modulo

Examples

Run this code
polynomial = polynomial(c(5, 3, 6))
print(polynomial)

CoefMod(polynomial, 5)

Run the code above in your browser using DataLab