source: git/Tst/Manual/_isoncurve.tst @ 1ebec3

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