First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 9 years ago

Kate Stange gravatar image

subgroup unit group

The following doesn't work:

N.<a> = NumberField(x^3+2)
G = N.unit_group()
g = G.random_element()
G.subgroup([g])

Can anyone help me find a workaround to do what I want to do? I would like to be able to create subgroups of a unit group generated by certain elements. I haven't, thus far, been able to find a way to make this work.

click to hide/show revision 2
No.2 Revision

subgroup of number field unit group

The following doesn't work:

N.<a> = NumberField(x^3+2)
G = N.unit_group()
g = G.random_element()
G.subgroup([g])

Can anyone help me find a workaround to do what I want to do? I would like to be able to create subgroups of a unit group generated by certain elements. I haven't, thus far, been able to find a way to make this work.

click to hide/show revision 3
No.3 Revision

subgroup of number field unit group

I would like to be able to create subgroups of a unit group generated by given elements. I haven't, thus far, been able to find a way to make this work. The following doesn't work:

N.<a> = NumberField(x^3+2)
G = N.unit_group()
g = G.random_element()
G.subgroup([g])

Can anyone help me find a workaround to do what I want to do? I would like to be able to create subgroups of a unit group generated by certain elements. I haven't, thus far, been able to find a way to make this work.workaround?

click to hide/show revision 4
No.4 Revision

subgroup of number field unit group

I would like to be able to create subgroups of a unit group generated by given elements. I haven't, thus far, been able to find a way to make this work. The following doesn't work:

N.<a> = NumberField(x^3+2)
G = N.unit_group()
g = G.random_element()
G.subgroup([g])

Can anyone help me find a workaround?

(Note: it appears to be a bug, see trac.sagemath.org/ticket/18863, but I'm just looking for a workaround for now.)

click to hide/show revision 5
retagged

updated 9 years ago

FrédéricC gravatar image

subgroup of number field unit group

I would like to be able to create subgroups of a unit group generated by given elements. I haven't, thus far, been able to find a way to make this work. The following doesn't work:

N.<a> = NumberField(x^3+2)
G = N.unit_group()
g = G.random_element()
G.subgroup([g])

Can anyone help me find a workaround?

(Note: it appears to be a bug, see trac.sagemath.org/ticket/18863, but I'm just looking for a workaround for now.)