|
7.7.4.0. insertGenerator
Procedure from library dmodapp.lib (see dmodapp_lib).
- Usage:
- insertGenerator(id,p[,k]);
id an ideal/module, p a poly/vector, k an optional int
- Return:
- of the same type as id
- Purpose:
- inserts p into id at k-th position and returns the enlarged object
- Note:
- If k is given, p is inserted at position k, otherwise (and by default),
p is inserted at the beginning (k=1).
Example:
See also:
deleteGenerator.
|