There are two possible values for SAGBILimitType: Fixed or Function. Determines the stopping criterion for the subalgebra basis computation performed by the function intersect(Subring,Subring). This function creates a subring $S$, called the composite subring, from the input algebras and attempts to compute a subalgebra basis for $S$. The Limit of this subalgebra basis computation is controlled by the two options SAGBILimitType and Limit.
If SAGBILimitType is set to Fixed, then the Limit of the subalgebra basis computation is set to the value of the option Limit. Otherwise, if SAGBILimitType is set to Function, then the Limit of the subalgebra basis computation is set to the product of the degrees of the maximum degree generators of the input algebras.
|
|
|
|
|
|
|
|
By default, the option SAGBILimitType is set to Fixed, and the default Limit is $20$. For more information see intersect(Subring,Subring).
The object SAGBILimitType is a symbol.