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

 


EltAbs

missing shortdoc

Syntax:

v := EltAbs (a);

real matrix
  v  
algebraic element
  a  

See also:  OrderSig, EltCon

Description:

Let a be an algebraic number whose underlying order is over Z having r_1 real and r_2 complex places. The {\tt EltAbs} function returns the real matrix (|a^{(1)}|, … ,|a^{(r_1+r_2)}|).


Example:


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

kash> a := Elt(o,[0,1,0,0]);
[0, 1, 0, 0]
kash> EltAbs (a);
> [6.104004643496482052536282272258995385473953052355 3.867936665996692356127108\
603527719150033334692743 10.080173776775582528154588754110436634147502950471]


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