Changeset 0ad359 in git for Singular/LIB/primdec.lib


Ignore:
Timestamp:
May 8, 2000, 12:07:48 PM (23 years ago)
Author:
Gerhard Pfister <pfister@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
3845c1285a5ef96b9b2d57ffbabc38b0fb580228
Parents:
03f29c04de8cdd8b16d418ce91b393c3dcb493b5
Message:
bug in prepareAss gefixed


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    r03f29c r0ad359  
    1 // $Id: primdec.lib,v 1.56 2000-05-08 09:42:58 pfister Exp $
     1// $Id: primdec.lib,v 1.57 2000-05-08 10:07:48 pfister Exp $
    22///////////////////////////////////////////////////////////////////////////////
    33// primdec.lib                                                               //
     
    1111///////////////////////////////////////////////////////////////////////////////
    1212
    13 version="$Id: primdec.lib,v 1.56 2000-05-08 09:42:58 pfister Exp $";
     13version="$Id: primdec.lib,v 1.57 2000-05-08 10:07:48 pfister Exp $";
    1414info="
    1515LIBRARY: primdec.lib   PROCEDURES FOR PRIMARY DECOMPOSITION
     
    44964496  if(homog(i)==1)
    44974497  {
    4498      list re=sres(i,0);                   //the resolution
     4498     list re=sres(j,0);                   //the resolution
    44994499     re=minres(re);                       //minimized resolution
    45004500  }
     
    45314531"
    45324532{
    4533   ideal j=std(i);
     4533  ideal j=groebner(i);
    45344534  int cod=nvars(basering)-dim(j);
    45354535  int e;
     
    45374537  if(homog(i)==1)
    45384538  {
    4539      list re=sres(i,0);                   //the resolution
     4539     list re=sres(j,0);                   //the resolution
    45404540     re=minres(re);                       //minimized resolution
    45414541  }
Note: See TracChangeset for help on using the changeset viewer.