View source: R/transformation.R
dRatioOfQsprays | R Documentation |
Partial differentiation of a ratioOfQsprays
polynomial.
dRatioOfQsprays(roq, orders)
roq |
object of class |
orders |
integer vector, the orders of the differentiation; e.g.
|
A ratioOfQsprays
object.
library(ratioOfQsprays)
x <- qlone(1)
y <- qlone(2)
roq <- (x + 2*y + 3*x*y) / (x + 1)
dRatioOfQsprays(roq, c(1, 1))
derivRatioOfQsprays(derivRatioOfQsprays(roq, 1), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.