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