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

spielwiese
Last change on this file since a866f1 was 6942859, checked in by Andreas Steenpass <steenpass@…>, 11 years ago
chg: update realclassify.lib (cherry picked from commit 9eb2f474dffc7af6a2fe0ffdd8d65a80f37027c8) Signed-off-by: Andreas Steenpass <steenpass@mathematik.uni-kl.de>
  • Property mode set to 100644
File size: 272 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, "nice");
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.