Home Online Manual
Top
Back: lpCalcSubstDegBound
Forward: freegb_lib
FastBack:
FastForward:
Up: fpaprops_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document
7.7.8.0. lpCalcSubstDegBounds
Procedure from library fpaprops.lib (see fpaprops_lib).

Usage:
lpCalcSubstDegBounds(I,s1,s2); I list (ideal) of letterplace polynomials, s1 list (ideal) of variables to replace, s2 list (ideal) of polynomials to replace with

Return:
int, the min degbound required to perform all of the substitutions

Assume:
- basering is a Letterplace ring

Note:
convenience method

Example:
 
LIB "fpaprops.lib";
// see lpSubstitute()