Changeset 731e67e in git for Singular/LIB/equising.lib


Ignore:
Timestamp:
Jul 18, 2006, 5:48:31 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
a15d90a2e309f3fabc9f9d147ba93e4fbaff9e3d
Parents:
dd73043aece50a3b540b469cacfe1e7bb5712915
Message:
*hannes: format, typos in docu


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/equising.lib

    rdd73043 r731e67e  
    1 version="$Id: equising.lib,v 1.16 2006-06-13 14:29:48 Singular Exp $";
     1version="$Id: equising.lib,v 1.17 2006-07-18 15:48:12 Singular Exp $";
    22category="Singularities";
    33info="
     
    10861086    }
    10871087  }
    1088  
     1088
    10891089  // Computation for all equimultiple sections being trivial (I^s(f))
    10901090  ideal Jtriv=J;
     
    11291129  }
    11301130
    1131   //new CL 11/06:  check in which equations b(k) appears and remove those b(k) 
     1131  //new CL 11/06:  check in which equations b(k) appears and remove those b(k)
    11321132  //               which appear in exactly one of the equations (by removing this
    11331133  //               equation)
     
    11441144  for (i=1;i<=no_b; i++)
    11451145  {
    1146     ideal b_appears_in(i);            // Eintraege sind spaeter 1 oder 0 
    1147     intmat b_app_in(i)[1][ncJ];       // Eintraege sind spaeter 1 oder 0 
    1148     b_appears_in(i)[ncJ]=0; 
     1146    ideal b_appears_in(i);            // Eintraege sind spaeter 1 oder 0
     1147    intmat b_app_in(i)[1][ncJ];       // Eintraege sind spaeter 1 oder 0
     1148    b_appears_in(i)[ncJ]=0;
    11491149    J_Tmp = J-subst(J,b(i),0);
    1150     for (Z=1; Z<=ncJ; Z++) { 
     1150    for (Z=1; Z<=ncJ; Z++) {
    11511151      if (J_Tmp[Z]<>0) {      // b(i) appear in J_Tmp[Z]
    11521152        b_appears_in(i)[Z]=1;
Note: See TracChangeset for help on using the changeset viewer.