This is a deriv method for mpoly objects. It does not call the
stats::deriv()
.
# S3 method for mpoly deriv(expr, var, ...)
expr | an object of class mpoly |
---|---|
var | character - the partial derivative desired |
... | any additional arguments |
An object of class mpoly or mpolyList.
#> y#> x + z#> y + 2 z#> y #> x + z #> y + 2 z#> 0#> [1] TRUE#> [1] TRUE