Changeset 5ce25c in git
- Timestamp:
- Jul 23, 2013, 2:55:40 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 6cd63e4bcda33cf737a1448d8865ede11e317555
- Parents:
- 71a263848349882522f62f6c6369df2489d587d6
- Location:
- Singular/LIB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/classify_aeq.lib
r71a2638 r5ce25c 668 668 { 669 669 def R=basering; 670 def O=changeord( "Ds");670 def O=changeord(list(list("Ds",nvars(R)))); 671 671 setring O; 672 672 ideal I=imap(R,I); … … 717 717 { 718 718 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)))); 720 720 setring O; 721 721 ideal I=imap(R,I); … … 1377 1377 ideal I=4t3,7t6+10t9; 1378 1378 ideal G=t4,t7+t10; 1379 sagbiM OD(I,G,18);1379 sagbiMod(I,G,18); 1380 1380 */ 1381 1381 -
Singular/LIB/classifyci.lib
r71a2638 r5ce25c 36 36 PURPOSE:Check whether the ideal defines a complete intersection singularity or not 37 37 RETURN: String type in the classification of Giusti,M 38 @ or The given singularity is not simple38 @* or The given singularity is not simple 39 39 EXAMPLE: example classifyicis; shows an example 40 40 " … … 1008 1008 } 1009 1009 J1=simplify(J1,2); 1010 J1=sagbi M(J1);1011 w=C onductorBound(J1);1010 J1=sagbiAlg(J1); 1011 w=Classify_aeq::ConductorBound(J1); 1012 1012 J1=lead(J1); 1013 1013 list TTT;
Note: See TracChangeset
for help on using the changeset viewer.