gmpolyGrow {gmpoly} | R Documentation |
Grow a multivariate polynomial by including a new variable.
gmpolyGrow(pol)
pol |
a |
The "same" multivariate polynomial as pol
, except that it
has an additional variable.
library(gmpoly)
pol <- gmpoly("3 x^(1,2) - 1/7 x^(5,3)")
gmpolyGrow(pol)