First time here? Check out the FAQ!
asked 2016-04-14 17:37:59 +0100
p=5 K.=GF(p^2);K.modulus() R.<z>=PolynomialRing(K); f=(z+2*a+4).truncate(1)
m=f.list() m the above code after execution give the result (2a+4) . i want to seperate out terms (2a) and 4. How to seperate?