Changeset d42a8f0 in git


Ignore:
Timestamp:
Jul 29, 2014, 2:23:06 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9389a10c61a651717b1d43e16cfdb6d13005d087
Parents:
8171d314f9caa19be1e89c132f9948a0faddeb29
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-07-29 14:23:06+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-07-29 17:12:19+02:00
Message:
README for interpreter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/README

    r8171d3 rd42a8f0  
    1                          Singular version 3.0
     1                         Singular version 4.0
    22                     University of Kaiserslautern
    33     Department of Mathematics        Centre for Computer Algebra
    4           Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
    5                   (C) 1986-2005 All Rights Reserved
     4          Authors: W.Decker, G.-M. Greuel, G. Pfister, H. Schoenemann
     5                  (C) 1986-2014 All Rights Reserved
    66
    7                    README FILE FOR SINGULAR KERNEL
    8                    ===============================
     7                   README FILE FOR SINGULAR INTERPRETER
     8                   ====================================
    99
    1010This directory contains the source files for the Singular interpreter and
     
    1414             programming language
    1515
    16 See the following files in this directory
    17   'INSTALL' -- for information on how to install Singular
    18   'COPYING' -- for copying and license information
    19 
    20 See below for an overview of Singular, and for distribution and
    21 support information.
    22 
    2316If you receive this file as part of a complete Singular distribution,
    2417see also the files contained in the top
    2518directory of the full Singular distribution.
    2619
    27 
    28 Overview of Singular
    29 ====================
    30 Singular is a special-purpose computer algebra system for commutative
    31 algebra 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 
    43  * Large variety of implemented related algorithm: FGLM,
    44    Hilbert-driven, Factorizing Buchberger; Minimal resolutions,
    45    Primary decomposition; Usual ideal theoretic operations; standard
    46    combinatorial algorithms.
    47 
    48  * Efficient and flexible communication links based on the MP
    49    protocol and library
    50 
    51  * Easy-to-use, command-driven user-interface
    52 
    53  * Intuitive, C-like programming language
    54 
    55  * Extensive libraries of procedures, written in Singular's
    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 
    62 Distribution of Singular
    63 ========================
    64 The newest version of Singular is always available by anonymous ftp
    65 from
    66              http://www.singular.uni-kl.de
    67 
    68 Binary versions of Singular for common hard- and software
    69 platforms are available.
    70 
    71 Architecture - independent files (such as libraries written in the
    72 Singular programming language, and the Singular documentation) are
    73 distributed as Singular-<version>-share.tar.gz.
    74 
    75 Singular's terminal i/o is most convenient if it is linked with the
    76 GNU readline library.
    77 The GMP library and the readline library is available at
    78 your local GNU mirrors. You have to have these library
    79 already installed, before Singular can be linked with them.
    80 
    81 The MP library library is available from mcs.kent.edu:/pub/MP/
    82 For further information on MP, see also
    83 http://symbolicnet.mcs.kent.edu/areas/protocols/mp.html
    84 
    85 The NTL library (Victor Shoup) is recommended.
    86 It is avavailable from http://www.shoup.net.
    87 
    88 The factory and libfac library are available from
    89 ftp://www.mathematik.uni-kl.de:/pub/Math/Singular/src
    90 
    91 More information about Singular: Comments, Questions, Bug Reports
    92 =================================================================
    93 
    94 More and up-to-date information about Singular is always available
    95 from
    96            http://www.singular.uni-kl.de
    97 We very much welcome any comments, questions, and bug reports. Please
    98 contact us at 
    99                     singular@mathematik.uni-kl.de
    100 
    101 
    10220GOOD LUCK and ENJOY!                         Your Singular team.
    10321
Note: See TracChangeset for help on using the changeset viewer.