Combine a series of mpoly objects into a mpolyList.
mpolyList(...)
... | a series of mpoly objects. |
---|
An object of class mpolyList.
#> t^4 - x#> t^3 - y#> t^2 - z( ms <- mpolyList(p1, p2, p3) )#> t^4 - x #> t^3 - y #> t^2 - zis.mpolyList( ms )#> [1] TRUE#> x + 1#> x + 1#> [1] TRUE#> 1