Qlone {symbolicQspray} | R Documentation |
Polynomial variable
Description
Creates a polynomial variable for a symbolicQspray
.
Usage
Qlone(n)
Arguments
n |
positive integer, the index of the variable |
Value
A symbolicQspray
object.
Examples
X <- Qlone(1)
Y <- Qlone(2)
(X + Y)^2
Qlone(0) == 1
[Package symbolicQspray version 1.1.0 Index]