Changeset c18197 in git
- Timestamp:
- Apr 22, 2005, 5:14:40 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 492b694ff4ece8ce29a8d09b598f9c12148165cf
- Parents:
- 4cbc5ceffa0f85447976860db8ddca026a1c1926
- Location:
- Singular/LIB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/alexpoly.lib
r4cbc5c rc18197 27 27 KEYWORDS: Hamburger-Noether expansion; Puiseux expansion; curve singularities; 28 28 topological invariants; Alexander polynomial; resolution graph; 29 total multiplicities; equ singular Tjurina number29 total multiplicities; equisingular Tjurina number 30 30 "; 31 31 … … 1251 1251 RETURN: intmat, the matrix intersection multiplicities of the branches 1252 1252 SEE ALSO: invariants, resolutiongraph, totalmultiplicities, semigroup 1253 KEYWORDS: contact matrix , characteristic exponents, intersection multiplicity,topological invariants1253 KEYWORDS: contact matrix; characteristic exponents; intersection multiplicity; topological invariants 1254 1254 EXAMPLE: example charexp2inter; shows an example" 1255 1255 { … … 1321 1321 NOTE: If the curve singularity is smooth, the conductor is zero. 1322 1322 SEE ALSO: invariants, resolutiongraph, totalmultiplicities, semigroup 1323 KEYWORDS: conductor ,characteristic exponents; multiplicity sequence; topological invariants1323 KEYWORDS: conductor; characteristic exponents; multiplicity sequence; topological invariants 1324 1324 EXAMPLE: example charexp2conductor; shows an example" 1325 1325 { … … 1588 1588 "USAGE: euclidseq(a,b), a,b integers 1589 1589 RETURN: intvec, the divisors in the euclidean alogrithm with multiplicities 1590 KEYWORDS: Euclidean algorithm ,multiplicity sequence1590 KEYWORDS: Euclidean algorithm; multiplicity sequence 1591 1591 NOTE : This procedure is for internal use only; it is called by charexp2multseq. 1592 1592 " -
Singular/LIB/finvar.lib
r4cbc5c rc18197 1 1 // last change: 98/11/05 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: finvar.lib,v 1.3 2 2001-02-02 16:28:58 mschulzeExp $"3 version="$Id: finvar.lib,v 1.33 2005-04-22 15:14:40 Singular Exp $" 4 4 category="Invariant theory"; 5 5 info=" … … 2342 2342 molien(L[2..size(L)],newring); 2343 2343 matrix P=primary_charp(L[1],newring); 2344 if(system("with","Namespaces")) { kill Top::`newring`; }2344 //if(system("with","Namespaces")) { kill Top::`newring`; } 2345 2345 kill `newring`; 2346 2346 print(P); … … 3483 3483 molien(L[2..size(L)],newring); 3484 3484 matrix P=primary_charp_random(L[1],newring,1); 3485 if(system("with","Namespaces")) { kill Top::`newring`; }3485 //if(system("with","Namespaces")) { kill Top::`newring`; } 3486 3486 kill `newring`; 3487 3487 print(P);
Note: See TracChangeset
for help on using the changeset viewer.