source: git/Tst/New/std_integer4.tst @ 83b334

spielwiese
Last change on this file since 83b334 was 83b334, checked in by Adi Popescu <adi_popescum@…>, 9 years ago
add tests (don't run them yet till i am ready with pshing all the changes into spielwiese)
  • Property mode set to 100644
File size: 151 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3
4// Example 4
5ring rng = (integer),(x,y),(dp(2),C);
6poly  a = 2x;
7ideal J = 3y,2x,xy;
8quotient( a*J, J );
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.