Changeset 167075 in git
- Timestamp:
- Jul 4, 2016, 12:06:58 PM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 446b4ae2669e980ecd9bedab7ad12535004a0e45
- Parents:
- ffeab02e246ff6e05fb7d9c019c01edb9613e64b
- Location:
- Singular/LIB
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/classify.lib
rffeab0 r167075 69 69 REMARK: This version of classify is only beta. Please send bugs and 70 70 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. 74 72 NOTE: type init_debug(n); (0 <= n <= 10) in order to get intermediate 75 73 information, higher values of n give more information. -
Singular/LIB/elim.lib
rffeab0 r167075 410 410 @* If the variables in the basering have weights these weights are used 411 411 in elimRing. If a string \"withWeigts\" as (optional) argument is given 412 @sc{Singular}computes weights for the variables to make the input as412 Singular computes weights for the variables to make the input as 413 413 homogeneous as possible. 414 414 @* The method is different from that used by eliminate and elim1; -
Singular/LIB/freegb.lib
rffeab0 r167075 8 8 @* Grischa Studzinski, grischa.studzinski@math.rwth-aachen.de 9 9 10 OVERVIEW: For the theory, see chapter 'Letterplace' in the @sc{Singular}Manual10 OVERVIEW: For the theory, see chapter 'Letterplace' in the Singular Manual 11 11 12 12 PROCEDURES: -
Singular/LIB/inout.lib
rffeab0 r167075 9 9 lprint(poly/...[,n]); display poly/... fitting to pagewidth [size n] 10 10 pmat(matrix[,n]); print form-matrix [first n chars of each colum] 11 rMacaulay(string); read Macaulay_1 output and return its @sc{Singular}format11 rMacaulay(string); read Macaulay_1 output and return its Singular format 12 12 show(any); display any object in a compact format 13 13 showrecursive(id,p); display id recursively with respect to variables in p -
Singular/LIB/ncalg.lib
rffeab0 r167075 588 588 ASSUME: This procedure uses toric_lib and therefore inherits its input requirements: 589 589 @* 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. 591 591 @* Please consult the toric_lib for allowed orderings and more details. 592 592 SEE ALSO: toric_lib -
Singular/LIB/tropical.lib
rffeab0 r167075 53 53 Note, that this in particular forbids rational exponents for the t's. 54 54 55 Moreover, in @sc{Singular}no negative exponents of monomials are allowed, so55 Moreover, in Singular no negative exponents of monomials are allowed, so 56 56 that the integer vectors vi will have to have non-negative entries. 57 57 Shifting all exponents by a fixed integer vector does not change the … … 292 292 computer; if you have GFAN version less than 0.3.0 then you must 293 293 use the optional parameter 'oldGfan' 294 @* - the procedure requires the @sc{Singular}procedure absPrimdecGTZ to be294 @* - the procedure requires the Singular procedure absPrimdecGTZ to be 295 295 present in the package primdec.lib, unless the option 'noAbs' is set; 296 296 but even if absPrimdecGTZ is present it might be necessary to set … … 311 311 and you are unlucky 312 312 @* + the option 'noAbs' has to be used since absolute primary 313 decomposition in @sc{Singular}only works in characteristic zero313 decomposition in Singular only works in characteristic zero 314 314 @* - the basefield should either be Q or Z/pZ for some prime p; 315 315 field extensions will be computed if necessary; if you need … … 991 991 REMARK: - it is best to use the procedure displayPuiseuxExpansion to 992 992 display the result 993 @* - the procedure requires the @sc{Singular}procedure absPrimdecGTZ to be993 @* - the procedure requires the Singular procedure absPrimdecGTZ to be 994 994 present in the package primdec.lib 995 995 @* - if f is not squarefree it will be replaced by its squarefree part -
Singular/LIB/zeroset.lib
rffeab0 r167075 15 15 spaces of semiquasihomogeneous singularities and an implementation in Singular'. 16 16 This library is meant as a preliminary extension of the functionality 17 of @sc{Singular}for univariate factorization of polynomials over simple algebraic17 of Singular for univariate factorization of polynomials over simple algebraic 18 18 extensions in characteristic 0. 19 19 20 20 NOTE: 21 21 Subprocedures with postfix 'Main' require that the ring contains a variable 22 22 'a' and no parameters, and the ideal 'mpoly', where 'minpoly' from the
Note: See TracChangeset
for help on using the changeset viewer.