Changeset 0b55a8a in git
- Timestamp:
- Mar 28, 2015, 2:40:10 PM (9 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 320644e83870d617264b4e83eea678323a62d15af6cd60bc278fb9a300668ad9a5c51e492c8b6409
- Parents:
- 802996511005bf8c0e3bb7527b0fd9c2289563a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/gradedModules.lib
r802996 r0b55a8a 2101 2101 def F=grlifting4(A,T); grview(F); 2102 2102 2103 def G=mappingcone3(A,T); grview(G); 2104 2103 /* BUG in the proc */ // def G=mappingcone3(A,T); grview(G); 2104 2105 /* 2105 2106 module W=grtranspose(G[1]); 2106 2107 resolution U=mres(W,0); … … 2109 2110 resolution L=mres(P,0); 2110 2111 print(betti(L),"betti"); 2111 2112 */ 2112 2113 2113 2114 … … 2117 2118 def H=grlifting4(R,S); grview(H); 2118 2119 2119 def G=mappingcone3(R,S); // ????????2120 /* BUG in the proc */ // def G=mappingcone3(R,S); // ???????? 2120 2121 2121 2122 2122 2123 def I=KeneshlouMatrixPresentation(intvec(2,3,0,6,2)); 2123 2124 def J=KeneshlouMatrixPresentation(intvec(4,0,1,2,1)); 2124 // def N=grlifting4(I,J); // 2nd module does not lie in the first ?2125 def NN=mappingcone3(I,J); // ????????2125 // def N=grlifting4(I,J); 2126 /* 2nd module does not lie in the first: */ // def NN=mappingcone3(I,J); // ???????? 2126 2127 2127 2128 } … … 2208 2209 def I=KeneshlouMatrixPresentation(intvec(2,3,0,6,2)); 2209 2210 def J=KeneshlouMatrixPresentation(intvec(4,0,1,2,1)); 2210 def N=grlifting4(I,J); // 2nd module does not lie in the first?? 2211 2212 } 2211 /* 2nd module does not lie in the first: */ // def N=grlifting4(I,J); 2212 2213 }
Note: See TracChangeset
for help on using the changeset viewer.