|
7.7.12.0. facFirstShift
Procedure from library ncfactor.lib (see ncfactor_lib).
- Usage:
- facFirstShift(h); h a polynomial in the first shift algebra
- Return:
- list
- Purpose:
- compute all factorizations of a polynomial in the first shift algebra
- Theory:
- This function is a wrapper for facShift. It exists to make this library downward-compatible
with older versions.
- Assume:
- basering is the first shift algebra
- Note:
- Every entry of the output list is a list with factors for one possible factorization.
Example:
See also:
facFirstWeyl;
facSubWeyl;
testNCfac.
|