I have a finitely presented group in sage, how do I convert it to a magma 
object?

We tried the following, but it failed. Is this a bug?

sage: L=FreeGroup(1)
Free Group on generators {x}
sage: S=L/[L.0^3]
sage: magma(S)
/opt/sage6/local/lib/python2.7/site-packages/sage/interfaces/magma.pyc in 
__call__(self, x, gens)
    756             pass
    757
--> 758         A = Expect.__call__(self, x)
    759         if has_cache:
    760             x._magma_cache[self] = A

...

ypeError: Error evaluating Magma code.
IN:_sage_[5]:=Finitely presented group < x | x^3 >;
OUT:

> _sage_[5]:=Finitely presented group < x | x^3 >;
>>
>                        ^
User error: bad syntax

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to