source: git/Tst/Manual/multi.tst

spielwiese
Last change on this file 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: 211 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "hyperel.lib";
3ring R=7,x,dp;
4poly h=x;
5poly f=x5+5x4+6x2+x+3;
6// hyperelliptic curve y^2 + h*y = f
7poly a=x2+1;
8poly b=x;
9poly c=5;
10poly d=-x;
11multi(a,b,c,d,h,f);
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.