source: git/Tst/Short/polylib_s.tst @ a0351f4

fieker-DuValspielwiese
Last change on this file since a0351f4 was 2bf04b, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 506 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "poly.lib";
5
6example cyclic;
7
8example katsura;
9
10example freerank;
11
12example maxcoef;
13
14example maxdeg;
15
16example maxdeg1;
17
18example mindeg;
19
20example mindeg1;
21
22example normalize;
23
24example rad_con;
25
26example content;
27
28/*example numerator;// core function in SW*/ring r=0,x,dp;number n=3/2;numerator(n);kill r;
29
30/*example denominator;// core function in SW*/ring r=0,x,dp;number n=3/2;denominator(n);kill r;
31
32example mod2id;
33
34example id2mod;
35
36example subrInterred;
37
38tst_status(1);$
Note: See TracBrowser for help on using the repository browser.