source: git/Tst/Short/realclassify_l.tst @ 564136

spielwiese
Last change on this file since 564136 was f1cfef, checked in by Andreas Steenpass <steenpass@…>, 12 years ago
add tests for parallel.lib und realclassify.lib These libraries are work in progress, so for the moment, the tests are just taken from the examples in the documentation.
  • 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.