source: git/Tst/Plural/ucha4.tst @ a9a606c

fieker-DuValspielwiese
Last change on this file since a9a606c was e0b657, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: ncalgebra -> nc_algebra git-svn-id: file:///usr/local/Singular/svn/trunk@10367 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 257 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring r=0,(t,s,x,y,Dx,Dy),lp;
4int N=6;
5matrix W[N][N]=0;
6W[3,5]=1;
7W[4,6]=1;
8W[1,2]=t;
9def S=nc_algebra(1,W);setring S;
10S;
11ideal i = s + (x^4+y^5+x*y^4)*t, Dx+(4*x^3+y^4)*t, Dy+(5*y^4+4*x*y^3)*t;
12ideal I=std(i);
13I;
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.