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

FUNCTION: Rd2BnNca - calculate a product of generators

CALLING SEQUENCE:

Rd2BnNca(rd)
Rd2BnNca(rd, n)
BNA[Rd2BnNca](rd)
BNA[Rd2BnNca](rd, n)

PARAMETERS:

rd = any list denoting a decomposition
n = any positive integer

SYNOPSIS:

EXAMPLES:


> with(BNA):
> Rd2BnNca([0,1,0,1], 5);
 
                                B[1, 3, 0, 0, 0]
 
> Rd2BnNca([0,1,0,1]);
 
                                     B[1, 3]
 
> Rd2BnNca([1,0,1,0,1]);
 
                                        0
 

SEE ALSO: BN[BnRd2Code]