dSymbolicQspray: Partial differentiation
Description
Partial differentiation of a symbolicQspray
polynomial.
Usage
dSymbolicQspray(Qspray, orders)
Value
A symbolicQspray object.
Arguments
- Qspray
object of class symbolicQspray
- orders
integer vector, the orders of the differentiation; e.g.
c(2, 0, 1) means that you differentiate two times with respect to
\(x\), you do not differentiate with respect to \(y\), and you
differentiate one time with respect to \(z\)