is.linear: Test whether an mpoly object is linear.

Description Usage Arguments Value Examples

View source: R/is.linear.r

Description

Test whether an mpoly object is linear.

Usage

1

Arguments

x

an mpoly or mpolyList object

Value

a logical vector

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 

is.linear(mp("0"))
is.linear(mp("x + 1"))
is.linear(mp("x + y"))
is.linear(mp(c("0", "x + y")))

is.linear(mp("x + x y"))
is.linear(mp(c("x + x y", "x")))



## End(Not run)

algstat documentation built on May 29, 2017, 10:34 p.m.

Related to is.linear in algstat...