Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 6 years ago

nbruin gravatar image
sage: Qp=pAdicField(7)
sage: R.<x>=Qp[]
sage: K.<a>=Qp.extension(x^2-5)
sage: OK=K.integer_ring()
sage: OK
7-adic Unramified Extension Ring in a defined by x^2 - 5

Note that 15 is a square in Qp, so Qp(15) is just Qp.

click to hide/show revision 9
No.9 Revision

Try:

sage: Qp=pAdicField(7)
sage: R.<x>=Qp[]
sage: K.<a>=Qp.extension(x^2-5)
sage: OK=K.integer_ring()
sage: OK
7-adic Unramified Extension Ring in a defined by x^2 - 5

Note that 15 is a square in Q7, so Q7(15) Q7(3.5) is just Q7.Q7(5).

click to hide/show revision 10
No.10 Revision

Try:

sage: Qp=pAdicField(7)
sage: R.<x>=Qp[]
sage: K.<a>=Qp.extension(x^2-5)
sage: OK=K.integer_ring()
sage: OK
7-adic Unramified Extension Ring in a defined by x^2 - 5

Note that 15 is a square in Q7, so Q7(3.5) Q7(3,5) is just Q7(5).