source: git/Tst/Buch/Example_7_9_6.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was 15bd61f, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: branch, GP corr, new Ex 7.9.6 git-svn-id: file:///usr/local/Singular/svn/trunk@5625 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 195 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring A=(2,a),(x,y),(c,dp);
5qring B=std(x2+y2+a);
6ideal I=x2+a,y;
7print(mres(I,2));
8
9setring A;
10qring C=std(x2+y2+1);
11ideal I=x+1,y;
12print(mres(I,2));
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.