Top
Back: D.4.3.15 kohom
Forward: D.4.3.17 KoszulHomology
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.4.3 homolog_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.4.3.16 kontrahom

Procedure from library homolog.lib (see homolog_lib).

Usage:

kontrahom(A,k); A=matrix, k=integer

Return:

matrix Hom(A,R^k), i.e. let A be a matrix defining a map F1–>F2 of free R-modules, then the matrix of Hom(F2,R^k)–>Hom(F1,R^k) is computed (R=basering).

Example:

 
LIB "homolog.lib";
ring r;
matrix n[2][3]=x,y,5,z,77,33;
print(kontrahom(n,3));
→ x,z, 0,0, 0,0, 
→ y,77,0,0, 0,0, 
→ 5,33,0,0, 0,0, 
→ 0,0, x,z, 0,0, 
→ 0,0, y,77,0,0, 
→ 0,0, 5,33,0,0, 
→ 0,0, 0,0, x,z, 
→ 0,0, 0,0, y,77,
→ 0,0, 0,0, 5,33 

Top Back: D.4.3.15 kohom Forward: D.4.3.17 KoszulHomology FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.4.3 homolog_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.