Changeset 10bedae in git


Ignore:
Timestamp:
Mar 15, 1999, 1:07:19 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
971ba6f61590a50327889fafab6835efed8d615a
Parents:
1dae9f8cabe21ae1c753a0e1854831fd1fb213d8
Message:
*pfister: fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r1dae9f r10bedae  
    66///////////////////////////////////////////////////////////////////////////////
    77
    8 version="$Id: normal.lib,v 1.10 1998-08-26 09:56:40 obachman Exp $";
     8version="$Id: normal.lib,v 1.11 1999-03-15 12:07:19 Singular Exp $";
    99info="
    1010LIBRARY: normal.lib: PROCEDURE FOR NORMALIZATION (I)
     
    241241  }
    242242//---------- Test: Hom(J,J) == R ?, if yes, go home ---------------------------
     243
    243244   rf = interred(reduce(f,f2));       // represents p*Hom(J,J)/p*R = Hom(J,J)/R
    244245   if ( size(rf) == 0 )
     
    401402  // export(endid);
    402403  // export(endphi);
    403            if(y==1)
     404   if(y==1)
    404405   {
    405406      "the new ring after reduction of the number of variables";
     
    627628   int depth,lauf,prdim;
    628629   int ti=timer;
    629    
     630
    630631   if(size(i)==0)
    631632   {
     
    11101111         def lastR=RS[1];
    11111112         setring lastR;
     1113         map psi1=BAS,endphi;
    11121114         ideal KK=endid;
    1113          ideal PP=endphi;
     1115         ideal PP=psi1(ihp);
    11141116         export PP;
    11151117         export KK;
     
    11241126
    11251127      map psi=BAS,endphi;
     1128
    11261129      list tluser=
    11271130             normalizationPrimes(endid,psi(ihp),simplify(psi(MJ)+endid,4));
     
    12121215}
    12131216
    1214 proc substpart(ideal endid,ideal endphi, int homo, intvec rw) 
     1217proc substpart(ideal endid,ideal endphi, int homo, intvec rw)
    12151218{
    12161219   def newRing=basering;
     
    12851288      if ( rw1[ii]==0 ) { lastmap[ii] = 0; }
    12861289   }
    1287    map phi = newRing,lastmap;
    1288    ideal endid  = phi(endid);
    1289    ideal endphi = phi(endphi);
     1290   map phi1 = newRing,lastmap;
     1291   ideal endid  = phi1(endid);
     1292   ideal endphi = phi1(endphi);
    12901293   export(endid);
    12911294   export(endphi);
     
    14861489
    14871490*/
     1491
Note: See TracChangeset for help on using the changeset viewer.