source: git/Tst/Manual/signatureLqf.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 283 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "phindex.lib";
3ring r=0,(x(1..4)),ds;
4poly Ax=4*x(1)^2+x(2)^2+x(3)^2+x(4)^2-4*x(1)*x(2)-4*x(1)*x(3)+4*x(1)*x(4)+4*x(2)*x(3)-4*x(2)*x(4);
5signatureLqf(Ax,1); //The rank of Ax is 3+1=4
6poly Bx=2*x(1)*x(4)+x(2)^2+x(3)^2;
7signatureLqf(Bx);
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.