Home Online Manual
Top
Back: isFreeAlgebra
Forward: lpVarBlockSize
FastBack:
FastForward:
Up: freegb_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

7.10.4.2 lpDegBound

Procedure from library freegb.lib (see freegb_lib).

Usage:
lpDegBound(R); R a letterplace ring

Return:
int

Purpose:
returns the degree bound of the letterplace ring

Example:
 
LIB "freegb.lib";
ring r = 0,(x,y,z),dp;
def R = freeAlgebra(r, 7);
lpDegBound(R);
==> 7