Changeset 5ce25c in git


Ignore:
Timestamp:
Jul 23, 2013, 2:55:40 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6cd63e4bcda33cf737a1448d8865ede11e317555
Parents:
71a263848349882522f62f6c6369df2489d587d6
Message:
fix: classifyci::Semigroup (example)

from master
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/classify_aeq.lib

    r71a2638 r5ce25c  
    668668{
    669669    def R=basering;
    670     def O=changeord("Ds");
     670    def O=changeord(list(list("Ds",nvars(R))));
    671671    setring O;
    672672    ideal I=imap(R,I);
     
    717717{
    718718  def R=basering;//up till now the ordering of the base ring is ds
    719   def O=changeord("Ds");
     719  def O=changeord(list(list("Ds",nvars(R))));
    720720  setring O;
    721721  ideal I=imap(R,I);
     
    13771377ideal I=4t3,7t6+10t9;
    13781378ideal G=t4,t7+t10;
    1379 sagbiMOD(I,G,18);
     1379sagbiMod(I,G,18);
    13801380*/
    13811381
  • Singular/LIB/classifyci.lib

    r71a2638 r5ce25c  
    3636PURPOSE:Check whether the ideal defines a complete intersection singularity or not
    3737RETURN: String  type in the classification of Giusti,M
    38 @           or The given singularity is not simple
     38@*           or The given singularity is not simple
    3939EXAMPLE: example classifyicis;  shows an example
    4040"
     
    10081008       }
    10091009       J1=simplify(J1,2);
    1010        J1=sagbiM(J1);
    1011        w=ConductorBound(J1);
     1010       J1=sagbiAlg(J1);
     1011       w=Classify_aeq::ConductorBound(J1);
    10121012       J1=lead(J1);
    10131013       list TTT;
Note: See TracChangeset for help on using the changeset viewer.