First time here? Check out the FAQ!

Ask Your Question
0

How are free group homomorphisms implemented?

asked 11 years ago

glaun gravatar image

updated 11 years ago

I see from the documentation that homomorphisms are implemented for matrix groups, symmetric groups, and abelian groups. I would assume that homomorphisms would be implemented for free groups, but I get an error if I do the following:

sage: F.<a,b> = FreeGroup(2)

sage: F.hom([a,b]) # Should be unique homomorphism with a |--> a, b |--> b

TypeError Traceback (most recent call last) ...

TypeError: Unable to coerce x (=[a, b]) to a morphism in Set of Morphisms from Free Group on generators {a, b} to Free Group on generators {a, b} in Category of groups

Do I have the syntax wrong, or are these not implemented?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 11 years ago

vdelecroix gravatar image

Hello,

Free group are currently implemented using GAP and it seems that morphisms are not supported.

You may have a look at sage-train-track where a ad-hoc implementation of FreeGroup is provided together with its automorphisms... and much more.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 11 years ago

Seen: 509 times

Last updated: Oct 23 '13