source: git/Tst/Short/realclassify_s.tst @ b7d0a9c

spielwiese
Last change on this file since b7d0a9c was 1cbc28, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
updated test according to legacy Singular + new lists of tests
  • Property mode set to 100644
File size: 267 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "realclassify.lib";
5
6ring r = 0, (x,y,z), ds;
7poly f = (x2+3y-2z)^2+xyz-(x-y3+x2z3)^3;
8realclassify(f, 1);
9
10realmorsesplit(f);
11
12ring s = 0, (x,y), ds;
13poly f = x3+y4;
14milnornumber(f);
15
16poly g = x3+xy3;
17determinacy(g);
18
19tst_status(1);$
Note: See TracBrowser for help on using the repository browser.