source: git/Tst/Manual/division.tst @ 1a4a5cc

fieker-DuValspielwiese
Last change on this file since 1a4a5cc was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 200 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring R=0,(x,y),ds;
3poly f=x5+x2y2+y5;
4division(f,jacob(f)); // automatic conversion: poly -> ideal
5division(f^2,jacob(f));
6division(ideal(f^2),jacob(f),10);
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.