Changeset ddb18b in git


Ignore:
Timestamp:
Jan 22, 2002, 4:06:40 PM (22 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f91f7a68b6c9ed9b4363684a536f881f7b68becf
Parents:
51534b68dd924890a4199d685eebb11fd4a7f1c5
Message:
LIB/gaussman.lib


git-svn-id: file:///usr/local/Singular/svn/trunk@5790 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Short/gaussm_s.tst

    r51534b6 rddb18b  
    1010  f;
    1111  print(monodromy(f));
    12   list l=vfiltration(f);
     12  list l=vwfilt(f);
    1313  l;
    14   vfiltjacalg(l);
    15   gamma(l);
     14  l=spnf(l[1],l[3],l[4])+list(l[5],l[6]);
     15  endvfilt(l);
     16  spgamma(l);
     17  l=tmatrix(f);
     18  print(l[1]);
     19  print(l[2]);
    1620}
    1721
Note: See TracChangeset for help on using the changeset viewer.