source: git/Singular/README @ 6d09c56

spielwiese
Last change on this file since 6d09c56 was 6d09c56, checked in by Olaf Bachmann <obachman@…>, 27 years ago
Mon Apr 28 21:00:07 1997 Olaf Bachmann <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)> * Added README, INSTALL, COPYING file to distribution * tesths.cc (main): slightly changed Singular banner; fixed display of version number git-svn-id: file:///usr/local/Singular/svn/trunk@204 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 4.4 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
8                   ===============================
9
10This directory contains the source files for the Singular kernel and
11the following subdirectories:
12 
13  'doc'   -- contains sources for Singular documentation files
14  'check' -- contains a small Singular self-test
15  'LIB'   -- contains Singular libraries written in Singular's
16             programming language
17
18See the following files in this directory
19  'INSTALL' -- for information on how to install Singular
20  'COPYING' -- for copying and licence information
21
22See below for an overview of Singular, and for distribution and
23support information.
24
25If you receive this file as part of a complete Singular distribution,
26see also the README, COPYING, and INSTALL files contained in the top
27directory of the full Singular distribution.
28
29
30Overview of Singular
31====================
32Singular is a special-purpose computer algebra system for commutative
33algebra and algebraic geometry. The main features of Singular are:
34
35 * Computations in very general rings (polynomial rings, localizations
36   of rings at a prime ideal, tensor products of rings) over many
37   ground fields (rational numbers, mod p numbers, Galois fields,
38   transcendental/algebraic extensions) and monomial orderings (all
39   standard monomial orderings, including matrix orderings)
40
41 * Very fast standard (resp. Groebner) bases computations
42
43 * Polynomial factorization, resultant, and gcd computations
44
45 * Large variety of implemented related algortihm: FGLM,
46   Hilbert-driven, Factorizing Buchberger; Minimal resolutions,
47   Primary decomposition; Usual ideal theoretic operations; standard
48   combinatorial algortihms.
49
50 * Effficient and flexible communication links based on the MP
51   protocol and library
52
53 * Easy-to-use, command-driven user-interface
54
55 * Intuitive, C-like programming language
56
57 * Extensive libraries of procedures, written in Singular'S
58   programming language
59
60 * Written in C/C++. Available as source and binary for some hard- and
61   software platforms (including most Un*x variants, MS-DOG, MacOS)
62
63
64Distribution of Singular
65========================
66The newest version of Singular is always available by anonymous ftp
67from
68             www.mathematik.uni-kl.de:/pub/Math/Singular
69
70Binary versions of Singular for some common hard- and software
71platforms are contained in the files Singular-1.0.<platform>.gz where
72<platform> is, for example, 'linux', 'SunOS', etc.  See the file
73README.bin for more information about the distribution of Singular
74binaries.
75
76The source code of Singular is distributed in two versions:
77  1. A full source distribution of Singular is contained in
78     Singular-full-1.0.tar.gz.  This (gzip'ed and tar'ed) file
79     contains the source code, documentation, and supporting data
80     files for the Singular kernel, and for all add-on packages,
81     i.e. for the GMP, MP, Factory, and Libfac libraries.
82
83  2. A kernel source distribution of Singular can be found in
84     Singular-1.0.tar.gz This (gzip'ed and tar'ed) contains the
85     sources, documentation and supporting data files for Singular,
86     only, i.e., it comes WITHOUT the sources for any of the add-on
87     packages.
88See the file README.src for further information on the distribution of
89Singular sources.
90
91Documentation to Singular is distributed as:
92Singular-1.0.dvi.gz      - Reference manual in dvi format
93Tutorial.dvi.gz          - Singular tutorial in dvi format
94Singular-1.0.ps.gz       - Reference manual in postscript format
95Tutorial.dvi.gz          - Singular tutorial in postscript format
96singular.hlp.gz          - Reference manual in Info format
97Singular-1.0.html.tar.gz - Reference manual in html format
98See the file README.doc for further information on the distribution of
99Singular documentation.
100
101Libraries written in Singular's programming language are contained in
102the file Singular-1.0.LIB.tar.gz.
103
104
105More information about Singular: Comments, Questions, Bug Reports
106=================================================================
107
108More and up-to-date information about Singular is always available
109from
110           http://www.mathematik.uni-kl.de/~wwwzca/Singular
111We very much welcome any comments, questions, and bug reports. Please
112contact us at 
113                    singular@mathematik.uni-kl.de
114
115
116GOOD LUCK and ENJOY!                         Your Singular team.
117
118
Note: See TracBrowser for help on using the repository browser.