|
7.7.12.0. homogfacFirstQWeyl
Procedure from library ncfactor.lib (see ncfactor_lib).
- Usage:
- homogfacFirstQWeyl(h); h is a homogeneous polynomial in the
first q-Weyl algebra with respect to the weight vector [-1,1]
- Return:
- list
- Purpose:
- Computes a factorization of a homogeneous polynomial h with
respect to the weight vector [-1,1] in the first q-Weyl algebra
- Theory:
homogfacFirstQWeyl returns a list with a factorization of the given,
[-1,1]-homogeneous polynomial. If the degree of the polynomial is k with
k positive, the last k entries in the output list are the second
variable. If k is positive, the last k entries will be x. The other
entries will be irreducible polynomials of degree zero or 1 resp. -1.
Example:
See also:
homogfacFirstQWeyl_all.
|