Primitive elements of finite field

43 Views Asked by At

I've constructed a finite field as follows $K = F_3 [x] / (x^3-x+1) $.

Now my question is: How can I find primitive elements of my $K$?

Thanks for any help!