source: git/Tst/Plural/ucha2.tst @ 107aac

fieker-DuValspielwiese
Last change on this file since 107aac 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: 289 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring r=0,(u,v,x,y,t,Dx,Dy,Dt),(a(1,1),dp);
4int N=8;
5matrix W[N][N]=0;
6W[3,6]=1;
7W[4,7]=1;
8W[5,8]=1;
9def S=nc_algebra(1,W); setring S;
10ideal i = t*u-x^4-y^5-x*y^4,4*x^3*v*Dt+y^4*v*Dt+Dx,5*y^4*v*Dt+4*x*y^3*v*Dt+Dy;
11option(prot);
12ideal I=std(i);
13I;
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.