Gold 17
Beta function
- Gold ID
- 17
- Link
- https://sigir21.wmflabs.org/wiki/Beta_function#math.67.29
- Formula
- TeX Source
f(z)=\frac{1}{\Beta(x,y)}
Translation Results | ||
---|---|---|
Semantic LaTeX | Mathematica Translation | Maple Translations |
Semantic LaTeX
- Translation
\EulerPhi@{z} = \frac{1}{\Beta(x,y)}
- Expected (Gold Entry)
f(x, y) = \frac{1}{\EulerBeta@{x}{y}}
Mathematica
- Translation
- Expected (Gold Entry)
f[x_, y_] := Divide[1,Beta[x, y]]
Maple
- Translation
- Expected (Gold Entry)
f := (x,y) -> (1)/(Beta(x, y))