31.14: Difference between revisions
Jump to navigation
Jump to search
Admin moved page Main Page to Verifying DLMF with Maple and Mathematica |
Admin moved page Main Page to Verifying DLMF with Maple and Mathematica |
||
Line 14: | Line 14: | ||
! scope="col" style="position: sticky; top: 0;" | Numeric<br>Mathematica | ! scope="col" style="position: sticky; top: 0;" | Numeric<br>Mathematica | ||
|- | |- | ||
| [https://dlmf.nist.gov/31.14.E1 31.14.E1] | | | [https://dlmf.nist.gov/31.14.E1 31.14.E1] || <math qid="Q9112">\deriv[2]{w}{z}+\left(\sum_{j=1}^{N}\frac{\gamma_{j}}{z-a_{j}}\right)\deriv{w}{z}+\left(\sum_{j=1}^{N}\frac{q_{j}}{z-a_{j}}\right)w = 0</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\deriv[2]{w}{z}+\left(\sum_{j=1}^{N}\frac{\gamma_{j}}{z-a_{j}}\right)\deriv{w}{z}+\left(\sum_{j=1}^{N}\frac{q_{j}}{z-a_{j}}\right)w = 0</syntaxhighlight> || <math>\sum_{j=1}^{N}q_{j} = 0</math> || <syntaxhighlight lang=mathematica>diff(w, [z$(2)])+(sum((gamma[j])/(z - a[j]), j = 1..N))*diff(w, z)+(sum((q[j])/(z - a[j]), j = 1..N))*w = 0</syntaxhighlight> || <syntaxhighlight lang=mathematica>D[w, {z, 2}]+(Sum[Divide[Subscript[\[Gamma], j],z - Subscript[a, j]], {j, 1, N}, GenerateConditions->None])*D[w, z]+(Sum[Divide[Subscript[q, j],z - Subscript[a, j]], {j, 1, N}, GenerateConditions->None])*w == 0</syntaxhighlight> || Skipped - Unable to analyze test case: Null || Skipped - Unable to analyze test case: Null || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.14#Ex1 31.14#Ex1] | | | [https://dlmf.nist.gov/31.14#Ex1 31.14#Ex1] || <math qid="Q9113">\alpha+\beta+1 = \sum_{j=1}^{N}\gamma_{j}</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\alpha+\beta+1 = \sum_{j=1}^{N}\gamma_{j}</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">alpha + beta + 1 = sum(gamma[j], j = 1..N)</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Alpha]+ \[Beta]+ 1 == Sum[Subscript[\[Gamma], j], {j, 1, N}, GenerateConditions->None]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.14#Ex2 31.14#Ex2] | | | [https://dlmf.nist.gov/31.14#Ex2 31.14#Ex2] || <math qid="Q9114">\alpha\beta = \sum_{j=1}^{N}a_{j}q_{j}</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\alpha\beta = \sum_{j=1}^{N}a_{j}q_{j}</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">alpha*beta = sum(a[j]*q[j], j = 1..N)</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Alpha]*\[Beta] == Sum[Subscript[a, j]*Subscript[q, j], {j, 1, N}, GenerateConditions->None]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.14.E3 31.14.E3] | | | [https://dlmf.nist.gov/31.14.E3 31.14.E3] || <math qid="Q9115">w(z) = \left(\prod_{j=1}^{N}(z-a_{j})^{-\gamma_{j}/2}\right)W(z)</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>w(z) = \left(\prod_{j=1}^{N}(z-a_{j})^{-\gamma_{j}/2}\right)W(z)</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">w(z) = (product((z - a[j])^(- gamma[j]/2), j = 1..N))*W(z)</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">w[z] == (Product[(z - Subscript[a, j])^(- Subscript[\[Gamma], j]/2), {j, 1, N}, GenerateConditions->None])*W[z]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 12:11, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
31.14.E1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \deriv[2]{w}{z}+\left(\sum_{j=1}^{N}\frac{\gamma_{j}}{z-a_{j}}\right)\deriv{w}{z}+\left(\sum_{j=1}^{N}\frac{q_{j}}{z-a_{j}}\right)w = 0}
\deriv[2]{w}{z}+\left(\sum_{j=1}^{N}\frac{\gamma_{j}}{z-a_{j}}\right)\deriv{w}{z}+\left(\sum_{j=1}^{N}\frac{q_{j}}{z-a_{j}}\right)w = 0 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \sum_{j=1}^{N}q_{j} = 0} | diff(w, [z$(2)])+(sum((gamma[j])/(z - a[j]), j = 1..N))*diff(w, z)+(sum((q[j])/(z - a[j]), j = 1..N))*w = 0
|
D[w, {z, 2}]+(Sum[Divide[Subscript[\[Gamma], j],z - Subscript[a, j]], {j, 1, N}, GenerateConditions->None])*D[w, z]+(Sum[Divide[Subscript[q, j],z - Subscript[a, j]], {j, 1, N}, GenerateConditions->None])*w == 0
|
Skipped - Unable to analyze test case: Null | Skipped - Unable to analyze test case: Null | - | - |
31.14#Ex1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \alpha+\beta+1 = \sum_{j=1}^{N}\gamma_{j}}
\alpha+\beta+1 = \sum_{j=1}^{N}\gamma_{j} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | alpha + beta + 1 = sum(gamma[j], j = 1..N) |
\[Alpha]+ \[Beta]+ 1 == Sum[Subscript[\[Gamma], j], {j, 1, N}, GenerateConditions->None] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.14#Ex2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \alpha\beta = \sum_{j=1}^{N}a_{j}q_{j}}
\alpha\beta = \sum_{j=1}^{N}a_{j}q_{j} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | alpha*beta = sum(a[j]*q[j], j = 1..N) |
\[Alpha]*\[Beta] == Sum[Subscript[a, j]*Subscript[q, j], {j, 1, N}, GenerateConditions->None] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.14.E3 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle w(z) = \left(\prod_{j=1}^{N}(z-a_{j})^{-\gamma_{j}/2}\right)W(z)}
w(z) = \left(\prod_{j=1}^{N}(z-a_{j})^{-\gamma_{j}/2}\right)W(z) |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | w(z) = (product((z - a[j])^(- gamma[j]/2), j = 1..N))*W(z) |
w[z] == (Product[(z - Subscript[a, j])^(- Subscript[\[Gamma], j]/2), {j, 1, N}, GenerateConditions->None])*W[z] |
Skipped - no semantic math | Skipped - no semantic math | - | - |