Changeset fa8122 in git for Singular/LIB/homolog.lib


Ignore:
Timestamp:
Jul 25, 2006, 7:54:29 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
47b2502d848a765e4bf5763aa9f99552f24856fb
Parents:
d961eb8f3d847df637b17d416b318e54617f0cf2
Message:
*hannes: Michael C.


git-svn-id: file:///usr/local/Singular/svn/trunk@9349 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/homolog.lib

    rd961eb rfa8122  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: homolog.lib,v 1.21 2006-07-18 15:48:21 Singular Exp $";
     2version="$Id: homolog.lib,v 1.22 2006-07-25 17:54:27 Singular Exp $";
    33category="Commutative Algebra";
    44info="
     
    226226proc cupproduct (module M,N,P,int p,q,list #)
    227227"USAGE:   cupproduct(M,N,P,p,q[,any]);  M,N,P modules, p,q integers
    228 COMPUTE: cup-product Ext^p(M',N') x Ext^q(N',P') ---> Ext^p+q(M',P'),
     228COMPUTE: cup-product Ext^p(M',N') x Ext^q(N',P') ---> Ext^(p+q)(M',P'),
    229229         where M':=R^m/M, if M in R^m, R basering (i.e. M':=coker(matrix(M)))
    230230ASSUME:  all Ext's  are of finite dimension
    231231RETURN:  - if called with 5 arguments: matrix of the associated linear map
    232          Ext^p (tensor) Ext^q --> Ext^p+q,  i.e. the columns of <matrix>
     232         Ext^p (tensor) Ext^q --> Ext^(p+q),  i.e. the columns of <matrix>
    233233         present the coordinates of the cup products (b_i & c_j) with respect
    234234         to a kbase of Ext^p+q  (b_i resp. c_j are the choosen bases of Ext^p,
Note: See TracChangeset for help on using the changeset viewer.