Gold 23
Dawson function
- Gold ID
- 23
- Link
- https://sigir21.wmflabs.org/wiki/Dawson_function#math.73.41
- Formula
- TeX Source
F'(y)=1-2yF(y)
Translation Results | ||
---|---|---|
Semantic LaTeX | Mathematica Translation | Maple Translations |
Semantic LaTeX
- Translation
F'(y)=1-2yF(y)
- Expected (Gold Entry)
\DawsonsintF'@{y}=1-2y\DawsonsintF@{y}
Mathematica
- Translation
- Expected (Gold Entry)
D[DawsonF[y], {y, 1}] == 1 - 2*y*DawsonF[y]
Maple
- Translation
- Expected (Gold Entry)
diff( dawson(y), y$\$$(1) ) = 1 - 2*y*dawson(y)