Changeset 911fd6 in git


Ignore:
Timestamp:
Oct 24, 2008, 2:16:59 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
e866b065c87964cdd519dce1bd592c5e865f116d
Parents:
24f6cd90f7b9f99de4348fb8924de54d3986e660
Message:
*pfister: bug reported by Arnaud Bodin


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/algebra.lib

    r24f6cd9 r911fd6  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: algebra.lib,v 1.17 2008-10-06 17:04:26 Singular Exp $";
     2version="$Id: algebra.lib,v 1.18 2008-10-24 12:16:59 Singular Exp $";
    33category="Commutative Algebra";
    44info="
     
    265265  //the intersection of ideal nett=(p-y(0),I[1]-y(1),...)
    266266  //with the ring k[y(0),...,y(n)] is computed, the result is ker
    267    execute ("ring r1= ("+charstr(basering)+"),(x(1..n),y(0..z)),dp;");
     267   execute ("ring r1= ("+charstr(basering)+"),(x(1..n),y(0..z)),lp;");
    268268 //  execute ("ring r1= ("+charstr(basering)+"),(y(0..z),x(1..n)),dp;");
    269269  execute ("minpoly=number("+mp+");");
     
    279279  //-----------------
    280280  ideal ker=eliminate(nett,product(va));
     281  ker=std(ker);
    281282  //---------- test wether y(0)-h(y(1),...,y(z)) is in ker --------------
    282283  l[1]=0;
Note: See TracChangeset for help on using the changeset viewer.