qlone: Polynomial variable

View source: R/creation.R

qloneR Documentation

Polynomial variable

Description

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

Usage

qlone(n)

Arguments

n

positive integer, the index of the variable

Value

A qspray object.

Examples

x <- qlone(1)
y <- qlone(2)
(x + y) * (x - y)

qspray documentation built on Sept. 11, 2024, 5:33 p.m.