powered by
Reduce a polynomial coefficient vector to a minimum number of terms by stripping off any leading zeros.
polyreduce(pc)
vector of polynomial coefficients
Vector of reduced polynomial coefficients.
# NOT RUN { p <- polyreduce(c(0, 0, 1, 2, 3)) # }
Run the code above in your browser using DataLab