Learn R Programming

HEtools (version 1.0.0)

GenPolyMod: Generate Polynomial Modulo

Description

Generate Polynomial Modulo

Usage

GenPolyMod(n)

Value

polynomial of the form x^^n + 1

Arguments

n

the order

Examples

Run this code
n = 5
GenPolyMod(5)

Run the code above in your browser using DataLab