source: git/Tst/Old/m80si.tst @ e706ff

spielwiese
Last change on this file since e706ff was 4ee700, checked in by Hans Schönemann <hannes@…>, 23 years ago
* hannes/lossen: koszul(u <->v ) git-svn-id: file:///usr/local/Singular/svn/trunk@5066 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 202 bytes
Line 
1  ring r=32003,(x,y,z),dp;
2  print(koszul(2,3));
3  ideal I=xz2+yz2+z3,xyz+y2z+yz2,xy2+y3+y2z;
4  print(koszul(1,I));
5  print(koszul(2,I));
6  print(koszul(2,I)*koszul(3,I));
7LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.