source: git/Tst/Manual/versal.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: 411 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "deform.lib";
3int p          = printlevel;
4printlevel     = 0;
5ring r1        = 0,(x,y,z,u,v),ds;
6matrix m[2][4] = x,y,z,u,y,z,u,v;
7ideal Fo       = minor(m,2);
8// cone over rational normal curve of degree 4
9list L=versal(Fo);
10L;
11def Px=L[1];
12setring Px;
13// ___ Equations of miniversal base space ___:
14Js;"";
15// ___ Equations of miniversal total space ___:
16Fs;"";
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.