source: git/Tst/Manual/weierstrDiv.tst @ cbf01b

fieker-DuValspielwiese
Last change on this file since cbf01b 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: 218 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "weierstr.lib";
3ring R = 0,(x,y),ds;
4poly f = y - xy2 + x2;
5poly g = y;
6list l = weierstrDiv(g,f,10); l;"";
7l[1]*f + l[2];               //g = l[1]*f+l[2] up to degree 10
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.