source: git/Singular/README @ 6cf5e6

spielwiese
Last change on this file since 6cf5e6 was eb9e69, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: version numbers, URLs git-svn-id: file:///usr/local/Singular/svn/trunk@8311 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[eb9e69]1                         Singular version 3.0
[6d09c56]2                     University of Kaiserslautern
3     Department of Mathematics        Centre for Computer Algebra
4          Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
[eb9e69]5                  (C) 1986-2005 All Rights Reserved
[6d09c56]6
7                   README FILE FOR SINGULAR KERNEL
8                   ===============================
9
[eb9e69]10This directory contains the source files for the Singular interpreter and
[6d09c56]11the following subdirectories:
12 
13  'LIB'   -- contains Singular libraries written in Singular's
14             programming language
15
16See the following files in this directory
17  'INSTALL' -- for information on how to install Singular
[f21dc0]18  'COPYING' -- for copying and license information
[6d09c56]19
20See below for an overview of Singular, and for distribution and
21support information.
22
23If you receive this file as part of a complete Singular distribution,
[eb9e69]24see also the files contained in the top
[6d09c56]25directory of the full Singular distribution.
26
27
28Overview of Singular
29====================
30Singular is a special-purpose computer algebra system for commutative
31algebra and algebraic geometry. The main features of Singular are:
32
33 * Computations in very general rings (polynomial rings, localizations
34   of rings at a prime ideal, tensor products of rings) over many
35   ground fields (rational numbers, mod p numbers, Galois fields,
36   transcendental/algebraic extensions) and monomial orderings (all
37   standard monomial orderings, including matrix orderings)
38
39 * Very fast standard (resp. Groebner) bases computations
40
41 * Polynomial factorization, resultant, and gcd computations
42
[f21dc0]43 * Large variety of implemented related algorithm: FGLM,
[6d09c56]44   Hilbert-driven, Factorizing Buchberger; Minimal resolutions,
45   Primary decomposition; Usual ideal theoretic operations; standard
[f21dc0]46   combinatorial algorithms.
[6d09c56]47
[f21dc0]48 * Efficient and flexible communication links based on the MP
[6d09c56]49   protocol and library
50
51 * Easy-to-use, command-driven user-interface
52
53 * Intuitive, C-like programming language
54
[f21dc0]55 * Extensive libraries of procedures, written in Singular's
[6d09c56]56   programming language
57
58 * Written in C/C++. Available as source and binary for some hard- and
59   software platforms (including most Un*x variants, MS-DOG, MacOS)
60
61
62Distribution of Singular
63========================
64The newest version of Singular is always available by anonymous ftp
65from
[eb9e69]66             http://www.singular.uni-kl.de
[6d09c56]67
[4c001a]68Binary versions of Singular for common hard- and software
[eb9e69]69platforms are available.
[6d09c56]70
[4c001a]71Architecture - independent files (such as libraries written in the
72Singular programming language, and the Singular documentation) are
[eb9e69]73distributed as Singular-<version>-share.tar.gz.
74
75Singular's terminal i/o is most convenient if it is linked with the
76GNU readline library.
77The GMP library and the readline library is available at
78your local GNU mirrors. You have to have these library
79already installed, before Singular can be linked with them.
80
81The MP library library is available from mcs.kent.edu:/pub/MP/
[9f226d]82For further information on MP, see also
83http://symbolicnet.mcs.kent.edu/areas/protocols/mp.html
84
[eb9e69]85The NTL library (Victor Shoup) is recommended.
86It is avavailable from http://www.shoup.net.
[6d09c56]87
[eb9e69]88The factory and libfac library are available from
89ftp://www.mathematik.uni-kl.de:/pub/Math/Singular/src
[6d09c56]90
91More information about Singular: Comments, Questions, Bug Reports
92=================================================================
93
94More and up-to-date information about Singular is always available
95from
[eb9e69]96           http://www.singular.uni-kl.de
[6d09c56]97We very much welcome any comments, questions, and bug reports. Please
98contact us at 
99                    singular@mathematik.uni-kl.de
100
101
102GOOD LUCK and ENJOY!                         Your Singular team.
103
104
Note: See TracBrowser for help on using the repository browser.