Hello group,

I wonder why 

sage: K.<k0, k1> = NumberField([cyclotomic_polynomial(3),cyclotomic_polynomial
(5)]); K
Number Field in k0 with defining polynomial x^2 + x + 1 over its base field

sage: K.gens()
(k0, k1)

should not rather print

Number Field in k0, k1 with defining polynomials x^2 + x + 1, x^4 + x^3 + x^
2 + x + 1 over their base field

such as when using quotient

sage: K.<k0, k1> = QQ['x 
y'].quotient([cyclotomic_polynomial(3),cyclotomic_polynomial
(5)]); K
Quotient of Multivariate Polynomial Ring in x, y over Rational Field by the 
ideal (x^2 + x + 1, x^4 + x^3 + x^2 + x + 1)

Is it the natural output string expected when defining NumberField?


François

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to