Gold 87: Difference between revisions

From LaTeX CAS translator demo
Jump to navigation Jump to search
Redirected page to wmf:Privacy policy
 
(No difference)

Latest revision as of 13:36, 1 September 2021

Q-Bessel polynomials

Gold ID
87
Link
https://sigir21.wmflabs.org/wiki/Q-Bessel_polynomials#math.143.0
Formula
yn(x;a;q)=2ϕ1(qNaqn0;q,qx)
TeX Source
y_{n}(x;a;q)=\;_{2}\phi_1 \left(\begin{matrix} q^{-N} & -aq^{n} \\ 0 \end{matrix} ; q,qx \right)
Translation Results
Semantic LaTeX Mathematica Translation Maple Translations
No No -

Semantic LaTeX

Translation
y_{n}(x ; a ; q) =_{2} \phi_1(\begin{matrix} q^{-N} & -aq^{n} \\ 0 \end{matrix} ; q , qx)
Expected (Gold Entry)
y_{n}(x;a;q) = \qgenhyperphi{2}{1}@{q^{-N} , -aq^{n}}{0}{q}{qx}


Mathematica

Translation
Expected (Gold Entry)
y[n_, x_, a_, q_] := QHypergeometricPFQ[{(q)^(- N), - a*(q)^(n)},{0},q,q*x]


Maple

Translation
Expected (Gold Entry)