subalgebraBasis -- Subalgebra basis (sagbi basis) generators
Synopsis
-
- Usage:
- N = subalgebraBasis M
- N = subalgebraBasis A
- N = subalgebraBasis L
- N = subalgebraBasis B
-
Inputs:
-
Optional inputs:
-
Limit => an integer, default value 100, a degree limit for the binomial S-pairs that are computed internally.
-
PrintLevel => an integer, default value 0, When this is greater than zero, information is printed about the progress of the computation (See: PrintLevel)
-
Autosubduce => a Boolean value, default value true, flag indicating when to perform autosubduction on the generators before performing the Sagbi basis computation (See: Autosubduce)
-
Outputs:
-
N, a matrix, whose entries form a partial subalgebra basis
See also
-
sagbi -- Subalgebra basis (sagbi basis)
Ways to use subalgebraBasis :
-
"subalgebraBasis(List)"
-
"subalgebraBasis(Matrix)"
-
"subalgebraBasis(Subring)"