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

 


IdealResidueFieldIsomorphism

Calculates the isomorphism between the residue fields of two prime ideals.

Syntax:

alpha := IdealResidueFieldIsomorphism(a,b);

algebraic element
  alpha  
ideal
  a  
ideal
  b  

See also:  IdealResidueField

Description:

This function calculates an algebraic element \alpha which corresponds to the isomorphism between the residue fields of the prime ideals.


Example:


kash> O:=OrderMaximal(Order(Poly(Zx,[1,0,-4,0,1])));
Generating polynomial: x^4 - 4*x^2 + 1
Discriminant: 2304 

kash> L:=Factor(5*O);
[ [ <5, [1, 1, 1, 0]>, 1 ], [ <5, [1, 4, 1, 0]>, 1 ] ]
kash> IdealResidueFieldIsomorphism(L[1][1],L[2][1]);
> [0, 4, 0, 0]


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