Polynomial variable
Creates a polynomial variable. Using this function is the main way to build qspray objects.
qspray
qlone(n)
n
A qspray object.
x <- qlone(1) y <- qlone(2) (x + y) * (x - y)
Useful links