GenPolyMod {HEtools} | R Documentation |
Generate Polynomial Modulo
Description
Generate Polynomial Modulo
Usage
GenPolyMod(n)
Arguments
n |
the order |
Value
polynomial of the form x^^n + 1
Examples
n = 5
GenPolyMod(5)
[Package HEtools version 1.0.0 Index]