Qlone | R Documentation |
Creates a polynomial variable for a symbolicQspray
.
Qlone(n)
n |
positive integer, the index of the variable |
A symbolicQspray
object.
X <- Qlone(1)
Y <- Qlone(2)
(X + Y)^2
Qlone(0) == 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.