Changeset 8f0728 in git for Singular/LIB/ring.lib


Ignore:
Timestamp:
Jul 14, 2014, 10:32:48 AM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
43c97c987f6b22c14b6cb512fcaf3df848b37932
Parents:
88cceb35fdbba978179426df7e02dc46d68a25d8642a254c3cd9870d56e7587e48237a9649b595d3
Message:
Merge pull request #616 from surface-smoothers/spielwiese

the second typo in ring.lib . Gotcha\!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ring.lib

    r88cceb r8f0728  
    10261026{
    10271027  if (attrib(J,"isSB")==1)
    1028   { return(size(reduce(I,J,1)==0)); }
     1028  { return(size(reduce(I,J,1))==0); }
    10291029  else
    10301030  { return(size(reduce(I,groebner(J),1))==0); }
     
    10361036  ideal I1=x2;
    10371037  ideal I2=x3;
     1038  ideal I3=x2,0;
    10381039  isSubModule(I1, I2);
    10391040  isSubModule(I2, I1);
     1041  isSubModule(I3, I1);
    10401042  module M = x,0;
    10411043  isSubModule(M,M);
Note: See TracChangeset for help on using the changeset viewer.