Adjoining possibly "redundant" number field elements to QQ?

14 views
Skip to first unread message

Sam Bloom

unread,
Jul 11, 2016, 11:50:46 AM7/11/16
to sage-support
Hello,

I'd like to make a subfield of a number field K by adjoining to QQ a list of elements from K, with the possibility that for some i, that the minimal polynomial over QQ of a_(i+1) is not irreducible over QQ[a_0, ..., a_i]. 

As a basic example, I'd like to have 

K.<alpha> = NumberField(x^2-2);
QQ[alpha, alpha+1]
 
output

Number Field in alpha with defining polynomial x^2 - 2

Is there any way to do this?

Thanks, 
Sam

Sam Bloom

unread,
Jul 11, 2016, 11:55:03 AM7/11/16
to sage-support
I think I found what I need with composite_fields. Sorry for the post!
Reply all
Reply to author
Forward
0 new messages