I'd convert everything into a setting of polynomial rings; I don't think you can get very far with using symbolic ring here.
On Tuesday, April 26, 2016 at 11:51:34 PM UTC+1, Adam Janovský wrote: > > Hello, > > I'm having difficulties with evaluating polynomial with symbolic > coefficients. I'm newbie to Sage and I have no idea how to tackle this. > Let's say, I have polynomial, where coefficients are symbolic. Let's call > this polynomial f. I need to perform a function on f, let's say > > function(f): > return f^4 + f^2 + f + 1 modulo g > > where g is irreducible polynomial. Also, The coefficients are modulo q. > > Can anyone guide me please? > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
