Hello everyone, I have the following groups G.<a,b> = FreeGroup() H = G.quotient([aba.inverse()*b.inverse()]) I would like SAGE to understand the product of to lateral clases in H? It is that possible?
Thanks in advance!
| 1 | initial version | |
Hello everyone, I have the following groups G.<a,b> = FreeGroup() H = G.quotient([aba.inverse()*b.inverse()]) I would like SAGE to understand the product of to lateral clases in H? It is that possible?
Thanks in advance!
Hello everyone, I have the following groups
groups
G.<a,b> = FreeGroup()
H = G.quotient([aba.inverse()*b.inverse()])
G.quotient([a*b*a.inverse()*b.inverse()])
I would like SAGE to understand the product of to lateral clases in H? It is that possible?
Thanks in advance!
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.