Gold 6
Riemann zeta function
- Gold ID
- 6
- Link
- https://sigir21.wmflabs.org/wiki/Riemann_zeta_function#math.56.40
- Formula
- TeX Source
\psi(x) := \sum_{n=1}^\infty e^{-n^2 \pi x}
Translation Results | ||
---|---|---|
Semantic LaTeX | Mathematica Translation | Maple Translations |
Semantic LaTeX
- Translation
\psi(x) : = \sum_{n=1}^\infty \expe^{- n^2 \cpi x}
- Expected (Gold Entry)
\psi(x) : = \sum_{n=1}^\infty \expe^{- n^2 \cpi x}
Mathematica
- Translation
\[Psi][x_] := Sum[Exp[- (n)^(2)* Pi*x], {n, 1, Infinity}, GenerateConditions->None]
- Expected (Gold Entry)
\[Psi][x_] := Sum[Exp[-(n)^(2)*Pi*x], {n, 1, Infinity}]
Maple
- Translation
psi := (x) -> sum(exp(- (n)^(2)* Pi*x), n = 1..infinity)
- Expected (Gold Entry)
psi := (x) -> sum(exp(-(n)^(2)*Pi*x), n=1..infinity)