source: git/Tst/Short/algebralib.tst @ e1cda9

spielwiese
Last change on this file since e1cda9 was 50268a, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: missing algebra.lib examples git-svn-id: file:///usr/local/Singular/svn/trunk@4781 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 317 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB "algebra.lib";
4
5example algebra_containment;
6example module_containment;
7example inSubring;
8example algDependent;
9example alg_kernel;
10example is_injective;
11example is_surjective;
12example is_bijective;
13example noetherNormal;
14example finitenessTest;
15example mapIsFinite;
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.