source: git/Tst/Manual/regMonCurve.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 360 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "mregular.lib";
3// The 1st example is the twisted cubic:
4regMonCurve(0,1,2,3);
5// The 2nd. example is the non arithm. Cohen-Macaulay monomial curve in P4
6// parametrized by: x(0)-s6,x(1)-s5t,x(2)-s3t3,x(3)-st5,x(4)-t6:
7regMonCurve(0,1,3,5,6);
8// Additional information is displayed if you change printlevel (=1);
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.