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

 


AlffEltTrace

Computes the trace of an element of an algebraic function field.

Syntax:

a := AlffEltTrace(b);

quotient field element or polynomial
  a  
algebraic function field element
  b  

See also:  AlffEltNorm

Description:

Given a \in F this function returns the trace of a over k(T).


Example:


kash> AlffInit(FF(5,2));
"Defining global variables: k, w, kT, kTf, kTy, T, y, AlffGlobals"
kash> AlffOrders(y^3+T^4+1);
"Defining global variables: F, o, oi, one"
kash> b := AlffElt(o, [0, 1, 0]);
[ 0, 1, 0 ]
kash> AlffEltTrace(b);
> 0


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