Changeset ba2be4 in git
- Timestamp:
- Jul 8, 2010, 12:36:30 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 3a2b8e5d6b761f4acde24375e684b3c6daf02645
- Parents:
- 99af0d3e643769a827817de5d58cba7541a19539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/modstd.lib
r99af0d rba2be4 1 //GP, last modified 23.10.062 1 //////////////////////////////////////////////////////////////////////////////// 3 2 version="$Id$"; … … 502 501 @* - variant = 3: homogenize - std(.,#[1]) resp. groebner - dehomogenize, 503 502 @* - variant = 4: std(.,#[1]) resp. groebner, 504 @* - variant = 5: liftstd .503 @* - variant = 5: liftstd1. 505 504 EXAMPLE: example modpStd; shows an example 506 505 " … … 801 800 { 802 801 variant = 5; 803 if(printlevel >= 10) { "variant = 2"; } 802 if(printlevel >= 10) { "variant = 5"; } 803 "============================================================="; 804 "WARNING: This variant is not applicable if ordering is mixed."; 805 "============================================================="; 804 806 matrix trans; 805 807 } … … 1100 1102 ideal J1 = modStd(I,1,1); 1101 1103 J1; 1102 // 1104 //requires MP 1103 1105 //ideal J2 = modStd(I,3); 1104 1106 //J2; … … 1109 1111 ideal I = cyclic(4); 1110 1112 ideal J1 = modStd(I,1); 1111 // requires MP 1112 //ideal J2 = modStd(I,2,1); 1113 //size(reduce(J1,J2)); 1114 //size(reduce(J2,J1)); 1113 ideal J2 = modStd(I,1,1); 1114 size(reduce(J1,J2)); 1115 size(reduce(J2,J1)); 1115 1116 } 1116 1117
Note: See TracChangeset
for help on using the changeset viewer.