ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: BnaNormal - normalize an element of a Bn-algebra

CALLING SEQUENCE:

BnaNormal(e)
BnaNormal(e, m)
BNA[BnaNormal](e)
BNA[BnaNormal](e, m)

PARAMETERS:

e = any element of a Bn-algebra
m = any positive integer denoting the degree of a Bn-group

SYNOPSIS:

EXAMPLES:


> with(BNA):
> BnaNormal(a*B[0,1,2] - b^2*B[1,0,4,0,0]);
 
                       2
                    - b  B[1, 0, 4] + a B[0, 1, 2]
 
> BnaNormal(a*B[0,1,2] - b^2*B[1,0,4,0,0], 4);
 
                   2
                - b  B[1, 0, 4, 0] + a B[0, 1, 2, 0]
 

SEE ALSO: