|
D.4.6.2 twalk
Procedure from library grwalk.lib (see grwalk_lib).
- Syntax:
- twalk(ideal i);
twalk(ideal i, intvec v, intvec w);
- Type:
- ideal
- Purpose:
- compute the standard basis of the ideal w.r.t.
the ordering "(a(w),lp)" or "(a(1,0,...,0),lp)",
calculated via the Tran algorithm.
Example:
See also:
awalk1;
awalk2;
fwalk;
groebner;
gwalk;
pwalk;
std;
stdfglm.
|