I am afraid I cannot seem to find the answer to the following question in the docs.
Suppose I have finite ring? How do I list all its elements? e.g. ``` R = PolynomialRing(GF(97),'x') x = R.gen() p = lambda x: x^2+2 S = R.quotient(p(x), 'a') ``` I would like to list all the elements of the quotient ring S. Is there a function/method that allows listing elements of S? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/b26ade6d-167d-4466-9247-29823197c49bn%40googlegroups.com.