The following code produces an error the following n=4 k=n*(n-1)/2 L=PolynomialRing(ZZ,k,"x")
if second arguments is a string with no commas, then there must be no other non-optional arguments... If I replace k by 6 everything works, I cannot understand why. Thanks for any help