|
7.7.8.0. lpCalcSubstDegBound
Procedure from library fpaprops.lib (see fpaprops_lib).
- Usage:
- lpCalcSubstDegBound(f,s1,s2); f letterplace polynomial, s1 list (ideal) of variables
to replace, s2 list (ideal) of polynomials to replace with
- Return:
- int, the min degbound required to perform the substitution
- Assume:
- - basering is a Letterplace ring
Example:
| LIB "fpaprops.lib";
// see lpSubstitute()
|
|