1 | Singular version 1.0 |
---|
2 | University of Kaiserslautern |
---|
3 | Department of Mathematics Centre for Computer Algebra |
---|
4 | Authors: G.-M. Greuel, G. Pfister, H. Schoenemann |
---|
5 | (C) 1986-1997 All Rights Reserved |
---|
6 | |
---|
7 | README FILE FOR SINGULAR KERNEL (Full source distribution) |
---|
8 | ========================================================== |
---|
9 | |
---|
10 | IMPORTANT: Please see the COPYING.src file contained in this directory |
---|
11 | for license information for the Singular source code. |
---|
12 | |
---|
13 | This directory contains the following subdirectories: |
---|
14 | gmp -- The Gnu Multiple precision library (v: 2.0.2) distribution |
---|
15 | (C) Free Software Foundation |
---|
16 | MP -- The Multi Protocol library (v: 1.1.2) distribution |
---|
17 | (C) Gray/Kajler/Wang; Kent State University |
---|
18 | factory -- The factory library (v: 1.2) for polynomial factorization |
---|
19 | (C) Greuel/Stobbe U of Kaiserslautern |
---|
20 | libfac -- The libfac library for characteristic set computations |
---|
21 | (C) Mesollen U of Saarbruecken |
---|
22 | Singular-- The source code for the Singular kernel |
---|
23 | (C) Greuel/Pfister/Schoenemann U of Kaiserslautern |
---|
24 | |
---|
25 | and the files |
---|
26 | 'INSTALL' -- for information on how to install Singular |
---|
27 | 'COPYING.src' -- for copying and license information |
---|
28 | as well as some files for configuring and building a full Singular |
---|
29 | executable. |
---|
30 | |
---|
31 | The full version of Singular uses all of the libraries contained in |
---|
32 | this distribution. For more license, copying, and other information |
---|
33 | see the README files in the respective subdirectories. |
---|
34 | |
---|
35 | Overview of Singular |
---|
36 | ==================== |
---|
37 | Singular is a special-purpose computer algebra system for commutative |
---|
38 | algebra and algebraic geometry. The main features of Singular are: |
---|
39 | |
---|
40 | * Computations in very general rings (polynomial rings, localizations |
---|
41 | of rings at a prime ideal, tensor products of rings) over many |
---|
42 | ground fields (rational numbers, mod p numbers, Galois fields, |
---|
43 | transcendental/algebraic extensions) and monomial orderings (all |
---|
44 | standard monomial orderings, including matrix orderings) |
---|
45 | |
---|
46 | * Very fast standard (resp. Groebner) bases computations |
---|
47 | |
---|
48 | * Polynomial factorization, resultant, and gcd computations |
---|
49 | |
---|
50 | * Large variety of implemented related algorithm: FGLM, |
---|
51 | Hilbert-driven, Factorizing Buchberger; Minimal resolutions, |
---|
52 | Primary decomposition; Usual ideal theoretic operations; standard |
---|
53 | combinatorial algorithms. |
---|
54 | |
---|
55 | * Efficient and flexible communication links based on the MP |
---|
56 | protocol and library |
---|
57 | |
---|
58 | * Easy-to-use, command-driven user-interface |
---|
59 | |
---|
60 | * Intuitive, C-like programming language |
---|
61 | |
---|
62 | * Extensive libraries of procedures, written in Singular's |
---|
63 | programming language |
---|
64 | |
---|
65 | * Written in C/C++. Available as source and binary for some hard- and |
---|
66 | software platforms (including most Un*x variants, MS-DOG, MacOS) |
---|
67 | |
---|
68 | Acknowledgments |
---|
69 | ================ |
---|
70 | Singular 1.0 is distributed with the following libraries |
---|
71 | gmp -- The Gnu Multiple precision library (v: 2.0.2) distribution |
---|
72 | (C) Free Software Foundation |
---|
73 | MP -- The Multi Protocol library (v: 1.1.2) distribution |
---|
74 | (C) Gray/Kajler/Wang; Kent State University |
---|
75 | factory -- The factory library (v: 1.2) for polynomial factorization |
---|
76 | (C) Greuel/Stobbe U of Kaiserslautern |
---|
77 | libfac -- The libfac library for characteristic set computations |
---|
78 | (C) Mesollen U of Saarbruecken |
---|
79 | We would like to thank all authors of who contributed these |
---|
80 | libraries. |
---|
81 | |
---|
82 | Distribution of Singular |
---|
83 | ======================== |
---|
84 | The newest version of Singular is always available by anonymous ftp |
---|
85 | from |
---|
86 | www.mathematik.uni-kl.de:/pub/Math/Singular |
---|
87 | |
---|
88 | Binary versions of Singular for common hard- and software |
---|
89 | platforms are contained in the files Singular-1.0.<platform>.gz where |
---|
90 | <platform> is, for example, 'linux', 'SunOS', etc. See the file |
---|
91 | README.bin for more information about the distribution of Singular |
---|
92 | binaries. |
---|
93 | |
---|
94 | Architecture - independent files (such as libraries written in the |
---|
95 | Singular programming language, and the Singular documentation) are |
---|
96 | distributed as Singular-1.0-share.tar.gz. See the file README.share |
---|
97 | for more information. |
---|
98 | |
---|
99 | In general, Singular is only available as binary program. For |
---|
100 | exceptions, you may contact us at |
---|
101 | singular@mathematik.uni-kl.de |
---|
102 | |
---|
103 | The source is distributed in two versions: |
---|
104 | 1. A full source distribution of Singular is contained in |
---|
105 | Singular-full-1.0.tar.gz. This (gzip'ed and tar'ed) file |
---|
106 | contains the source code, documentation, and supporting data |
---|
107 | files for the Singular kernel, and for all add-on packages, |
---|
108 | i.e. for the GMP, MP, Factory, and Libfac libraries. |
---|
109 | |
---|
110 | 2. A kernel source distribution of Singular can be found in |
---|
111 | Singular-1.0.tar.gz This (gzip'ed and tar'ed) contains the |
---|
112 | sources, documentation and supporting data files for Singular, |
---|
113 | only, i.e., it comes WITHOUT the sources for any of the add-on |
---|
114 | packages. |
---|
115 | |
---|
116 | |
---|
117 | Documentation to Singular is distributed as: |
---|
118 | Singular-1.0.dvi.gz - Reference manual in dvi format |
---|
119 | Tutorial.dvi.gz - Singular tutorial in dvi format |
---|
120 | Singular-1.0.ps.gz - Reference manual in postscript format |
---|
121 | Tutorial.dvi.gz - Singular tutorial in postscript format |
---|
122 | singular.hlp.gz - Reference manual in Info format |
---|
123 | Singular-1.0.html.tar.gz - Reference manual in html format |
---|
124 | |
---|
125 | The GMP library and the readline library is available at |
---|
126 | ftp.gnu.ai.mit.edu or its mirrors. |
---|
127 | |
---|
128 | The MP library library is avialbale from mcs.kent.edu:/pub/MP/ |
---|
129 | For further information on MP, see also |
---|
130 | http://symbolicnet.mcs.kent.edu/areas/protocols/mp.html |
---|
131 | |
---|
132 | The factory and libfac library are available from |
---|
133 | www.mathematik.uni-kl.de:/pub/Math/ |
---|
134 | |
---|
135 | |
---|
136 | More information about Singular: Comments, Questions, Bug Reports |
---|
137 | ================================================================= |
---|
138 | |
---|
139 | More and up-to-date information about Singular is always available |
---|
140 | from |
---|
141 | http://www.mathematik.uni-kl.de/~zca/Singular |
---|
142 | We very much welcome any comments, questions, and bug reports. Please |
---|
143 | contact us at |
---|
144 | singular@mathematik.uni-kl.de |
---|
145 | |
---|
146 | |
---|
147 | GOOD LUCK and ENJOY! Your Singular team. |
---|