Changeset 333b889 in git for Singular/LIB/primdec.lib


Ignore:
Timestamp:
Mar 29, 2000, 5:26:52 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b583ae9d01fefeb8ac48ed37894cdabf6e905260
Parents:
8fbf637e134a505ed0c8bd77182881f7867d1d01
Message:
*hannes: fixed primdecSY(ideal(1));


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    r8fbf63 r333b889  
    1 // $Id: primdec.lib,v 1.53 2000-01-26 11:43:17 obachman Exp $
     1// $Id: primdec.lib,v 1.54 2000-03-29 15:26:52 Singular Exp $
    22///////////////////////////////////////////////////////////////////////////////
    33// primdec.lib                                                               //
     
    1111///////////////////////////////////////////////////////////////////////////////
    1212
    13 version="$Id: primdec.lib,v 1.53 2000-01-26 11:43:17 obachman Exp $";
     13version="$Id: primdec.lib,v 1.54 2000-03-29 15:26:52 Singular Exp $";
    1414info="
    1515LIBRARY: primdec.lib   PROCEDURES FOR PRIMARY DECOMPOSITION
     
    32973297   {
    32983298      option(notWarnSB);
    3299     }
     3299   }
    33003300  ideal H=1; // The intersection of the primary components
    33013301  list U;    // the leaves of the decomposition tree, i.e.,
     
    33253325                //    the empty list otherwise
    33263326  ideal SI=std(I);
     3327  if(SI[1]==1)  // primdecSY(ideal(1))
     3328  {
     3329    return(list());
     3330  }
    33273331  int ncolsSI=ncols(SI);
    33283332  int ncolsH=1;
Note: See TracChangeset for help on using the changeset viewer.