qlone function

Polynomial variable

Polynomial variable

Creates a polynomial variable. Using this function is the main way to build qspray objects.

qlone(n)

Arguments

  • n: positive integer, the index of the variable

Returns

A qspray object.

Examples

x <- qlone(1) y <- qlone(2) (x + y) * (x - y)
  • Maintainer: Stéphane Laurent
  • License: GPL-3
  • Last published: 2024-07-27