i1 : S=ZZ/10009[x_0..x_3] o1 = S o1 : PolynomialRing |
i2 : hV={1,3,6,10,6,3,1}
o2 = {1, 3, 6, 10, 6, 3, 1}
o2 : List
|
i3 : time tally apply(10,i->testSplitting(S,hV,10))
-- used 0.214318 seconds
o3 = Tally{false => 6}
true => 4
o3 : Tally
|