source: git/Tst/New/std_integer3.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: 134 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3
4// Example 3
5ring rng = (integer),(x,y),(dp(2),C);
6ideal I  = xy-2x-8y,y-2,x-8;
7std(I);
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.