28.30: 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.30.E2 28.30.E2] | | | [https://dlmf.nist.gov/28.30.E2 28.30.E2] || <math qid="Q8507">\frac{1}{2\pi}\int_{0}^{2\pi}w_{m}(x)w_{n}(x)\diff{x} = \Kroneckerdelta{m}{n}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\frac{1}{2\pi}\int_{0}^{2\pi}w_{m}(x)w_{n}(x)\diff{x} = \Kroneckerdelta{m}{n}</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>(1)/(2*Pi)*int(w[m](x)* w[n](x), x = 0..2*Pi) = KroneckerDelta[m, n]</syntaxhighlight> || <syntaxhighlight lang=mathematica>Divide[1,2*Pi]*Integrate[Subscript[w, m][x]* Subscript[w, n][x], {x, 0, 2*Pi}, GenerateConditions->None] == KroneckerDelta[m, n]</syntaxhighlight> || Failure || Failure || <div class="toccolours mw-collapsible mw-collapsed">Failed [300 / 300]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: 5.579736275+11.39643752*I | ||
Test Values: {w[m] = 1/2*3^(1/2)+1/2*I, w[n] = 1/2*3^(1/2)+1/2*I, m = 1, n = 1}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 6.579736275+11.39643752*I | Test Values: {w[m] = 1/2*3^(1/2)+1/2*I, w[n] = 1/2*3^(1/2)+1/2*I, m = 1, n = 1}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 6.579736275+11.39643752*I | ||
Test Values: {w[m] = 1/2*3^(1/2)+1/2*I, w[n] = 1/2*3^(1/2)+1/2*I, m = 1, n = 2}</syntaxhighlight><br>... skip entries to safe data</div></div> || <div class="toccolours mw-collapsible mw-collapsed">Failed [300 / 300]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: Complex[5.579736267392906, 11.396437515528111] | Test Values: {w[m] = 1/2*3^(1/2)+1/2*I, w[n] = 1/2*3^(1/2)+1/2*I, m = 1, n = 2}</syntaxhighlight><br>... skip entries to safe data</div></div> || <div class="toccolours mw-collapsible mw-collapsed">Failed [300 / 300]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: Complex[5.579736267392906, 11.396437515528111] |
Latest revision as of 12:08, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
28.30.E2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \frac{1}{2\pi}\int_{0}^{2\pi}w_{m}(x)w_{n}(x)\diff{x} = \Kroneckerdelta{m}{n}}
\frac{1}{2\pi}\int_{0}^{2\pi}w_{m}(x)w_{n}(x)\diff{x} = \Kroneckerdelta{m}{n} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | (1)/(2*Pi)*int(w[m](x)* w[n](x), x = 0..2*Pi) = KroneckerDelta[m, n]
|
Divide[1,2*Pi]*Integrate[Subscript[w, m][x]* Subscript[w, n][x], {x, 0, 2*Pi}, GenerateConditions->None] == KroneckerDelta[m, n]
|
Failure | Failure | Failed [300 / 300] Result: 5.579736275+11.39643752*I
Test Values: {w[m] = 1/2*3^(1/2)+1/2*I, w[n] = 1/2*3^(1/2)+1/2*I, m = 1, n = 1}
Result: 6.579736275+11.39643752*I
Test Values: {w[m] = 1/2*3^(1/2)+1/2*I, w[n] = 1/2*3^(1/2)+1/2*I, m = 1, n = 2}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[5.579736267392906, 11.396437515528111]
Test Values: {Rule[m, 1], Rule[n, 1], Rule[Subscript[w, m], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[w, n], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[6.579736267392906, 11.396437515528111]
Test Values: {Rule[m, 1], Rule[n, 2], Rule[Subscript[w, m], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[w, n], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
... skip entries to safe data |