Changeset 131a579 in git


Ignore:
Timestamp:
Dec 10, 1999, 5:43:34 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
08644ee4c9ea7e240ce63bcb97c3657f670d8262
Parents:
1173547c6c8026a7c7c585112f7bfe86bb6608ab
Message:
Some of GMG's changes


git-svn-id: file:///usr/local/Singular/svn/trunk@4003 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/finvar.lib

    r1173547 r131a579  
    1 // $Id: finvar.lib,v 1.23 1999-09-03 07:58:02 Singular Exp $
     1// $Id: finvar.lib,v 1.24 1999-12-10 16:43:31 obachman Exp $
    22// author: Agnes Eileen Heydtmann, email:agnes@math.uni-sb.de
    33// last change: 98/11/05
    44///////////////////////////////////////////////////////////////////////////////
    5 version="$Id: finvar.lib,v 1.23 1999-09-03 07:58:02 Singular Exp $"
     5version="$Id: finvar.lib,v 1.24 1999-12-10 16:43:31 obachman Exp $"
    66info="
    7 LIBRARY:  finvar.lib       LIBRARY TO CALCULATE INVARIANT RINGS & MORE
     7LIBRARY:  finvar.lib       LIBRARY TO CALCULATE INVARIANT RINGS OF FINITE GROUPS
    88AUTHOR: Agnes E. Heydtmann, email: agnes@math.uni-sb.de
    99
  • Singular/LIB/surf.lib

    r1173547 r131a579  
    1 // $Id: surf.lib,v 1.6 1999-09-20 17:45:43 Singular Exp $
     1// $Id: surf.lib,v 1.7 1999-12-10 16:43:34 obachman Exp $
    22//
    33// author : Hans Schoenemann
    44//
    55///////////////////////////////////////////////////////////////////////////////
    6 version="$Id: surf.lib,v 1.6 1999-09-20 17:45:43 Singular Exp $";
     6version="$Id: surf.lib,v 1.7 1999-12-10 16:43:34 obachman Exp $";
    77info="
    8 LIBRARY: surf.lib    PROCEDURES FOR GRAPHICS WITH SURF (by Stephan Endrass)
     8LIBRARY: surf.lib    PROCEDURES FOR GRAPHICS WITH SURF
     9
     10AUTHOR: surf is written by Stefan Endrass
     11
     12NOTE:
     13@texinfo
     14To use this library requires the program @code{surf} to be installed.
     15@code{surf} is only available for Linux PCs and Sun workstations.
     16You can download @code{surf} either from
     17 @uref{http://www.mathematik.uni-mainz.de/AlgebraischeGeometrie/surf/surf.shtml}
     18 or from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils/}.
     19@end texinfo
    920
    1021PROCEDURES:
     
    3344"USAGE:   plot(I);  I ideal
    3445RETURN: nothing
    35 NOTE: requires the external program 'surf'
     46NOTE: requires the external program 'surf' to be installed
    3647EXAMPLE: example plot; shows an example
    3748"
  • Singular/LIB/triang.lib

    r1173547 r131a579  
    1 // "$Id: triang.lib,v 1.2 1999-09-22 14:58:37 obachman Exp $";
     1// "$Id: triang.lib,v 1.3 1999-12-10 16:43:34 obachman Exp $";
    22//////////////////////////////////////////////////////////////////////////////
    3 version="$Id: triang.lib,v 1.2 1999-09-22 14:58:37 obachman Exp $";
     3version="$Id: triang.lib,v 1.3 1999-12-10 16:43:34 obachman Exp $";
    44info="
    55LIBRARY: triang.lib   PROCEDURES FOR DECOMPOSING ZERO-DIMENSIONAL IDEALS
     6
     7AUTHOR: D. Hillebrand
    68
    79PROCEDURES:
Note: See TracChangeset for help on using the changeset viewer.