dRatioOfQsprays {ratioOfQsprays} | R Documentation |
Partial differentiation
Description
Partial differentiation of a ratioOfQsprays
polynomial.
Usage
dRatioOfQsprays(roq, orders)
Arguments
roq |
object of class |
orders |
integer vector, the orders of the differentiation; e.g.
|
Value
A ratioOfQsprays
object.
Examples
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)
[Package ratioOfQsprays version 1.1.0 Index]