Changeset 0b55a8a in git


Ignore:
Timestamp:
Mar 28, 2015, 2:40:10 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
320644e83870d617264b4e83eea678323a62d15af6cd60bc278fb9a300668ad9a5c51e492c8b6409
Parents:
802996511005bf8c0e3bb7527b0fd9c2289563a9
Message:
Commented out failing examples for now (for doc generation)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gradedModules.lib

    r802996 r0b55a8a  
    21012101def F=grlifting4(A,T); grview(F);
    21022102
    2103 def G=mappingcone3(A,T); grview(G);
    2104 
     2103/* BUG in the proc */ // def G=mappingcone3(A,T); grview(G);
     2104
     2105/*
    21052106module W=grtranspose(G[1]);
    21062107resolution U=mres(W,0);
     
    21092110resolution L=mres(P,0);
    21102111print(betti(L),"betti");   
    2111 
     2112*/
    21122113
    21132114
     
    21172118def H=grlifting4(R,S); grview(H);
    21182119
    2119 def G=mappingcone3(R,S); // ????????
     2120/* BUG in the proc */ // def G=mappingcone3(R,S); // ????????
    21202121
    21212122
    21222123def I=KeneshlouMatrixPresentation(intvec(2,3,0,6,2));
    21232124def 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); // ????????
    21262127
    21272128}
     
    22082209def I=KeneshlouMatrixPresentation(intvec(2,3,0,6,2));
    22092210def 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.