View source: R/transformation.R
derivQspray | R Documentation |
Partial derivative of a qspray
polynomial.
derivQspray(qspray, i, derivative = 1)
qspray |
object of class |
i |
integer, the dimension to differentiate with respect to, e.g.
|
derivative |
integer, how many times to differentiate |
A qspray
object.
library(qspray)
x <- qlone(1)
y <- qlone(2)
qspray <- 2*x + 3*x*y
derivQspray(qspray, 2) # derivative w.r.t. y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.