source: git/README.src @ 4f8f94a

spielwiese
Last change on this file since 4f8f94a was 4f8f94a, checked in by Olaf Bachmann <obachman@…>, 27 years ago
* added changed README files git-svn-id: file:///usr/local/Singular/svn/trunk@331 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 5.0 KB
Line 
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
10IMPORTANT: Please see the COPYING.src file contained in this directory
11for license information for the Singular source code.
12
13This 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
25and the files
26  'INSTALL'     -- for information on how to install Singular
27  'COPYING.src' -- for copying and license information
28as well as some files for configuring and building a full Singular
29executable.
30
31The full version of Singular uses all of the libraries contained in
32this distribution. For more license, copying, and other information
33see the README files in the respective subdirectories.
34
35Overview of Singular
36====================
37Singular is a special-purpose computer algebra system for commutative
38algebra 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
69Distribution of Singular
70========================
71The newest version of Singular is always available by anonymous ftp
72from
73             www.mathematik.uni-kl.de:/pub/Math/Singular
74
75Binary versions of Singular for common hard- and software
76platforms are contained in the files Singular-1.0.<platform>.gz where
77<platform> is, for example, 'linux', 'SunOS', etc.  See the file
78README.bin for more information about the distribution of Singular
79binaries.
80
81Architecture - independent files (such as libraries written in the
82Singular programming language, and the Singular documentation) are
83distributed as Singular-1.0-share.tar.gz. See the file README.share
84for more information.
85
86The source code of Singular can be obtained from
87        www.mathematik.uni-kl.de:/pub/Math/Singular/src
88Note that you need a password in order to obtain them. Please contact
89us at
90        singular@mathematik.uni-kl.de
91The source is distributed in two versions:
92  1. A full source distribution of Singular is contained in
93     Singular-full-1.0.tar.gz.  This (gzip'ed and tar'ed) file
94     contains the source code, documentation, and supporting data
95     files for the Singular kernel, and for all add-on packages,
96     i.e. for the GMP, MP, Factory, and Libfac libraries.
97
98  2. A kernel source distribution of Singular can be found in
99     Singular-1.0.tar.gz This (gzip'ed and tar'ed) contains the
100     sources, documentation and supporting data files for Singular,
101     only, i.e., it comes WITHOUT the sources for any of the add-on
102     packages.
103
104
105Documentation to Singular is distributed as:
106Singular-1.0.dvi.gz      - Reference manual in dvi format
107Tutorial.dvi.gz          - Singular tutorial in dvi format
108Singular-1.0.ps.gz       - Reference manual in postscript format
109Tutorial.dvi.gz          - Singular tutorial in postscript format
110singular.hlp.gz          - Reference manual in Info format
111Singular-1.0.html.tar.gz - Reference manual in html format
112
113
114More information about Singular: Comments, Questions, Bug Reports
115=================================================================
116
117More and up-to-date information about Singular is always available
118from
119           http://www.mathematik.uni-kl.de/~zca/Singular
120We very much welcome any comments, questions, and bug reports. Please
121contact us at 
122                    singular@mathematik.uni-kl.de
123
124
125GOOD LUCK and ENJOY!                         Your Singular team.
Note: See TracBrowser for help on using the repository browser.