|
7.7.2.0. linearCombinations
Procedure from library central.lib (see central_lib).
- Usage:
- linearCombinations( Basis, C ); Basis ideal, C module
- Purpose:
- forms linear combinations of elements from Basis by replacing gen(i) by Basis[i] in C
- Return:
- ideal generated by computed linear combinations
Example:
See also:
applyAdF;
linearMapKernel.
|