36.12: Difference between revisions

From testwiki
Jump to navigation Jump to search
 
 
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/36.12.E9 36.12.E9] || [[Item:Q10001|<math>P_{mn}(\mathbf{y}) = (t_{n}(\mathbf{x}(\mathbf{y})))^{K+1}+\sum_{l=m+2}^{K}\frac{l}{K+2}x_{l}(\mathbf{y})(t_{n}(\mathbf{x}(\mathbf{y})))^{l-1}</math>]]<br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>P_{mn}(\mathbf{y}) = (t_{n}(\mathbf{x}(\mathbf{y})))^{K+1}+\sum_{l=m+2}^{K}\frac{l}{K+2}x_{l}(\mathbf{y})(t_{n}(\mathbf{x}(\mathbf{y})))^{l-1}</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>P[m, n](y) = (t[n](x(y)))^(K + 1)+ sum((l)/(K + 2)*x[l](y)*(t[n](x(y)))^(l - 1), l = m + 2..K)</syntaxhighlight> || <syntaxhighlight lang=mathematica>Subscript[P, m, n][y] == (Subscript[t, n][x[y]])^(K + 1)+ Sum[Divide[l,K + 2]*Subscript[x, l][y]*(Subscript[t, n][x[y]])^(l - 1), {l, m + 2, K}, GenerateConditions->None]</syntaxhighlight> || Failure || Failure || Skipped - Because timed out || Skipped - Because timed out
| [https://dlmf.nist.gov/36.12.E9 36.12.E9] || <math qid="Q10001">P_{mn}(\mathbf{y}) = (t_{n}(\mathbf{x}(\mathbf{y})))^{K+1}+\sum_{l=m+2}^{K}\frac{l}{K+2}x_{l}(\mathbf{y})(t_{n}(\mathbf{x}(\mathbf{y})))^{l-1}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>P_{mn}(\mathbf{y}) = (t_{n}(\mathbf{x}(\mathbf{y})))^{K+1}+\sum_{l=m+2}^{K}\frac{l}{K+2}x_{l}(\mathbf{y})(t_{n}(\mathbf{x}(\mathbf{y})))^{l-1}</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>P[m, n](y) = (t[n](x(y)))^(K + 1)+ sum((l)/(K + 2)*x[l](y)*(t[n](x(y)))^(l - 1), l = m + 2..K)</syntaxhighlight> || <syntaxhighlight lang=mathematica>Subscript[P, m, n][y] == (Subscript[t, n][x[y]])^(K + 1)+ Sum[Divide[l,K + 2]*Subscript[x, l][y]*(Subscript[t, n][x[y]])^(l - 1), {l, m + 2, K}, GenerateConditions->None]</syntaxhighlight> || Failure || Failure || Skipped - Because timed out || Skipped - Because timed out
|}
|}
</div>
</div>

Latest revision as of 13:15, 28 June 2021


DLMF Formula Constraints Maple Mathematica Symbolic
Maple
Symbolic
Mathematica
Numeric
Maple
Numeric
Mathematica
36.12.E9 Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle P_{mn}(\mathbf{y}) = (t_{n}(\mathbf{x}(\mathbf{y})))^{K+1}+\sum_{l=m+2}^{K}\frac{l}{K+2}x_{l}(\mathbf{y})(t_{n}(\mathbf{x}(\mathbf{y})))^{l-1}}
P_{mn}(\mathbf{y}) = (t_{n}(\mathbf{x}(\mathbf{y})))^{K+1}+\sum_{l=m+2}^{K}\frac{l}{K+2}x_{l}(\mathbf{y})(t_{n}(\mathbf{x}(\mathbf{y})))^{l-1}
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle }
P[m, n](y) = (t[n](x(y)))^(K + 1)+ sum((l)/(K + 2)*x[l](y)*(t[n](x(y)))^(l - 1), l = m + 2..K)
Subscript[P, m, n][y] == (Subscript[t, n][x[y]])^(K + 1)+ Sum[Divide[l,K + 2]*Subscript[x, l][y]*(Subscript[t, n][x[y]])^(l - 1), {l, m + 2, K}, GenerateConditions->None]
Failure Failure Skipped - Because timed out Skipped - Because timed out