polyreduce | R Documentation |
Reduce a polynomial coefficient vector to a minimum number of terms by stripping off any leading zeros.
polyreduce(pc)
pc |
vector of polynomial coefficients |
Vector of reduced polynomial coefficients.
Tony Richardson, arichard@stark.cc.oh.us,
adapted by John W. Eaton.
Conversion to R by Geert van Boxtel, G.J.M.vanBoxtel@gmail.com
p <- polyreduce(c(0, 0, 1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.