Changeset 446b4ae in git
- Timestamp:
- Jul 5, 2016, 10:22:38 AM (7 years ago)
- 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
- Location:
- Singular/LIB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/normal.lib
r167075 r446b4ae 91 91 NOTE: \"isPrim\" should only be used if id is known to be prime. 92 92 RETURN: a list, say nor, of size 2 (resp. 3 with option \"withDelta\"). 93 @formatLet R denote the basering and id the input ideal.93 Let R denote the basering and id the input ideal. 94 94 * nor[1] is a list of r rings, where r is the number of associated 95 95 primes P_i with option \"prim\" (resp. >= no of equidimenensional … … 112 112 the total delta invariant of basering/id (-1 means infinite, and 0 113 113 that R/P_i resp. R/id is normal). 114 @end format115 114 THEORY: We use here a general algorithm described in [G.-M.Greuel, S.Laplagne, 116 115 F.Seelisch: Normalization of Rings (2009)].@* -
Singular/LIB/sagbi.lib
r167075 r446b4ae 544 544 @* and spolynomials, where these objects are explained by their name. 545 545 @* 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. 552 551 EXAMPLE: example sagbiSPoly; shows an example" 553 552 {
Note: See TracChangeset
for help on using the changeset viewer.