source: git/Tst/Manual/letterplace_maxideal.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc was a01e1e, checked in by Karim Abou Zeid <karim23697@…>, 4 years ago
Add letterplace maxideal test
  • Property mode set to 100644
File size: 266 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3
4ring r = 0,(x,y,z),dp;
5ring R = freeAlgebra(r, 10);
6maxideal(0);
7maxideal(1);
8maxideal(4);
9
10kill r;
11kill R;
12
13ring r = 0,(x,y,z),dp;
14ring R = freeAlgebra(r, 10, 2);
15maxideal(0);
16maxideal(1);
17maxideal(4);
18
19tst_status(1);$
Note: See TracBrowser for help on using the repository browser.