Gold 46
Lemniscatic elliptic function
- Gold ID
- 46
- Link
- https://sigir21.wmflabs.org/wiki/Lemniscatic_elliptic_function#math.96.1
- Formula
- TeX Source
e_1=\tfrac12,\qquad e_2=0,\qquad e_3=-\tfrac12
Translation Results | ||
---|---|---|
Semantic LaTeX | Mathematica Translation | Maple Translations |
Semantic LaTeX
- Translation
e_1=\tfrac12,\qquad e_2=0,\qquad e_3=-\tfrac12
- Expected (Gold Entry)
e_1=\tfrac12,\qquad e_2=0,\qquad e_3=-\tfrac12
Mathematica
- Translation
Subscript[e, 1] == Divide[1,2]
- Expected (Gold Entry)
Subscript[e, 1] == Divide[1,2] Subscript[e, 2] = 0 Subscript[e, 3] = -Divide[1,2]
Maple
- Translation
e[1] = (1)/(2)
- Expected (Gold Entry)
e[1] := (1)/(2); e[2] := 0; e[3] := -(1)/(2)