Hello everyone, 

It seems like quotient_ring doesn't have '__call__'. Does it a bug or a 
feature?

sage: K = GF(2^8,'a')
sage: P = PolynomialRing(K,'x')
sage: Q = P.quotient_ring(P("x^256+x"),'y')
sage: f = Q.random_element()
sage: f.subs(y=K.random_element()) # random
(a^7 + a^6 + a^3 + a)*y^255 + (a^7 + a^4)*y^254 ...
sage: Q
Univariate Quotient Polynomial Ring in y over Finite Field in a of size 2^8 
with modulus x^256 + x

I expect that the output will be in K. 

Kind regards,
Oleksandr

-- 
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 http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to