Changeset 3d6b567 in git


Ignore:
Timestamp:
Jul 11, 2007, 10:20:54 PM (16 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
6dbad9d6676dd3251a68f91f5fc56b73f2f94551
Parents:
fdb7e91808bc2f882207aaa6e35048826bdd38e9
Message:
*levandov: some enhancements for the distribution


git-svn-id: file:///usr/local/Singular/svn/trunk@10193 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ratgb.lib

    rfdb7e9 r3d6b567  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: ratgb.lib,v 1.3 2007-06-20 15:39:45 Singular Exp $";
     2version="$Id: ratgb.lib,v 1.4 2007-07-11 20:20:54 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    77
    88PROCEDURES:
    9 ratstd(ideal I, int n);   compute Groebner basis in Ore localizations of the basering wrt first n variables
     9ratstd(ideal I, int n);   compute Groebner basis in Ore localization of the basering wrt first n variables
    1010
    1111SUPPORT: SpezialForschungsBereich F1301 of the Austrian FWF
     
    1616RETURN:  ring
    1717PURPOSE: compute the Groebner basis of I in the Ore localization of
    18 the basering with respect to first n variables
     18the basering with respect to the subalgebra, generated by first n variables
    1919ASSUME: the variables are organized in two blocks and
    2020@* the first block of length n contains the elements
     
    2222@* the basering is equipped with the elimination ordering
    2323@*     for the variables in the second block
    24 NOTE:    the output ring O is commutative. The ideal rGBid in O
     24NOTE: the output ring O is commutative. The ideal rGBid in O
    2525represents the rational form of the output ideal pGBid in the basering.
    2626@* During the computation, the D-dimension of I and the corresponding
     
    165165  int d = dim(LG);
    166166  int Ddim = d;
    167   printf("D-dimension is %s",d);
     167  printf("the D-dimension is %s",d);
    168168  if (d==0)
    169169  {
Note: See TracChangeset for help on using the changeset viewer.