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

 


RayConductorTest

Tests iff the given module is the true conductor.

Syntax:

b := RayConductorTest(m0 [, minf] [, rels]);

boolean
  b  
ideal
  m0  
list
  minf  
of integers/infinite primes
matrix
  rels  
relation matrix over Z

See also:  EltCon, EltRayResidueRingRep, RayResidueRing, RayClassGroup

Description:

no detailed description available yet


Example:


kash> O := OrderMaximal(Order(x^3+9*x^2-8*x-9));;
kash> m0 := 94*O;;
kash> minf := [1,2];;
kash> RayConductorTest(m0,minf);
false
kash> L := RayConductor(m0,minf);
[ <47>, [  ] ]
kash> OrderClassGroup(O,500,euler,fast);
[ 1, [ 1 ] ]
kash> RayClassGroup(m0,minf);
[ 23, [ 23 ] ]
kash> RayClassGroup(L[1],L[2]);
> [ 23, [ 23 ] ]


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