medkhabt/CoCoALib-gBasisZ

New test cases. 07.07.2022

Closed this issue · 0 comments

The professor gave me a code that generate some test cases but the thing is the code is in cocoa5, so i need to figure out how can i execute that code.


/**/  N := 10;
/**/ primes := [n in 1..100 | IsPrime(n)];
/**/ use ZZ[x[1..N];
/**/ L := [primes[k]*x[k] | k in 1..N];
/**/ MinGBoverZZ(L); -- should find all polys of form x[i]*x[j]