Changeset 3cc9dd in git
- Timestamp:
- Mar 30, 2009, 3:16:58 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 53ec64bb9f72a646c04fa753e0f39d30c6a310f1
- Parents:
- 471d0cfd4f2ba1de169f289e92eec0f0d189bc9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/KVequiv.lib
r471d0cf r3cc9dd 1 // $Id: KVequiv.lib,v 1. 3 2006-12-15 14:15:51 Singular Exp $1 // $Id: KVequiv.lib,v 1.4 2009-03-30 13:16:58 dreyer Exp $ 2 2 // (anne, last modified 27.11.2001) 3 3 ///////////////////////////////////////////////////////////////////////////// … … 5 5 ///////////////////////////////////////////////////////////////////////////// 6 6 7 version="$Id: KVequiv.lib,v 1. 3 2006-12-15 14:15:51 Singular Exp $";7 version="$Id: KVequiv.lib,v 1.4 2009-03-30 13:16:58 dreyer Exp $"; 8 8 info=" 9 9 LIBRARY: KVequiv.lib PROCEDURES RELATED TO K_V-EQUIVALENCE 10 10 AUTHOR: Anne Fruehbis-Krueger, anne@mathematik.uni-kl.de 11 12 OVERVIEW: 13 Let (V,0) be a complete intersection singularity in (C^p,0) and 14 f_0:(C^n,0) --> (C^p,0) an analytic map germ, which is viewed as a 15 section ov V so that the singularity V_0=f_0^-1(V) is a pullback. 16 K_V equivalence is then given by the group 17 K_V={g | g(C^n x V) (subset) C^n x V} (subset) K, 18 where K is the contact group of Mather. This library provides 19 functionality for computing K_V tangent space, K_V normal space 20 and liftable vector fields. 21 A more detailed introduction to K_V equivalence can e.g. be found 22 in [Damon,J.: On the legacy of free divisors, Amer.J.Math. 120,453-492] 11 23 12 24 PROCEDURES: … … 39 51 proc derlogV(ideal iV) 40 52 "USAGE: @code{derlogV(iV)}; @code{iV} ideal 41 RETURN: matrix whose columns generate derlog(V(iV)) 53 RETURN: matrix whose columns generate derlog(V(iV)), 54 i.e. the module of vector fields on (C^p,0) tangent to V 42 55 EXAMPLE: @code{example derlogV}; shows an example 43 56 "
Note: See TracChangeset
for help on using the changeset viewer.