Changeset 47f15b in git
- Timestamp:
- May 6, 2005, 7:07:34 PM (18 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- b33f45b18119ac74e85de184817f94280e653df2
- Parents:
- 31ae7bcfbc0ac80b4e54470965e8434b91b699bf
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/alexpoly.lib
r31ae7b r47f15b 1 version="$I @comment d:$";1 version="$Id: alexpoly.lib,v 1.10 2005-05-06 17:07:34 Singular Exp $"; 2 2 category="Singularities"; 3 3 info=" … … 23 23 charexp2conductor(v); converts characteristic exponents to conductor 24 24 charexp2poly(v,a); calculates a polynomial f with characteristic exponents v 25 tau_es(f); equ singular Tjurina number of f25 tau_es(f); equisingular Tjurina number of f 26 26 27 27 KEYWORDS: Hamburger-Noether expansion; Puiseux expansion; curve singularities; … … 1427 1427 " 1428 1428 { 1429 // If the input is a weighted homogeneous pol nomial, then use a direct algorithm to1429 // If the input is a weighted homogeneous polynomial, then use a direct algorithm to 1430 1430 // calculate the equisingular Tjurina number, by caluclating a K-basis of the 1431 1431 // Tjurina algebra and omitting those elements with weighted degree at least the -
Singular/Makefile.in
r31ae7b r47f15b 210 210 classify.lib control.lib deform.lib elim.lib equising.lib \ 211 211 finvar.lib gmspoly.lib gmssing.lib general.lib graphics.lib \ 212 gro ups.lib hnoether.lib homolog.lib inout.lib \212 groebnerwalk.lib groups.lib hnoether.lib homolog.lib inout.lib \ 213 213 intprog.lib latex.lib linalg.lib makedbm.lib matrix.lib \ 214 214 mprimdec.lib mondromy.lib mregular.lib mrrcount.lib normal.lib \
Note: See TracChangeset
for help on using the changeset viewer.