source: git/README.general @ 930323

fieker-DuValspielwiese
Last change on this file since 930323 was 62f73b, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* cosmetic changes git-svn-id: file:///usr/local/Singular/svn/trunk@2188 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 5.1 KB
Line 
1                       Singular version <x.y.z>
2                     University of Kaiserslautern
3     Department of Mathematics        Centre for Computer Algebra
4          Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
5                  (C) 1986-1998 All Rights Reserved
6
7          GENERAL README FILE FOR THE SINGULAR DISTRIBUTION
8          =================================================
9
10DOWNLOADING, INSTALLATION, LICENSING:
11=====================================
12You can download the Singular as executables program by public ftp from
13   ftp://www.mathematik.uni-kl.de/pub/Math/Singular
14or, by http from
15   http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/
16for all common hard-and softwareplatforms (including most Unix
17variants, Windows 95/NT, Macintosh).
18
19See the files
20  COPYING       for license information on Singular
21  README        for instructions on how to download and install Singular
22which are located at ftp://www.mathematik.uni-kl.de/pub/Math/Singular,
23or http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/.
24
25WHAT IS SINGULAR?
26=================
27Singular is a Computer Algebra system for polynomial computations with
28emphasize on the special needs of commutative algebra, algebraic
29geometry, and singularity theory. The main features of Singular are:
30
31 * Computations in very general rings (polynomial rings, localizations
32   of rings at a prime ideal, tensor products of rings) over many
33   ground fields (rational numbers, mod p numbers, Galois fields,
34   transcendental/algebraic extensions) and monomial orderings (all
35   standard monomial orderings, including matrix orderings)
36
37 * Very fast standard (resp. Groebner) bases computations
38
39 * Polynomial factorization, resultant, and gcd computations
40
41 * Large variety of implemented related algorithm: FGLM,
42   Hilbert-driven, factorizing Buchberger, minimal resolutions,
43   primary decomposition, ring normalization, usual ideal theoretic
44   operations; standard combinatorial algorithms.
45
46 * Efficient and flexible communication links based on the MP
47   protocol and library
48
49 * Easy-to-use, command-driven user-interface; intuitive, C-like
50   programming language
51
52 * Extensive libraries of procedures, written in Singular's
53   programming language
54
55 * Detailed on-line documentation in info and html format.
56
57 * Available for most hard-and software platforms, including most Unix
58   variants, MS-DOS, Windows 95, Windows NT, and MacOS.
59
60WHAT IS NEW IN SINGULAR VERSION 1.2?
61====================================
62Here are the highlights:
63 
64 * Commands `groebner' and `res':
65   Considerably faster Groebner (resp. standard) bases and resolution
66   computations due to better internal implementation techniques and due to
67   heuristically chosen algorithms:
68    Groebner bases: Hilbert-driven and FGLM-based standard bases computations
69    Resolutions   : Standard-bases, Schreyer's, and  La Scala methods
70                   
71 * New Singular libraries:
72   primdec.lib  Primary decomposition based on
73                Gianni/Traeger/Zacharias and on Shimoyama/Yokoyama
74   normal.lib   Ring normalization
75   hnoether.lib Hamburger-Noether development
76   finvar.lib   Invariant rings
77   classify.lib Classification of singularities
78   deform.lib   miniversal deformations
79   latex.lib    Typesetting Singular objects in latex
80
81 * New library format and tools to debug libraries.
82
83 * More complete and better organized documentation in various formats
84   (info, html, ps).
85
86 * Countless minor improvements (e.g., command-line arguments,
87   easier installation,  library handling, new commands and
88   implemented algorithms).
89
90ACKNOWLEDGMENTS:
91================
92The development of Singular is directed and coordinated by
93Gert-Martin Greuel, Gerhard Pfister, and Hans Schoenemann.
94
95Contributions to the kernel of Singular have been made by Olaf
96Bachmann, Hubert Grassmann, Kai Krueger, Wolfgang Neumann, Thomas
97Nuessler, Wilfred Pohl, Jens Schmidt, Thomas Siebert, Ruediger Stobbe,
98and Tim Wichmann.
99
100Singular libraries have furthermore been contributed by  Wolfram
101Decker, Christian Gorzel, Agnes Eileen Heydtmann, Ulrich Klein, Martin
102Lamm,  and Bernd Martin.
103
104Singular 1.2.0 is linked with the following libraries:
105  readline--  The Gnu readline library (v. 2.0)
106              C) Free Software Foundation
107  gmp     --  The Gnu Multiple precision library (v: 2.0.2) distribution
108              (C) Free Software Foundation
109  MP      --  The Multi Protocol library (v: 1.1.2.1) distribution
110              (C) Gray/Kajler/Wang; Kent State University
111  factory --  The factory library (v: 1.3b) for polynomial factorization
112              (C) Greuel/Stobbe U of Kaiserslautern
113  libfac  --  The libfac library (v: 0.3.0) for characteristic set computations
114              (C) Mesollen U of Saarbruecken
115We would like to thank all authors who contributed these libraries.
116
117
118MORE INFORMATION ABOUT SINGULAR: COMMENTS, QUESTIONS, BUG REPORTS
119=================================================================
120More and up-to-date information about Singular is always available
121from
122           http://www.mathematik.uni-kl.de/~zca/Singular
123We very much welcome any comments, questions, and bug reports. Please
124contact us at 
125                    singular@mathematik.uni-kl.de
126
127
128GOOD LUCK and ENJOY!                         Your Singular team.
129
130
131
Note: See TracBrowser for help on using the repository browser.