source: git/Tst/Short/finvarlb.tst @ 379305

fieker-DuValspielwiese
Last change on this file since 379305 was a85edf, checked in by Olaf Bachmann <obachman@…>, 25 years ago
* added test files git-svn-id: file:///usr/local/Singular/svn/trunk@3296 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.3 KB
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "finvar.lib";
5
6example invariant_ring; newline;
7example primary_invariants; newline;
8example primary_invariants_random; newline;
9example cyclotomic; newline;
10example group_reynolds; newline;
11example molien; newline;
12example reynolds_molien; newline;
13example partial_molien; newline;
14example evaluate_reynolds; newline;
15example invariant_basis; newline;
16example invariant_basis_reynolds; newline;
17example primary_char0; newline;
18example primary_charp; newline;
19example primary_char0_no_molien; newline;
20example primary_charp_no_molien; newline;
21example primary_charp_without; newline;
22example primary_char0_random; newline;
23example primary_charp_random; newline;
24example primary_char0_no_molien_random; newline;
25example primary_charp_no_molien_random; newline;
26example primary_charp_without_random; newline;
27example power_products; newline;
28example secondary_charp; newline;
29example secondary_no_molien; newline;
30example secondary_and_irreducibles_no_molien; newline;
31example secondary_not_cohen_macaulay; newline;
32example orbit_variety; newline;
33example relative_orbit_variety; newline;
34example image_of_variety; newline;
35
36tst_status(1);
37$
38
39This is the file finvarlb.tst
40To run the tests and create the .res file
41go to the directory containing this file and type
42 
43Singular -teqr12345678 finvarlb.tst > finvarlb.res
Note: See TracBrowser for help on using the repository browser.