Changeset 3cc9dd in git for Singular/LIB/KVequiv.lib


Ignore:
Timestamp:
Mar 30, 2009, 3:16:58 PM (15 years ago)
Author:
Alexander Dreyer <dreyer@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
53ec64bb9f72a646c04fa753e0f39d30c6a310f1
Parents:
471d0cfd4f2ba1de169f289e92eec0f0d189bc9e
Message:
Commiting Anne's changes


git-svn-id: file:///usr/local/Singular/svn/trunk@11599 2c84dea3-7e68-4137-9b89-c4e89433aadc
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 $
    22// (anne, last modified 27.11.2001)
    33/////////////////////////////////////////////////////////////////////////////
     
    55/////////////////////////////////////////////////////////////////////////////
    66
    7 version="$Id: KVequiv.lib,v 1.3 2006-12-15 14:15:51 Singular Exp $";
     7version="$Id: KVequiv.lib,v 1.4 2009-03-30 13:16:58 dreyer Exp $";
    88info="
    99LIBRARY:  KVequiv.lib    PROCEDURES RELATED TO K_V-EQUIVALENCE
    1010AUTHOR:   Anne Fruehbis-Krueger, anne@mathematik.uni-kl.de
     11
     12OVERVIEW:
     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]
    1123
    1224PROCEDURES:
     
    3951proc derlogV(ideal iV)
    4052"USAGE:  @code{derlogV(iV)};   @code{iV} ideal
    41 RETURN:  matrix whose columns generate derlog(V(iV))
     53RETURN:  matrix whose columns generate derlog(V(iV)),
     54         i.e. the module of vector fields on (C^p,0) tangent to V
    4255EXAMPLE: @code{example derlogV}; shows an example
    4356"
Note: See TracChangeset for help on using the changeset viewer.