- Notifications
You must be signed in to change notification settings - Fork3
Open
Labels
Description
thinking about the argument toderiv():
suppressMessages(library("mvp"))(p<- as.mvp("x^4*y*3*z^5"))#> mvp object algebraically equal to#> 3 x^4 y z^5deriv(p,c("x","x","y"))#> mvp object algebraically equal to#> 36 x^2 z^5aderiv(p,x=2,y=1)#> mvp object algebraically equal to#> 36 x^2 z^5
c(x=2,y=1)], or, infinitely preferable, afrab object.