Changeset 7fe9f8b in git for Singular/LIB/schreyer.lib


Ignore:
Timestamp:
Nov 2, 2012, 5:46:30 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
24db4229db220ee36db967fbe60ace26becd3579
Parents:
d0b4e7a8ccb0461165a7581a567ade8752125382
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-02 17:46:30+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-02 17:54:16+01:00
Message:
Added new experimental library "derham.lib"

add: derham.lib as an experimental library (SLIB1 in singular-libs)
add: added tests for derham.lib as Tst/Plural/derham.tst + included into Tst/Plural.lst
chg/fix: avoid "wrong weights" warning out of 'std'

TODO: induced deg seems to be ignored - one is to make use of "am" instead?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/schreyer.lib

    rd0b4e7 r7fe9f8b  
    250250    "Sstep::NextInput: ";
    251251    M;
    252     @V;
     252    deg(M[1..ncols(M)]); // no use of @W :(?
    253253    @RANK;   
    254254    DetailedPrint(MRES);
    255     attrib(MRES, "isHomog");
     255    attrib(MRES, "isHomog"); @W;
     256    deg(MRES[1..ncols(MRES)]);
    256257  }
    257258
     
    273274
    274275  module N = separateSyzGB(K, @RANK)[2]; // 1^st syz. module: vectors which start in lower part (comp >= @RANK)
    275   attrib(N, "isHomog", @V);
    276276
    277277// "N_0: "; N; DetailedPrint(N, 10);
    278  
    279   N = std(N); // TODO: fix "wrong weights"!!!?
     278
     279//  basering; print(@V); type(N);
     280//  attrib(N, "isHomog", @V);  // TODO: fix "wrong weights"!!!? deg is wrong :(((
     281  N = std(N);
    280282  attrib(N, "isHomog", @V);
    281283
Note: See TracChangeset for help on using the changeset viewer.