FUNCTION: heralg[tau_translate] - the Coxeter transformation of the dimension vector of a module

CALLING SEQUENCE:
tau_translate(x,t,Q)

PARAMETERS:
x - a vector
t - an integer
Q - a quiver given by a quiverdata structure

SYNOPSIS:

EXAMPLES:

> with(heralg):

> tau_translate(array([0,1]),-2,[2,[[1,2,r]]]);

[Maple Math]

> Q := [ 3, [[1,2], [2,3,2]]];

[Maple Math]

> v := array([0,1,2]);

[Maple Math]

> tau_translate(v,1,Q);

[Maple Math]

SEE ALSO: heralg/quiverdata, heralg[coxeter_matrix]

BACK TO: start page of the crep online manual, heralg