Package sage :: Package groups :: Package abelian_gps :: Module abelian_group_morphism
[hide private]
[frames] | no frames]

Module abelian_group_morphism

source code


Homomorphisms of abelian groups

TODO:
    * there must be a homspace first
    * there should be hom and Hom methods in abelian group

AUTHORS:
    -- David Joyner (2006-03-03): initial version



Classes [hide private]
  AbelianGroupMap
A set-theoretic map between AbelianGroups.
  AbelianGroupMorphism_id
Return the identity homomorphism from X to itself.
  AbelianGroupMorphism
Some python code for wrapping GAP's GroupHomomorphismByImages function for abelian groups.
Functions [hide private]
 
is_AbelianGroupMorphism(f) source code