source: git/Tst/Manual/_quotient.tst @ c2f6bd

spielwiese
Last change on this file since c2f6bd was e197f5, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
fix due to case sensitive file systems fix: tests from Manual/ with only case different names chg: updated *.uu results as well! chg: updated regress.cmd to remote the leading _ for tests starting with "_[a-z0-9]" during the TC output NOTE: the tests with lower case names got a leading underscore character (_)
  • Property mode set to 100644
File size: 253 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring r=181,(x,y,z),(c,ls);
3ideal id1=maxideal(3);
4ideal id2=x2+xyz,y2-z3y,z3+y5xz;
5ideal id6=quotient(id1,id2);
6id6;
7quotient(id2,id1);
8module m=x*freemodule(3),y*freemodule(2);
9ideal id3=x,y;
10quotient(m,id3);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.