Hi,

I'm having trouble constructing p-adic cyclotomic fields in Sage (v
4.3.3).  For instance, if I try to make Q_p(zeta_p) (for, say p = 3),
by entering

sage: S.<x> = Qp(3)[]
sage: K.<a> = Qp(3).extension(x^2 + x + 1)

I get the error:

NameError: global name 'split' is not defined

However, this works if I replace x^2 + x + 1 with x^2 + 1, for
instance.

I ultimately need more general constructions, such as Q_5(zeta_15).

Any help on this would be appreciated,
Jon

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to