|
D.4.6.4 awalk2
Procedure from library grwalk.lib (see grwalk_lib).
- Syntax:
- awalk2(ideal i);
awalk2(ideal i, intvec v, intvec w);
- Type:
- ideal
- Purpose:
- compute the standard basis of the ideal, calculated via
the second alternative 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;
fwalk;
groebner;
gwalk;
pwalk;
std;
stdfglm;
twalk.
|