source: git/Tst/Short/bug_tr280.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was 12fb7b, checked in by Hans Schoenemann <hannes@…>, 13 years ago
test tr.280: realrad.lib git-svn-id: file:///usr/local/Singular/svn/trunk@13598 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 321 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// execute in realrad.lib
5
6LIB "realrad.lib";
7ring RR=0,(v,q,u,p),lp;
8ideal i=v2-4vq+q2+1;
9realrad(i);
10
11ring R=0,(v,q,u,p),lp;
12ideal i=v2-4vq+q2+1;
13realrad(i);
14
15ring Rg=0,(v,g,u,p),lp;
16ideal i=v2-4vg+g2+1;
17realrad(i);
18
19ring Rf=0,(f,q,u,p),lp;
20ideal i=f2-4fq+q2+1;
21realrad(i);
22
23tst_status(1);$
Note: See TracBrowser for help on using the repository browser.