First time here? Check out the FAQ!
answered 2012-11-23 03:33:36 +0100
Does this do what you want?
sage: K.<i> = QuadraticField(-1) sage: F.<j> = K.residue_field(3) sage: F.order() 9 sage: j.charpoly() x^2 + 1