|
D.4.5.8 select
Procedure from library elim.lib (see elim_lib).
- Usage:
- select(id,n[,m]); id = ideal/module/matrix, v = intvec
- Return:
- generators/columns of id containing all variables with index
an entry of v
- Note:
- use 'select1' for selecting generators/columns containing at least
one of the variables with index an entry of v
Example:
See also:
nselect;
select1.
|