This document is one of More SageMath Tutorials. You may edit it on github. \(\def\NN{\mathbb{N}}\) \(\def\ZZ{\mathbb{Z}}\) \(\def\QQ{\mathbb{Q}}\) \(\def\RR{\mathbb{R}}\) \(\def\CC{\mathbb{C}}\)

Demonstration: InterfacesΒΆ

sage: %gap
sage: ConjugacyClasses(TransitiveGroup(12,20))

sage: x = gap(1)
sage: y = gap(2)

sage: type(x)
sage: type(y)
sage: type(x+y)

sage: z = maxima(3) + gap(2) - 5
sage: z
sage: type(z)

sage: Sage(z)