test: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Admin moved page Main Page to Verifying DLMF with Maple and Mathematica Tag: Blanking |  Admin moved page Main Page to Verifying DLMF with Maple and Mathematica | ||
| Line 1: | Line 1: | ||
| {| class="wikitable sortable" | |||
| |- | |||
| ! DLMF !! Formula !! Constraints !! Maple !! Mathematica !! Symbolic<br>Maple !! Symbolic<br>Mathematica !! Numeric<br>Maple !! Numeric<br>Mathematica | |||
| |- | |||
| | [https://dlmf.nist.gov/1.2.E1 1.2.E1] || [[Item:Q30|<math>\binom{n}{k} = \frac{n!}{(n-k)!k!}</math>]]<br><syntaxhighlight lang="tex" style="font-size: 80%;" inline>\binom{n}{k} = \frac{n!}{(n-k)!k!}</syntaxhighlight> || <math></math> || <syntaxhighlight>binomial(n,k) = (factorial(n))/(factorial(n - k)*factorial(k))</syntaxhighlight> || <syntaxhighlight>Binomial[n,k] == Divide[(n)!,(n - k)!*(k)!]</syntaxhighlight> || Successful || Successful || - || Successful [Tested: 9] | |||
| |} | |||
Revision as of 16:29, 17 May 2021
| DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple | Symbolic Mathematica | Numeric Maple | Numeric Mathematica | 
|---|---|---|---|---|---|---|---|---|
| 1.2.E1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \binom{n}{k} = \frac{n!}{(n-k)!k!}} \binom{n}{k} = \frac{n!}{(n-k)!k!} | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | binomial(n,k) = (factorial(n))/(factorial(n - k)*factorial(k)) | Binomial[n,k] == Divide[(n)!,(n - k)!*(k)!] | Successful | Successful | - | Successful [Tested: 9] |