|
D.4.6.3 awalk1
Procedure from library grwalk.lib (see grwalk_lib).
- Syntax:
- awalk1(ideal i);
awalk1(ideal i, int n);
awalk1(ideal i, int n, intvec v, intvec w);
awalk1(ideal i, intvec v, intvec w);
- Type:
- ideal
- Purpose:
- compute the standard basis of the ideal, calculated via
the first alternative algorithm from an ordering
"(a(v),lp)", "dp" or "Dp" to the ordering
"(a(w),lp)" or "(a(1,0,...,0),lp)"
with a perturbation degree n for the weight vector w.
Example:
See also:
awalk2;
fwalk;
groebner;
gwalk;
pwalk;
std;
stdfglm;
twalk.
|