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

 


Disc

Computes the discriminant of a polynomial, an order, an algebraic element, an alff order or a lattice.

Syntax:

d := Disc(f);
d := Disc(o);
d := Disc(l);

ring element
  d  
polynomial
  f  
order alff order
  o  
lattice
  l  

Description:

no detailed description available yet


Example:

We will compute some indices:

kash> o := OrderMaximal(Order(x^6 - 9*x^4 - 4*x^3 + 27*x^2 - 36*x - 23));;
kash> O := OrderShort(o);;
kash> Disc(OrderPoly(Zx, o)) / Disc(o);
121352256
kash> Disc(OrderPoly(Zx, O)) / Disc(O);
> 25


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