| | |
Summary: Function: Cliplus:-setup - the initialization procedure for the package 'Cliplus'
Calling Sequence:
none
Parameters:
none
Description:
· Procedure 'init' is the initialization procedure for the 'Cliplus' package. It is executed automatically when the package is loaded.
· At the time of loading, the following macros are defined:
- macro(Clifford:-cmul = Cliplus:-climul) - extends Clifford:-cmul from 'CLIFFORD'
- macro(Clifford:-cmulQ = Cliplus:-climul) - extends Clifford:-cmulQ from 'CLIFFORD'
- macro(`&c` = Cliplus:-climul) - extends Clifford:-`&c` from 'CLIFFORD'
- macro(`&cQ` = Cliplus:-climul) - extends Clifford:-`&cQ` from 'CLIFFORD'
- macro(Clifford:-reversion = Cliplus:-clirev) - extends Clifford:-reversion from 'CLIFFORD'
- macro(Clifford:-LC = Cliplus:-LCbig) - extends Clifford:-LC from 'CLIFFORD'
- macro(Clifford:-RC = Cliplus:-RCbig) - extends Clifford:-RC from 'CLIFFORD'
· To see all environmental vailables that are defined and used by 'CLIFFORD', use procedure Clifford:-CLIFFORD_ENV.
· User can change values of these environmental variables by making simple assigments. See below.
Examples:
> restart:with(Clifford):with(Cliplus):
Warning, definitions for type/climon and type/clipolynom now include &C and &C[K]. Type ?cliprod for
|