source: git/Tst/Plural/ucha4.tst @ 7dfc59

fieker-DuValspielwiese
Last change on this file since 7dfc59 was 48d7c96, checked in by Viktor Levandovskyy <levandov@…>, 21 years ago
revised tests git-svn-id: file:///usr/local/Singular/svn/trunk@6648 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 246 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;
9system("PLURAL",1,W);
10r;
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.