28.33: 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/28.33.E1 28.33.E1] |  | | [https://dlmf.nist.gov/28.33.E1 28.33.E1] || <math qid="Q8560">\pderiv[2]{W}{x}+\pderiv[2]{W}{y}-\frac{\rho}{\tau}\pderiv[2]{W}{t} = 0</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\pderiv[2]{W}{x}+\pderiv[2]{W}{y}-\frac{\rho}{\tau}\pderiv[2]{W}{t} = 0</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>diff(W, [x$(2)])+ diff(W, [y$(2)])-(rho)/(tau)*diff(W, [t$(2)]) = 0</syntaxhighlight> || <syntaxhighlight lang=mathematica>D[W, {x, 2}]+ D[W, {y, 2}]-Divide[\[Rho],\[Tau]]*D[W, {t, 2}] == 0</syntaxhighlight> || Successful || Successful || - || Successful [Tested: 300]  | ||
|}  | |}  | ||
</div>  | </div>  | ||
Latest revision as of 12:09, 28 June 2021
| DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple  | 
Symbolic Mathematica  | 
Numeric Maple  | 
Numeric Mathematica  | 
|---|---|---|---|---|---|---|---|---|
| 28.33.E1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \pderiv[2]{W}{x}+\pderiv[2]{W}{y}-\frac{\rho}{\tau}\pderiv[2]{W}{t} = 0}
\pderiv[2]{W}{x}+\pderiv[2]{W}{y}-\frac{\rho}{\tau}\pderiv[2]{W}{t} = 0 | 
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | diff(W, [x$(2)])+ diff(W, [y$(2)])-(rho)/(tau)*diff(W, [t$(2)]) = 0
 | 
D[W, {x, 2}]+ D[W, {y, 2}]-Divide[\[Rho],\[Tau]]*D[W, {t, 2}] == 0
 | 
Successful | Successful | - | Successful [Tested: 300] |