[back] [prev] [next] [index] [root]

 


IdealWithNorm

Computed all ideals of o of a given norm n.

Syntax:

L := IdealWithNorm(n,o);

List
  L  
integer
  n  
>1
MaximalOrder
  o  

Description:

no detailed description available yet


Example:

We have for example:

kash> o := OrderMaximal(Z, 2, 3);
Generating polynomial: x^2 - 3
Discriminant: 12 

kash> IdealWithNorm(2,o);
[ <2, [1, 1]> ]
kash> IdealWithNorm(11*13,o);
[ <
    [143  82]
    [  0   1]
    >
    , <
    [143 126]
    [  0   1]
    >
    , <
    [143  17]
    [  0   1]
    >
    , <
    [143  61]
    [  0   1]
    >
     ]



<- back[back] [prev] [next] [index] [root]