Learn R Programming

HEtools (version 1.0.0)

GenTernary: Generate Polynomial with Ternary

Description

Generate Polynomial with Ternary

Usage

GenTernary(n)

Value

ternary polynomial of order x^^n with coefficients (-1,0,1)

Arguments

n

the order

Examples

Run this code
n = 5
GenTernary(n)

Run the code above in your browser using DataLab