Changeset 1a4ddd in git
- Timestamp:
- Jan 5, 2015, 6:45:56 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 404f45e7f2bbd4ead6ed034b30dbd5cd299dcb47
- Parents:
- f935621a6bf45cf043ca5689b1ae4ad916ce6aca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdec.lib
rf93562 r1a4ddd 6827 6827 matrix n=imap(R,n); 6828 6828 time = timer; 6829 poly charpol=det(n- T*freemodule(d));6829 poly charpol=det(n-var(1)*freemodule(d)); 6830 6830 dbprint(printlevel-voice+2,"// time for computing char poly: "+ 6831 6831 string(timer-time)); … … 6859 6859 option(redSB); 6860 6860 list re1; 6861 ideal new = T-imap(R,p),imap(R,J);6861 ideal new = var(1)-imap(R,p),imap(R,J); 6862 6862 attrib(new, "isSB",1); //we know that new is a standard basis 6863 6863 for(j=1;j<=f;j++) … … 7146 7146 if (intersectOption == "intersect") 7147 7147 { 7148 list pr = result[1];7149 ideal intersection = result[2];7148 list pr = result[1]; 7149 ideal intersection = result[2]; 7150 7150 } 7151 7151 else … … 7346 7346 else 7347 7347 { 7348 execute( "ring @Phelp=("+charstr(gnir)+"),("+varstr(gnir)+"),(C,dp);"); 7348 def @Phelp=changeordTo(gnir,"dp"); 7349 setring @Phelp; 7349 7350 } 7350 7351
Note: See TracChangeset
for help on using the changeset viewer.