source: git/Tst/Manual/BlowingUp.tst @ 4efdd1c

spielwiese
Last change on this file since 4efdd1c 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: 180 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "curvepar.lib";
3ring r=0,(x(1..3),a),dp;
4poly f=a2+1;
5ideal i=x(1)^2+a*x(2)^3,x(3)^2-x(2);
6list l=1,3,2;
7list B=BlowingUp(f,i,l);
8B;
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.