One Hat Cyber Team
Your IP :
216.73.216.135
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
Macaulay2
/
OldChainComplexes
/
docs
/
View File Name :
kernel-doc.m2
document { Key => {(kernel,ChainComplexMap), (kernel, GradedModuleMap)}, Headline => "kernel of a chain complex map", Usage => "kernel f", Inputs => { "f" => {"a map of chain complexes ", TT "C --> D"} }, Outputs => { ChainComplex => {"the kernel of f"} }, "If f is ", ofClass GradedModuleMap, ", then the result will be ", ofClass GradedModule, ".", PARA{}, EXAMPLE lines /// R = QQ[a..d] I = ideal(a^3,b^3,c^3) C = res coker gens I D = res coker gens (I + ideal(a*b*c)) F = extend(D,C,map(D_0,C_0,1)) ///, SeeAlso => {syz, -- Mike wanted this: "kernel, cokernel and image of a map of modules", genericSkewMatrix} }