gmpolyGrow | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.