Changeset eb9e69 in git


Ignore:
Timestamp:
May 24, 2005, 6:28:53 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
6440b99bdb5382304f3befb8f3efc1fb5e60bf04
Parents:
f074cb38d7f68126323ac61dc80a6a01ac9a337d
Message:
*hannes: version numbers, URLs


git-svn-id: file:///usr/local/Singular/svn/trunk@8311 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    rf074cb reb9e69  
    208208SLIB0 = COPYING \
    209209        ainvar.lib   alexpoly.lib  algebra.lib   all.lib       brnoeth.lib \
    210         classify.lib control.lib   deform.lib    elim.lib      equising.lib \
    211         finvar.lib   gmspoly.lib   gmssing.lib   general.lib   graphics.lib \
    212         grwalk.lib   groups.lib    hnoether.lib  homolog.lib   inout.lib \
    213         intprog.lib  latex.lib     linalg.lib    lll.lib       makedbm.lib \
     210        classify.lib control.lib   deform.lib    elim.lib      equising.lib \
     211        finvar.lib   gmspoly.lib   gmssing.lib   general.lib   graphics.lib \
     212        grwalk.lib   groups.lib    hnoether.lib  homolog.lib   inout.lib \
     213        intprog.lib  latex.lib     linalg.lib    lll.lib       makedbm.lib \
    214214        matrix.lib   mprimdec.lib  mondromy.lib  mregular.lib  rootsmr.lib \
    215215        normal.lib   ntsolve.lib  \
    216         poly.lib     presolve.lib  primdec.lib   primitiv.lib   qhmoduli.lib \
    217         random.lib   reesclos.lib  resol.lib     resgraph.lib   ring.lib \
    218         rinvar.lib   sagbi.lib     sheafcoh.lib  sing.lib \
    219         solve.lib    signcond.lib  spcurve.lib   spectrum.lib   standard.lib \
    220         stratify.lib surf.lib      toric.lib     triang.lib     rootsur.lib \
    221         zeta.lib     zeroset.lib  help.cnf
     216        poly.lib     presolve.lib  primdec.lib   primitiv.lib   qhmoduli.lib \
     217        random.lib   reesclos.lib  resol.lib     resgraph.lib   ring.lib \
     218        rinvar.lib   sagbi.lib     sheafcoh.lib  sing.lib \
     219        solve.lib    signcond.lib  spcurve.lib   spectrum.lib   standard.lib \
     220        stratify.lib surf.lib      toric.lib     triang.lib     rootsur.lib \
     221        zeta.lib     zeroset.lib  help.cnf
    222222 
    223223
  • Singular/README

    rf074cb reb9e69  
    1                          Singular version 1.0
     1                         Singular version 3.0
    22                     University of Kaiserslautern
    33     Department of Mathematics        Centre for Computer Algebra
    44          Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
    5                   (C) 1986-1997 All Rights Reserved
     5                  (C) 1986-2005 All Rights Reserved
    66
    77                   README FILE FOR SINGULAR KERNEL
    88                   ===============================
    99
    10 This directory contains the source files for the Singular kernel and
     10This directory contains the source files for the Singular interpreter and
    1111the following subdirectories:
    1212 
    13   'doc'   -- contains sources for Singular documentation files
    14   'check' -- contains a small Singular self-test
    1513  'LIB'   -- contains Singular libraries written in Singular's
    1614             programming language
     
    2422
    2523If you receive this file as part of a complete Singular distribution,
    26 see also the README.src, COPYING.src, and INSTALL files contained in the top
     24see also the files contained in the top
    2725directory of the full Singular distribution.
    2826
     
    6664The newest version of Singular is always available by anonymous ftp
    6765from
    68              www.mathematik.uni-kl.de:/pub/Math/Singular
     66             http://www.singular.uni-kl.de
    6967
    7068Binary versions of Singular for common hard- and software
    71 platforms are contained in the files Singular-1.0.<platform>.gz where
    72 <platform> is, for example, 'linux', 'SunOS', etc.  See the file
    73 README.bin for more information about the distribution of Singular
    74 binaries.
     69platforms are available.
    7570
    7671Architecture - independent files (such as libraries written in the
    7772Singular programming language, and the Singular documentation) are
    78 distributed as Singular-1.0-share.tar.gz. See the file README.share
    79 for more information.
     73distributed as Singular-<version>-share.tar.gz.
    8074
    81 In general, Singular is only available as binary program. For
    82 exceptions, you may contact us at
    83         singular@mathematik.uni-kl.de
     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.
    8480
    85 The source is distributed in two versions:
    86   1. A full source distribution of Singular is contained in
    87      Singular-full-1.0.tar.gz.  This (gzip'ed and tar'ed) file
    88      contains the source code, documentation, and supporting data
    89      files for the Singular kernel, and for all add-on packages,
    90      i.e. for the GMP, MP, Factory, and Libfac libraries.
    91 
    92   2. A kernel source distribution of Singular can be found in
    93      Singular-1.0.tar.gz This (gzip'ed and tar'ed) contains the
    94      sources, documentation and supporting data files for Singular,
    95      only, i.e., it comes WITHOUT the sources for any of the add-on
    96      packages.
    97 
    98 Singular's performance is best, if it is linked with the GNU Multiple
    99 precision library (GMP), instead of the smallgmp library which is
    100 contained in the full source distribution. Furhtermore, Singular's
    101 terminal i/o is most convenient if it is linked with the GNU readline
    102 library.  The GMP library and the readline library is available at
    103 ftp.gnu.ai.mit.edu or its mirrors. You have to have these library
    104 already installed, before Singular can be linked with them. For more
    105 information, see the file README.src contained in this directory.
    106 
    107 The MP library library is avialbale from mcs.kent.edu:/pub/MP/
     81The MP library library is available from mcs.kent.edu:/pub/MP/
    10882For further information on MP, see also
    10983http://symbolicnet.mcs.kent.edu/areas/protocols/mp.html
    11084
     85The NTL library (Victor Shoup) is recommended.
     86It is avavailable from http://www.shoup.net.
     87
    11188The factory and libfac library are available from
    112 www.mathematik.uni-kl.de:/pub/Math/
    113 
    114 Documentation to Singular is distributed as:
    115 Singular-1.0.dvi.gz      - Reference manual in dvi format
    116 Tutorial.dvi.gz          - Singular tutorial in dvi format
    117 Singular-1.0.ps.gz       - Reference manual in postscript format
    118 Tutorial.dvi.gz          - Singular tutorial in postscript format
    119 singular.hlp.gz          - Reference manual in Info format
    120 Singular-1.0.html.tar.gz - Reference manual in html format
    121 
     89ftp://www.mathematik.uni-kl.de:/pub/Math/Singular/src
    12290
    12391More information about Singular: Comments, Questions, Bug Reports
     
    12694More and up-to-date information about Singular is always available
    12795from
    128            http://www.mathematik.uni-kl.de/~wwwzca/Singular
     96           http://www.singular.uni-kl.de
    12997We very much welcome any comments, questions, and bug reports. Please
    13098contact us at 
  • factory/README

    rf074cb reb9e69  
    11
    22
    3   --- This `README' file corresponds to Singular-Factory version 2.0 ---
     3  --- This `README' file corresponds to Singular-Factory version 3.0 ---
    44
    55
  • kernel/README

    rf074cb reb9e69  
    1                          Singular version 1.0
     1                         Singular version 3.0
    22                     University of Kaiserslautern
    33     Department of Mathematics        Centre for Computer Algebra
    44          Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
    5                   (C) 1986-1997 All Rights Reserved
     5                  (C) 1986-2005 All Rights Reserved
    66
    77                   README FILE FOR SINGULAR KERNEL
    88                   ===============================
    99
    10 This directory contains the source files for the Singular kernel and
    11 the following subdirectories:
     10This directory contains the source files for the Singular kernel.
    1211 
    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 
    1812See the following files in this directory
    1913  'INSTALL' -- for information on how to install Singular
     
    2418
    2519If you receive this file as part of a complete Singular distribution,
    26 see also the README.src, COPYING.src, and INSTALL files contained in the top
     20see also the files contained in the top
    2721directory of the full Singular distribution.
    28 
    29 
    30 Overview of Singular
    31 ====================
    32 Singular is a special-purpose computer algebra system for commutative
    33 algebra 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 algorithm: FGLM,
    46    Hilbert-driven, Factorizing Buchberger; Minimal resolutions,
    47    Primary decomposition; Usual ideal theoretic operations; standard
    48    combinatorial algorithms.
    49 
    50  * Efficient 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 
    64 Distribution of Singular
    65 ========================
    66 The newest version of Singular is always available by anonymous ftp
    67 from
    68              www.mathematik.uni-kl.de:/pub/Math/Singular
    69 
    70 Binary versions of Singular for common hard- and software
    71 platforms are contained in the files Singular-1.0.<platform>.gz where
    72 <platform> is, for example, 'linux', 'SunOS', etc.  See the file
    73 README.bin for more information about the distribution of Singular
    74 binaries.
    75 
    76 Architecture - independent files (such as libraries written in the
    77 Singular programming language, and the Singular documentation) are
    78 distributed as Singular-1.0-share.tar.gz. See the file README.share
    79 for more information.
    80 
    81 In general, Singular is only available as binary program. For
    82 exceptions, you may contact us at
    83         singular@mathematik.uni-kl.de
    84 
    85 The source is distributed in two versions:
    86   1. A full source distribution of Singular is contained in
    87      Singular-full-1.0.tar.gz.  This (gzip'ed and tar'ed) file
    88      contains the source code, documentation, and supporting data
    89      files for the Singular kernel, and for all add-on packages,
    90      i.e. for the GMP, MP, Factory, and Libfac libraries.
    91 
    92   2. A kernel source distribution of Singular can be found in
    93      Singular-1.0.tar.gz This (gzip'ed and tar'ed) contains the
    94      sources, documentation and supporting data files for Singular,
    95      only, i.e., it comes WITHOUT the sources for any of the add-on
    96      packages.
    97 
    98 Singular's performance is best, if it is linked with the GNU Multiple
    99 precision library (GMP), instead of the smallgmp library which is
    100 contained in the full source distribution. Furhtermore, Singular's
    101 terminal i/o is most convenient if it is linked with the GNU readline
    102 library.  The GMP library and the readline library is available at
    103 ftp.gnu.ai.mit.edu or its mirrors. You have to have these library
    104 already installed, before Singular can be linked with them. For more
    105 information, see the file README.src contained in this directory.
    106 
    107 The MP library library is avialbale from mcs.kent.edu:/pub/MP/
    108 For further information on MP, see also
    109 http://symbolicnet.mcs.kent.edu/areas/protocols/mp.html
    110 
    111 The factory and libfac library are available from
    112 www.mathematik.uni-kl.de:/pub/Math/
    113 
    114 Documentation to Singular is distributed as:
    115 Singular-1.0.dvi.gz      - Reference manual in dvi format
    116 Tutorial.dvi.gz          - Singular tutorial in dvi format
    117 Singular-1.0.ps.gz       - Reference manual in postscript format
    118 Tutorial.dvi.gz          - Singular tutorial in postscript format
    119 singular.hlp.gz          - Reference manual in Info format
    120 Singular-1.0.html.tar.gz - Reference manual in html format
    121 
    12222
    12323More information about Singular: Comments, Questions, Bug Reports
     
    12626More and up-to-date information about Singular is always available
    12727from
    128            http://www.mathematik.uni-kl.de/~wwwzca/Singular
     28           http://www.singular.uni-kl.de/
    12929We very much welcome any comments, questions, and bug reports. Please
    13030contact us at 
  • ntl/README

    rf074cb reb9e69  
    1818The latest version of NTL is available at http://www.shoup.net.
    1919
    20 The sources have been modified for Singular-2-0-6
     20The sources have been modified for Singular-2-0-7 / Singular-3-0-0
    2121- for errors blame singular@mathematik.uni-kl.de,
    2222not Victor Shoup (victor@shoup.net)
Note: See TracChangeset for help on using the changeset viewer.