source: git/Tst/Short/bug_ainvar.tst @ e1cda9

spielwiese
Last change on this file since e1cda9 was 8b86f6a, checked in by Hans Schoenemann <hannes@…>, 13 years ago
bug_ainvar git-svn-id: file:///usr/local/Singular/svn/trunk@13761 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 196 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring R=0,(x(1..4)),dp;
5matrix m[4][1];
6m[2,1]=x(1);
7m[3,1]=x(1)+x(2);
8m[4,1]=x(2)*x(3)+1;
9LIB "ainvar.lib";
10ideal in=invariantRing(m,x(2),x(1),0);
11in;
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.