Ask Your Question

PedroFreitas90's profile - activity

2021-10-18 17:28:54 +0200 received badge  Notable Question (source)
2021-10-18 17:28:54 +0200 received badge  Popular Question (source)
2020-05-08 23:06:59 +0200 received badge  Student (source)
2020-05-08 15:34:13 +0200 asked a question Polynomial ring over the ring of integers modulo 3

I am using SageMath and I want to use a polynomial ring in this form: (Z/3)[x]/(x^p - x - 1) , with Z as polynomial ring over integer Ring. How can I build that? Until now I only could declare Z[x]/x^p - x - 1