DLMF Results: Difference between revisions

From DRMF
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! DLMF !! Formula !! Maple !! Mathematica !! Symbolic<br>Maple !! Symbolic<br>Mathematica !! Numeric<br>Maple !! Numeric<br>Mathematica
! DLMF !! Formula !! Translations<br>Maple !! Translations<br>Mathematica !! Symbolic Evaluation<br>Maple !! Symbolic Evaluation<br>Mathematica !! Numeric Evaluation<br>Maple !! Numeric Evaluation<br>Mathematica
|-
|-
| [https://dlmf.nist.gov/1.2.E1 1.2.E1] || [[Item:Q30|<math>\binom{n}{k} = \frac{n!}{(n-k)!k!}</math>]]  || <code>binomial(n,k)=(factorial(n))/(factorial(n - k)*factorial(k))</code> || <code>Binomial[n,k]=Divide[(n)!,(n - k)!*(k)!]</code> || Successful || Successful || - || -
| [https://dlmf.nist.gov/ DLMF] || 6,709 || 3,875 (57.8%) || 4,010 (59.8%) || 978 (25.2%) || 983 (24.5%) || 420 (10.8%) || 930 (23.2%)  
|-
|-
|}
|}

Latest revision as of 15:17, 19 January 2020