Changeset 540609 in git for Singular/LIB/gradedModules.lib


Ignore:
Timestamp:
Apr 8, 2015, 7:39:42 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
dc50eecf64ca09a098b59c3b868bd9e616e37738
Parents:
7164cbab00ef4bf646fe3388d260de0b99f086f2
Message:
Commented out erroneous places for smooth doc generation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gradedModules.lib

    r7164cba r540609  
    22762276
    22772277def R=KeneshlouMatrixPresentation(intvec(0,0,0,2,0));
     2278grview(R);
     2279
    22782280def S=KeneshlouMatrixPresentation(intvec(1,2,0,0,0));
     2281grview(S);
    22792282
    22802283def H=grlifting4(R,S); grview(H);
     
    22872290def J=KeneshlouMatrixPresentation(intvec(4,0,1,2,1));
    22882291// 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); // ????????
    22912293
    22922294}
     
    23732375def I=KeneshlouMatrixPresentation(intvec(2,3,0,6,2));
    23742376def 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.