I defined polynomial ring like this. Here is K is finite field of size 4 in \'a\'
R1=PolynomialRing(K,[\'z%s\'%p for p in range(1,3)])
When I