source: git/Tst/Manual/isEquising.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: 373 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "equising.lib";
3ring r = 0,(a,b,x,y),ds;
4poly F = (x2+2xy+y2+x5)+ay3+bx5;
5isEquising(F);
6ideal I = ideal(a);
7qring q = std(I);
8poly F = imap(r,F);
9isEquising(F);
10ring rr=0,(A,B,C,x,y),ls;
11poly f=x7+y7+(x-y)^2*x2y2;
12poly F=f+A*y*diff(f,x)+B*x*diff(f,x);
13isEquising(F);
14isEquising(F,2);    // computation over  Q[a,b] / <a,b>^2
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.