|
7.7.4.0. engine
Procedure from library dmodapp.lib (see dmodapp_lib).
- Usage:
- engine(I,i); I ideal/module/matrix, i an int
- Return:
- the same type as I
- Purpose:
- compute the Groebner basis of I with the algorithm, chosen via i
- Note:
- By default and if i=0, slimgb is used; otherwise std does the job.
Example:
|