Re: [sage-support] Magma in Sage

2016-08-20 Thread Justin C. Walker
> On Aug 20, 2016, at 05:45 , ciri...@gmail.com wrote: > > Is there support for magmas in Sage? I'm talking about the mathematical > definition of a magma (a set with a binary operation), NOT the interface to > the package Magma. If there is, can someone point me to documentation that > tells

[sage-support] Magma in Sage

2016-08-20 Thread ciric50
Is there support for magmas in Sage? I'm talking about the mathematical definition of a magma (a set with a binary operation), NOT the interface to the package Magma. If there is, can someone point me to documentation that tells what kind of things Sage can do with magmas? -- You received

[sage-support] magma to SAGE

2010-10-25 Thread andrew ewart
I want to translate the following code from magma to SAGE KKep := CyclotomicField(21); ze := ep^3; RRx,y,z := PolynomialRing(KK,3); PP := Proj(RR); F := z*x^3+x*y^3+y*z^3; H := 1/2*Determinant(1/3*Matrix(3,3, [Derivative(Derivative(F,RR.i),RR.j) : i in [1..3], j in [1..3]])); Flex :=