Changeset 167075 in git


Ignore:
Timestamp:
Jul 4, 2016, 12:06:58 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
446b4ae2669e980ecd9bedab7ad12535004a0e45
Parents:
ffeab02e246ff6e05fb7d9c019c01edb9613e64b
Message:
fix doc: @sc{Singular} -> Singular in libs
Location:
Singular/LIB
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/classify.lib

    rffeab0 r167075  
    6969REMARK:   This version of classify is only beta. Please send bugs and
    7070          comments to: \"Kai Krueger\" <krueger@mathematik.uni-kl.de> @*
    71           Be sure to have at least @sc{Singular} version 1.0.1. Updates can be
    72           found at: @*
    73           URL=http://www.mathematik.uni-kl.de/~krueger/Singular/
     71          Be sure to have at least Singular version 1.0.1.
    7472NOTE:     type init_debug(n); (0 <= n <= 10) in order to get intermediate
    7573          information, higher values of n give more information.
  • Singular/LIB/elim.lib

    rffeab0 r167075  
    410410@*      If the variables in the basering have weights these weights are used
    411411        in elimRing. If a string \"withWeigts\" as (optional) argument is given
    412         @sc{Singular} computes weights for the variables to make the input as
     412        Singular computes weights for the variables to make the input as
    413413        homogeneous as possible.
    414414@*      The method is different from that used by eliminate and elim1;
  • Singular/LIB/freegb.lib

    rffeab0 r167075  
    88@*       Grischa Studzinski,      grischa.studzinski@math.rwth-aachen.de
    99
    10 OVERVIEW: For the theory, see chapter 'Letterplace' in the @sc{Singular} Manual
     10OVERVIEW: For the theory, see chapter 'Letterplace' in the Singular Manual
    1111
    1212PROCEDURES:
  • Singular/LIB/inout.lib

    rffeab0 r167075  
    99 lprint(poly/...[,n]);  display poly/... fitting to pagewidth [size n]
    1010 pmat(matrix[,n]);      print form-matrix [first n chars of each colum]
    11  rMacaulay(string);     read Macaulay_1 output and return its @sc{Singular} format
     11 rMacaulay(string);     read Macaulay_1 output and return its Singular format
    1212 show(any);             display any object in a compact format
    1313 showrecursive(id,p);   display id recursively with respect to variables in p
  • Singular/LIB/ncalg.lib

    rffeab0 r167075  
    588588ASSUME: This procedure uses toric_lib and therefore inherits its input requirements:
    589589@*        possible values for input variable @code{alg} are: \"ect\",\"pt\",\"blr\", \"hs\", \"du\".
    590 @*        As for the term ordering, it should be a string @code{sord} in @sc{Singular} format like \"lp\",\"dp\", etc.
     590@*        As for the term ordering, it should be a string @code{sord} in Singular format like \"lp\",\"dp\", etc.
    591591@*        Please consult the toric_lib for allowed orderings and more details.
    592592SEE ALSO: toric_lib
  • Singular/LIB/tropical.lib

    rffeab0 r167075  
    5353  Note, that this in particular forbids rational exponents for the t's.
    5454
    55   Moreover, in @sc{Singular} no negative exponents of monomials are allowed, so
     55  Moreover, in Singular no negative exponents of monomials are allowed, so
    5656  that the integer vectors vi will have to have non-negative entries.
    5757  Shifting all exponents by a fixed integer vector does not change the
     
    292292           computer; if you have GFAN version less than 0.3.0 then you must
    293293           use the optional parameter 'oldGfan'
    294 @*       - the procedure requires the @sc{Singular} procedure absPrimdecGTZ to be
     294@*       - the procedure requires the Singular procedure absPrimdecGTZ to be
    295295           present in the package primdec.lib, unless the option 'noAbs' is set;
    296296           but even if absPrimdecGTZ is present it might be necessary to set
     
    311311             and you are unlucky
    312312@*         + the option 'noAbs' has to be used since absolute primary
    313              decomposition in @sc{Singular} only works in characteristic zero
     313             decomposition in Singular only works in characteristic zero
    314314@*       - the basefield should either be Q or Z/pZ for some prime p;
    315315           field extensions will be computed if necessary; if you need
     
    991991REMARK:  - it is best to use the procedure displayPuiseuxExpansion to
    992992           display the result
    993 @*       - the procedure requires the @sc{Singular} procedure absPrimdecGTZ to be
     993@*       - the procedure requires the Singular procedure absPrimdecGTZ to be
    994994           present in the package primdec.lib
    995995@*       - if f is not squarefree it will be replaced by its squarefree part
  • Singular/LIB/zeroset.lib

    rffeab0 r167075  
    1515 spaces of semiquasihomogeneous singularities and an implementation in Singular'.
    1616 This library is meant as a preliminary extension of the functionality
    17  of @sc{Singular} for univariate factorization of polynomials over simple algebraic
     17 of Singular for univariate factorization of polynomials over simple algebraic
    1818 extensions in characteristic 0.
    1919
    20  NOTE:
     20NOTE:
    2121 Subprocedures with postfix 'Main' require that the ring contains a variable
    2222 'a' and no parameters, and the ideal 'mpoly', where 'minpoly' from the
Note: See TracChangeset for help on using the changeset viewer.