Changeset 5cd5026 in git


Ignore:
Timestamp:
Jul 6, 2007, 12:35:05 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
12074fcc0581beb6c6809d2ebc8bf6c5962f5ddd
Parents:
81cac2324e8331e0b38ee0703eeba8b2b66064ca
Message:
*hannes: format


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/sagbi.lib

    r81cac2 r5cd5026  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: sagbi.lib,v 1.9 2007-01-23 18:27:17 Singular Exp $";
     2version="$Id: sagbi.lib,v 1.10 2007-07-06 10:35:05 Singular Exp $";
    33category="Commutative Algebra";
    44info="
    5 LIBRARY:  SAGBI.lib  Compute Subalgebras bases Analogous to Groebner bases for ideals
     5LIBRARY:  sagbi.lib  Compute Subalgebras bases Analogous to Groebner bases for ideals
    66AUTHORS: Gerhard Pfister,        pfister@mathematik.uni-kl.de,
    77@*       Anen Lakhal,            alakhal@mathematik.uni-kl.de
     
    4242  int b=size(B);
    4343
    44 
    4544  //In quotient rings,SINGULAR does not reduce polynomials w.r.t the
    4645  //quotient ideal,therefore we should first 'reduce';if it is necessary for
     
    8887                        //"kern" is the ideal of algebraic relations between
    8988                        // lead(id[z]).
    90 
    9189    export kern,A;// we export:
    9290                  // * the ideal A  to avoid useless computations
     
    9492                  // * the ideal kern : some times we can get intresting
    9593                  //   informations from this ideal.
    96 
    9794    setring bsr;
    9895    map phi=R1,vars,id;
     
    133130}
    134131
    135 
    136132///////////////////////////////////////////////////////////////////////////////
    137133static proc std1(ideal J,ideal I,list #)
     
    143139  int tt;
    144140  ideal Res,@result;
    145 
    146141
    147142  if(size(#)>0) {tt=#[1];}
     
    201196
    202197    //================create a new ring with extra variables==============
    203 
    204198    execute("ring R1=("+charstr(R)+"),("+varstr(R)+",@y((ii+1)..(ii+jj))),(dp(n),dp(kk+jj-n));");
    205199    // *levandov: would it not be easier and better to use
Note: See TracChangeset for help on using the changeset viewer.