FUNCTION: BnMultCode - multiply codes
CALLING SEQUENCE:
- BnMultCode(code_1, code_2)
- BN[BnMultCode](code_1, code_2)
-
PARAMETERS:
- code_1, code_2 = any lists denoting codes
SYNOPSIS:
- The BnMultCode function computes the product of a sequence (of arbitrary
length) of codes.
- BnMultCode(code_1, code_2) computes code_1(code_2).
- Codes need not to belong to the same group.
- Whenever there is a conflict between the function name BnMultCode and
another name used in the same session, use the long form
BN['BnMultCode'].
EXAMPLES:
> with(BN):
> BnMultCode([1, 3, 1], [1, 2, 1], [0, 0, 1, 7]);
[0, 3, 3, 7]
SEE ALSO: