Changeset 446b4ae in git


Ignore:
Timestamp:
Jul 5, 2016, 10:22:38 AM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
7c4eb84c1d9eca528cd5a229c9d564ebcc18995a
Parents:
1670752a2127cf4e21f50fc3e1036eee96f8738b
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-07-05 10:22:38+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-07-05 11:10:29+02:00
Message:
fix doc: avoid @format
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r167075 r446b4ae  
    9191NOTE:    \"isPrim\" should only be used if id is known to be prime.
    9292RETURN:  a list, say nor, of size 2 (resp. 3 with option \"withDelta\").
    93 @format  Let R denote the basering and id the input ideal.
     93         Let R denote the basering and id the input ideal.
    9494         * nor[1] is a list of r rings, where r is the number of associated
    9595         primes P_i with option \"prim\" (resp. >= no of equidimenensional
     
    112112         the total delta invariant of basering/id (-1 means infinite, and 0
    113113         that R/P_i resp. R/id is normal).
    114 @end format
    115114THEORY:  We use here a general algorithm described in [G.-M.Greuel, S.Laplagne,
    116115         F.Seelisch: Normalization of Rings (2009)].@*
  • Singular/LIB/sagbi.lib

    r167075 r446b4ae  
    544544@*       and spolynomials, where these objects are explained by their name.
    545545@*       See the example on how to access these objects.
    546 @format     The other optional argument meth determines which method is
    547             used for computing the algebraic relations.
    548             - If meth=0 (default), the procedure std is used.
    549             - If meth=1, the procedure slimgb is used.
    550             - If meth=2, the prodecure uses toric_ideal.
    551 @end format
     546@*       The other optional argument meth determines which method is
     547@*          used for computing the algebraic relations.
     548@*          - If meth=0 (default), the procedure std is used.
     549@*          - If meth=1, the procedure slimgb is used.
     550@*          - If meth=2, the prodecure uses toric_ideal.
    552551EXAMPLE:  example sagbiSPoly; shows an example"
    553552{
Note: See TracChangeset for help on using the changeset viewer.