Changeset 68297e in git


Ignore:
Timestamp:
Nov 17, 1999, 2:53:15 PM (24 years ago)
Author:
Gerhard Pfister <pfister@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
cf74099cd4e3289c268dfffa7cac3bb755132714
Parents:
d5efb009bf054ed77a49e2d39ec7f03672fea3bd
Message:
in normalizationPrimes eine zusaetzliche mstd-Berechnung


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    rd5efb00 r68297e  
    55///////////////////////////////////////////////////////////////////////////////
    66
    7 version="$Id: normal.lib,v 1.20 1999-09-23 12:13:39 Singular Exp $";
     7version="$Id: normal.lib,v 1.21 1999-11-17 13:53:15 pfister Exp $";
    88info="
    99LIBRARY:  normal.lib     PROCEDURES FOR NORMALIZATION
     
    649649   if(size(#)>0)
    650650   {
    651       list JM=#[1],#[1];
    652       attrib(JM[1],"isSB",1);
     651      list JM=mstd(#[1]);
    653652      if( typeof(attrib(#[1],"isRad"))!="int" )
    654653      {
     
    816815
    817816      list JM=mstd(sin);
     817
    818818      if(y>=1)
    819819      {
     
    959959      list RR;
    960960      list RS;
    961 
    962961      //now we have to compute the radical
    963962      if(y>=1)
     
    979978          if(attrib(SM[2],"isCompleteIntersection")==0)
    980979          {
    981              J=equiRadical(JM[2]);
     980            J=equiRadical(JM[2]);
    982981             //J=equiRadical(JJ);
    983982          }
     
    988987          }
    989988      }
    990 
    991989      if(y>=1)
    992990      {
     
    10241022      int n=nvars(basering);
    10251023      ideal MJ=JM[2];
     1024
    10261025      def newR=RS[1];
    10271026      setring newR;
    10281027
    10291028      map psi=BAS,endphi;
    1030 
    10311029      list tluser=
    10321030             normalizationPrimes(endid,psi(ihp),simplify(psi(MJ)+endid,4));
Note: See TracChangeset for help on using the changeset viewer.