Question: Invalid arguments to function multiply

Why do I get an error here?

G := GF(2, 3, T^3+T^2+1);


G:-`*`(T, T);
Error, (in *) modp1: invalid arguments to function Multiply

p.s. how do I specify what variable is used for my finite field without needing to specify an irreducible polynomial?

Please Wait...