Learn R Programming

symbolicQspray (version 1.1.0)

Qlone: Polynomial variable

Description

Creates a polynomial variable for a symbolicQspray.

Usage

Qlone(n)

Value

A symbolicQspray object.

Arguments

n

positive integer, the index of the variable

Examples

Run this code
X <- Qlone(1)
Y <- Qlone(2)
(X + Y)^2
Qlone(0) == 1

Run the code above in your browser using DataLab