jengelh-datetimespielwiese
Last change
on this file since f1cfef was
f1cfef,
checked in by Andreas Steenpass <steenpass@…>, 11 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 | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | LIB "realclassify.lib"; |
---|
5 | |
---|
6 | ring r = 0, (x,y,z), ds; |
---|
7 | poly f = (x2+3y-2z)^2+xyz-(x-y3+x2z3)^3; |
---|
8 | realclassify(f, 1); |
---|
9 | |
---|
10 | realmorsesplit(f); |
---|
11 | |
---|
12 | ring s = 0, (x,y), ds; |
---|
13 | poly f = x3+y4; |
---|
14 | milnornumber(f); |
---|
15 | |
---|
16 | poly g = x3+xy3; |
---|
17 | determinacy(g); |
---|
18 | |
---|
19 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.