Changeset fc65be in git
- Timestamp:
- Jul 6, 2016, 5:07:41 PM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4cb2082e7b16621dfb469b4114b7bd18623265e2
- Parents:
- 45102aaa07e68c51924bdae68fca6a8efe7f567d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ncfactor.lib
r45102a rfc65be 11466 11466 11467 11467 proc homogfacNthQWeyl(poly h) 11468 "USAGE: homogfacNthQWeyl(h); h is a homogeneous polynomial in the 11468 "USAGE: 11469 @format 11470 homogfacNthQWeyl(h); h is a homogeneous polynomial in the 11469 11471 n'th q-Weyl algebra with respect to the weight vector 11470 @* [-1,...,-1,1,...,1]. 11471 @* \__ __/ \__ __/ 11472 @* \/ \/ 11473 @* n/2 n/2 11472 [-1,...,-1,1,...,1]. 11473 \__ __/ \__ __/ 11474 \/ \/ 11475 n/2 n/2 11476 @end format 11474 11477 RETURN: list 11475 11478 PURPOSE: Computes a factorization of a homogeneous polynomial h … … 11763 11766 11764 11767 proc homogfacNthQWeyl_all(poly h) 11765 "USAGE: homogfacNthQWeyl_all(h); h is a homogeneous polynomial in the 11766 n'th q-Weyl algebra with respect to the weight vector 11767 @ [-1,...,-1,1,...,1]. 11768 @ \__ __/ \__ __/ 11769 @ \/ \/ 11770 @ n/2 n/2 11768 "USAGE: 11769 @format 11770 homogfacNthQWeyl_all(h); h is a homogeneous polynomial in the 11771 n'th q-Weyl algebra with respect to the weight vector 11772 11773 [-1,...,-1,1,...,1]. 11774 \__ __/ \__ __/ 11775 \/ \/ 11776 n/2 n/2 11777 @end format 11771 11778 RETURN: list 11772 11779 PURPOSE: Computes all factorizations of a homogeneous polynomial h
Note: See TracChangeset
for help on using the changeset viewer.