Examples:
i1 : S=QQ[x_1..x_14] o1 = S o1 : PolynomialRing |
i2 : l={x_3*x_7*x_10*x_14, x_1*x_5*x_9*x_13}
o2 = {x x x x , x x x x }
3 7 10 14 1 5 9 13
o2 : List
|
i3 : tSpreadList(l,4)
o3 = {x x x x }
1 5 9 13
o3 : List
|
i4 : tSpreadList(l,5)
o4 = {}
o4 : List
|
The object tSpreadList is a method function.