Gold 38
Jump to navigation
Jump to search
Parabolic cylinder function
- Gold ID
- 38
- Link
- https://sigir21.wmflabs.org/wiki/Parabolic_cylinder_function#math.88.0
- Formula
- TeX Source
\frac{d^2f}{dz^2} + \left(\tilde{a}z^2+\tilde{b}z+\tilde{c}\right)f=0
Translation Results | ||
---|---|---|
Semantic LaTeX | Mathematica Translation | Maple Translations |
- |
Semantic LaTeX
- Translation
\deriv [2]{f}{z} +(\tilde{a} z^2 + \tilde{b} z + \tilde{c}) f = 0
- Expected (Gold Entry)
\deriv [2]{f}{z} +(\tilde{a} z^2 + \tilde{b} z + \tilde{c}) f = 0
Mathematica
- Translation
- Expected (Gold Entry)
D[f[z], {z, 2}] + (a*z^2 + b*z + c)*f[z] == 0
Maple
- Translation
- Expected (Gold Entry)