source: git/Tst/Manual/blowUpBO.tst @ c2f6bd

spielwiese
Last change on this file since c2f6bd 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: 305 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "resolve.lib";
3ring R=0,(x,y),dp;
4ideal W;
5ideal J=x2-y3;
6intvec b=1;
7list E;
8ideal abb=maxideal(1);
9intvec v;
10intvec w=-1;
11matrix M;
12intvec ma;
13list BO=W,J,b,E,abb,v,w,M,ma;
14ideal C=CenterBO(BO)[1];
15list blow=blowUpBO(BO,C,0);
16def Q=blow[1];
17setring Q;
18BO;
19tst_status(1);$
Note: See TracBrowser for help on using the repository browser.