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.
1 | initial version |
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.
So I was wondering if there was a way to compute ideals of a certain norm something like:
like:
something like this.sage: K = QuadraticField(2)
sage:K=QuadraticField(2)sage:K.ideal_of_norm(2)
sage: K.ideal_of_norm(2) [Fractional ideal (a)]
3 | retagged |
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.