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

 


EltLogs

Returns a matrix v with the logarithms of the absolute values of the conjugates the algebraic number a. Matrix v has length r|1+r|2.

Syntax:

v := EltLogs(a);

real matrix
  v  
algebraic element
  a  

See also:  OrderSig, EltCon

Description:

Let \tau|1, … ,\tau|s be all archimedian valuations of the the number field containing a. Then v is defined as v = [\tau|1(a), … , \tau|s(a)].


Example:

Matrix of logarithms of archimedean valuations of an algebraic element.

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

kash> rho := Elt(O,[0,1,0,0]);
[0, 1, 0, 0]
kash> EltLogs (rho);
> [1.80894505471195860607076588169642554084529697289 1.3527212036195319561389981\
23553287717215552888911 2.310570502254102005606434026695873075937323698075]


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