Changeset 3d6b567 in git
- Timestamp:
- Jul 11, 2007, 10:20:54 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6dbad9d6676dd3251a68f91f5fc56b73f2f94551
- Parents:
- fdb7e91808bc2f882207aaa6e35048826bdd38e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ratgb.lib
rfdb7e9 r3d6b567 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: ratgb.lib,v 1. 3 2007-06-20 15:39:45 SingularExp $";2 version="$Id: ratgb.lib,v 1.4 2007-07-11 20:20:54 levandov Exp $"; 3 3 category="Noncommutative"; 4 4 info=" … … 7 7 8 8 PROCEDURES: 9 ratstd(ideal I, int n); compute Groebner basis in Ore localization sof the basering wrt first n variables9 ratstd(ideal I, int n); compute Groebner basis in Ore localization of the basering wrt first n variables 10 10 11 11 SUPPORT: SpezialForschungsBereich F1301 of the Austrian FWF … … 16 16 RETURN: ring 17 17 PURPOSE: compute the Groebner basis of I in the Ore localization of 18 the basering with respect to first n variables18 the basering with respect to the subalgebra, generated by first n variables 19 19 ASSUME: the variables are organized in two blocks and 20 20 @* the first block of length n contains the elements … … 22 22 @* the basering is equipped with the elimination ordering 23 23 @* for the variables in the second block 24 NOTE: 24 NOTE: the output ring O is commutative. The ideal rGBid in O 25 25 represents the rational form of the output ideal pGBid in the basering. 26 26 @* During the computation, the D-dimension of I and the corresponding … … 165 165 int d = dim(LG); 166 166 int Ddim = d; 167 printf(" D-dimension is %s",d);167 printf("the D-dimension is %s",d); 168 168 if (d==0) 169 169 {
Note: See TracChangeset
for help on using the changeset viewer.