•
|
The command DGmap is similar to the command map. DGmap will apply the procedure f to the coefficients of the object X. The integer n indicates the position of the coefficients of X in the argument list of f. Thus DGmap(1, f, X, arg1, arg2, ..., argN) will replace the coefficient C of X with f(C, arg1, arg2, ..., argN); DGmap(2, f, X, arg1, arg2, ..., argN) will replace the coefficient C of X with f(arg1, C, arg2, ..., argN); and so on.
|