Changeset 540609 in git
- Timestamp:
- Apr 8, 2015, 7:39:42 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- dc50eecf64ca09a098b59c3b868bd9e616e37738
- Parents:
- 7164cbab00ef4bf646fe3388d260de0b99f086f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/gradedModules.lib
r7164cba r540609 2276 2276 2277 2277 def R=KeneshlouMatrixPresentation(intvec(0,0,0,2,0)); 2278 grview(R); 2279 2278 2280 def S=KeneshlouMatrixPresentation(intvec(1,2,0,0,0)); 2281 grview(S); 2279 2282 2280 2283 def H=grlifting4(R,S); grview(H); … … 2287 2290 def J=KeneshlouMatrixPresentation(intvec(4,0,1,2,1)); 2288 2291 // def N=grlifting4(I,J); 2289 /* 2nd module does not lie in the first: */ 2290 def NN=mappingcone3(I,J); // ???????? 2292 /* 2nd module does not lie in the first: */ // def NN=mappingcone3(I,J); // ???????? 2291 2293 2292 2294 } … … 2373 2375 def I=KeneshlouMatrixPresentation(intvec(2,3,0,6,2)); 2374 2376 def J=KeneshlouMatrixPresentation(intvec(4,0,1,2,1)); 2375 /* 2nd module does not lie in the first: */ 2376 def N=grlifting4(I,J); 2377 2378 } 2377 /* 2nd module does not lie in the first: */ //def N=grlifting4(I,J); 2378 2379 }
Note: See TracChangeset
for help on using the changeset viewer.