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