20.13: 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/20.13.E2 20.13.E2] | | | [https://dlmf.nist.gov/20.13.E2 20.13.E2] || <math qid="Q6852">\ipderiv{\theta}{t} = \alpha\ipderiv[2]{\theta}{z}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\ipderiv{\theta}{t} = \alpha\ipderiv[2]{\theta}{z}</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>diff(theta, t) = alpha*diff(theta, [z$(2)])</syntaxhighlight> || <syntaxhighlight lang=mathematica>D[\[Theta], t] == \[Alpha]*D[\[Theta], {z, 2}]</syntaxhighlight> || Successful || Successful || - || Successful [Tested: 300] | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 11:56, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
20.13.E2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \ipderiv{\theta}{t} = \alpha\ipderiv[2]{\theta}{z}}
\ipderiv{\theta}{t} = \alpha\ipderiv[2]{\theta}{z} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | diff(theta, t) = alpha*diff(theta, [z$(2)])
|
D[\[Theta], t] == \[Alpha]*D[\[Theta], {z, 2}]
|
Successful | Successful | - | Successful [Tested: 300] |