Changeset 68297e in git
- Timestamp:
- Nov 17, 1999, 2:53:15 PM (24 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- cf74099cd4e3289c268dfffa7cac3bb755132714
- Parents:
- d5efb009bf054ed77a49e2d39ec7f03672fea3bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/normal.lib
rd5efb00 r68297e 5 5 /////////////////////////////////////////////////////////////////////////////// 6 6 7 version="$Id: normal.lib,v 1.2 0 1999-09-23 12:13:39 Singular Exp $";7 version="$Id: normal.lib,v 1.21 1999-11-17 13:53:15 pfister Exp $"; 8 8 info=" 9 9 LIBRARY: normal.lib PROCEDURES FOR NORMALIZATION … … 649 649 if(size(#)>0) 650 650 { 651 list JM=#[1],#[1]; 652 attrib(JM[1],"isSB",1); 651 list JM=mstd(#[1]); 653 652 if( typeof(attrib(#[1],"isRad"))!="int" ) 654 653 { … … 816 815 817 816 list JM=mstd(sin); 817 818 818 if(y>=1) 819 819 { … … 959 959 list RR; 960 960 list RS; 961 962 961 //now we have to compute the radical 963 962 if(y>=1) … … 979 978 if(attrib(SM[2],"isCompleteIntersection")==0) 980 979 { 981 980 J=equiRadical(JM[2]); 982 981 //J=equiRadical(JJ); 983 982 } … … 988 987 } 989 988 } 990 991 989 if(y>=1) 992 990 { … … 1024 1022 int n=nvars(basering); 1025 1023 ideal MJ=JM[2]; 1024 1026 1025 def newR=RS[1]; 1027 1026 setring newR; 1028 1027 1029 1028 map psi=BAS,endphi; 1030 1031 1029 list tluser= 1032 1030 normalizationPrimes(endid,psi(ihp),simplify(psi(MJ)+endid,4));
Note: See TracChangeset
for help on using the changeset viewer.