Hi there, I would like to make a finite group using gen/relation. As far as I read my only chance is to use the Gap wrapper. So I can make the group, I can also make the subgroup but the '/' of Gap doesn't work in sage. So what's the wrapper function for that '/' notation:
F2 = gap.FreeGroup(a, b) quoKer = F2.Subgroup([F2.1^2, F2.2^3, F2.1 *F2.2]) Then? Thanks a lot. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org