Examples:
i1 : S=QQ[x_1..x_7] o1 = S o1 : PolynomialRing |
i2 : isTLexSeg({x_1*x_4*x_7,x_1*x_5*x_7,x_2*x_4*x_6,x_2*x_4*x_7,x_2*x_5*x_7},2)
o2 = true
|
i3 : isTLexSeg({x_1*x_4*x_7,x_2*x_4*x_6,x_2*x_4*x_7,x_2*x_5*x_7},2)
o3 = false
|
The object isTLexSeg is a method function.