Hi All, Believe it or not, the relatively innocent looking piece of code:
sage: Zmstar = AbelianGroup(1,[4]) sage: Hgens = [Zmstar.gen(0)**2] sage: H = Zmstar.subgroup(Hgens) sage: g = Zmstar.gen(0)**3 sage: g in H Produces a: TypeError: no conversion of this rational to integer At https://trac.sagemath.org/ticket/32910#comment:2 I already posted a possible solution with some explicit code. However I don't have a development environment setup for sage, and have been having some trouble to get my development setup to work. So I'm hoping someone else is willing to take it from here. Thanks, Maarten -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/cf01877d-58d5-4db2-8b92-78f4f44d4f04n%40googlegroups.com.
