Changeset 043cba in git for Singular/LIB


Ignore:
Timestamp:
Jul 13, 2007, 2:31:06 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
90ee8d1d1ab99050b0c30c21eadf342a5b681f01
Parents:
7121671570268a9d36d40728721f99603de7d18b
Message:
*hannes: doc.


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/absfact.lib

    r712167 r043cba  
    1 version="$Id: absfact.lib,v 1.5 2006-07-18 15:48:09 Singular Exp $";
     1version="$Id: absfact.lib,v 1.6 2007-07-13 12:31:06 Singular Exp $";
    22category="Factorization";
    33info="
     
    1919
    2020KEYWORDS: factorization, absolute factorization.
     21SEE ALSO: factorize
    2122
    2223PROCEDURES:
  • Singular/LIB/help.cnf

    r712167 r043cba  
    1 # Singular help browser file $Id: help.cnf,v 1.11 2007-07-04 13:07:03 Singular Exp $
     1# Singular help browser file $Id: help.cnf,v 1.12 2007-07-13 12:31:06 Singular Exp $
    22# each line which start with an # is a comment
    33# each other line defines a (possible) help browser
     
    2626#----------------------------------------------------
    2727htmlview!xDhE:htmlview:!htmlview %h &
    28 mac!xDhE:open:!open %f &
    29 mac-net!xDE:open:!open %H &
     28mac!xhE:open:!open %f &
     29mac-net!xE:open:!open %H &
    3030mozilla!xDhE:mozilla:!(mozilla -remote "openURL(%h)")||(mozilla %h) &
    3131firefox!xDhE:firefox:!firefox %h &
  • Singular/LIB/sagbi.lib

    r712167 r043cba  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: sagbi.lib,v 1.10 2007-07-06 10:35:05 Singular Exp $";
     2version="$Id: sagbi.lib,v 1.11 2007-07-13 12:31:06 Singular Exp $";
    33category="Commutative Algebra";
    44info="
     
    248248///////////////////////////////////////////////////////////////////////////////
    249249
    250 proc sagbiReduction(poly p,ideal dom,list #)//one step Subalgebra reduction
     250proc sagbiReduction(poly p,ideal dom,list #)
    251251"USAGE: sagbiReduction(p,dom[,n]); p poly , dom  ideal
    252 RETURN: a polynomial
     252RETURN: a polynomial, after one step subalgebra reduction
    253253@format
    254254    Three algorithm variants are used to perform subalgebra reduction.
    255     The positive interger n determine which variant should be used.
    256     n may take the values (0 or default),1 or 2.
     255    The positive interger n determines which variant should be used.
     256    n may take the values 0 (default), 1 or 2.
    257257@end format
    258 EXAMPLE: sagbiReduction; show an example"
     258EXAMPLE: sagbiReduction; shows an example"
    259259{
    260260  def bsr=basering;
  • Singular/LIB/surf.lib

    r712167 r043cba  
    11// last modified 21.07.2005, Oliver Wienand
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: surf.lib,v 1.27 2006-07-18 15:53:58 Singular Exp $";
     3version="$Id: surf.lib,v 1.28 2007-07-13 12:31:06 Singular Exp $";
    44category="Visualization";
    55info="
     
    1616  or from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils/}.
    1717 @end texinfo
     18
     19SEE ALSO: surfex_lib
    1820
    1921PROCEDURES:
Note: See TracChangeset for help on using the changeset viewer.