Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to compute an ideal of specific norm?

So I was wondering if there was a way to compute ideals of a certain norm something like: sage:K=QuadraticField(2) sage:K.ideal_of_norm(2) [Fractional ideal (a)] something like this.

How to compute an ideal of specific norm?

So I was wondering if there was a way to compute ideals of a certain norm something like: like:

sage: K = QuadraticField(2)  sage:K=QuadraticField(2) 
 
sage:K.ideal_of_norm(2)
  sage: K.ideal_of_norm(2)
[Fractional ideal (a)]

something like this.

click to hide/show revision 3
retagged

How to compute an ideal of specific norm?

So I was wondering if there was a way to compute ideals of a certain norm something like:

sage: K = QuadraticField(2) 
sage: K.ideal_of_norm(2)
[Fractional ideal (a)]

something like this.