7.17: 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/7.17#Ex1 7.17#Ex1] | | | [https://dlmf.nist.gov/7.17#Ex1 7.17#Ex1] || <math qid="Q2441">y = \inverf@@{x}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>y = \inverf@@{x}</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>Error</syntaxhighlight> || <syntaxhighlight lang=mathematica>y == InverseErf[x]</syntaxhighlight> || Missing Macro Error || Failure || - || <div class="toccolours mw-collapsible mw-collapsed">Failed [6 / 18]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: -1.9769362762044698 | ||
Test Values: {Rule[x, 0.5], Rule[y, -1.5]}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 1.0230637237955302 | Test Values: {Rule[x, 0.5], Rule[y, -1.5]}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 1.0230637237955302 | ||
Test Values: {Rule[x, 0.5], Rule[y, 1.5]}</syntaxhighlight><br>... skip entries to safe data</div></div> | Test Values: {Rule[x, 0.5], Rule[y, 1.5]}</syntaxhighlight><br>... skip entries to safe data</div></div> | ||
|- | |- | ||
| [https://dlmf.nist.gov/7.17#Ex2 7.17#Ex2] | | | [https://dlmf.nist.gov/7.17#Ex2 7.17#Ex2] || <math qid="Q2442">y = \inverfc@@{x}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>y = \inverfc@@{x}</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>Error</syntaxhighlight> || <syntaxhighlight lang=mathematica>y == InverseErfc[x]</syntaxhighlight> || Missing Macro Error || Failure || - || <div class="toccolours mw-collapsible mw-collapsed">Failed [18 / 18]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: -1.02306372379553 | ||
Test Values: {Rule[x, 1.5], Rule[y, -1.5]}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 1.97693627620447 | Test Values: {Rule[x, 1.5], Rule[y, -1.5]}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 1.97693627620447 | ||
Test Values: {Rule[x, 1.5], Rule[y, 1.5]}</syntaxhighlight><br>... skip entries to safe data</div></div> | Test Values: {Rule[x, 1.5], Rule[y, 1.5]}</syntaxhighlight><br>... skip entries to safe data</div></div> | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 11:16, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
7.17#Ex1 | y = \inverf@@{x} |
|
Error
|
y == InverseErf[x]
|
Missing Macro Error | Failure | - | Failed [6 / 18]
Result: -1.9769362762044698
Test Values: {Rule[x, 0.5], Rule[y, -1.5]}
Result: 1.0230637237955302
Test Values: {Rule[x, 0.5], Rule[y, 1.5]}
... skip entries to safe data |
7.17#Ex2 | y = \inverfc@@{x} |
|
Error
|
y == InverseErfc[x]
|
Missing Macro Error | Failure | - | Failed [18 / 18]
Result: -1.02306372379553
Test Values: {Rule[x, 1.5], Rule[y, -1.5]}
Result: 1.97693627620447
Test Values: {Rule[x, 1.5], Rule[y, 1.5]}
... skip entries to safe data |