source: git/Tst/Old/quot.tst @ e706ff

spielwiese
Last change on this file since e706ff was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 431 bytes
Line 
1//
2// test script for quotient command
3//
4ring r1 = 32003,(x,y,z),(c,ls);
5r1;
6"-------------------------------";
7ideal i1=maxideal(3);
8ideal i2=x2+xyz,y2-z4y,z3+y6x2z;
9ideal i3=quotient(i1,i2);
10i3;
11"---------------------------------";
12ideal i4=quotient(i2,i1);
13i4;
14"---------------------------------";
15ideal i5=quotient(i2,maxideal(2));
16i5;
17"--------------------------------";
18listvar(all);
19kill r1;
20LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.