DLMF Results: Difference between revisions

From DRMF
Jump to navigation Jump to search
Created page with "{| class="wikitable sortable" |- ! DLMF !! Formula !! Maple !! Mathematica !! Symbolic<br>Maple !! Symbolic<br>Mathematica !! Numeric<br>Maple !! Numeric<br>Mathematica |- | [..."
 
No edit summary
 
(7 intermediate revisions 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
|-
|-
| [[Item:Q30|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> || Success || Success || - || -
| [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%)  
|-
| [[Item:Q87|1.4.E8]] || <math>f^{(2)}(x)=\deriv[2]{f}{x}</math> || <code>(f)^(2)*(x)= diff(f, [x$(2)])</code> || <code>(f)^(2)*(x)= D[f, {x, 2}]</code> || Fail || Fail || <div class="toccolours mw-collapsible mw-collapsed">Fail<div class="mw-collapsible-content"><code>0.+3.999999998*I <- [f = 2^(1/2)+I*2^(1/2), x = 1]</code><br><code>0.+7.999999996*I <- [f = 2^(1/2)+I*2^(1/2), x = 2]</code></div></div> || <div class="toccolours mw-collapsible mw-collapsed">Fail<div class="mw-collapsible-content"><code>Complex[0.0, 4.0], {Rule[f, Times[Complex[1, 1], Power[2, Rational[1, 2]]]], Rule[x, 1]}</code><br><code>Complex[0.0, 8.0], {Rule[f, Times[Complex[1, 1], Power[2, Rational[1, 2]]]], Rule[x, 2]}</code></div></div>
|-
|-
|}
|}
= Results of the Digital Library of Mathematical Functions =
<div style="-moz-column-count:2; column-count:2;">
# [[Results of Algebraic and Analytic Methods|Algebraic and Analytic Methods]]
# [[Results of Asymptotic Approximations|Asymptotic Approximations]]
# [[Results of Numerical Methods|Numerical Methods]]
# [[Results of Elementary Functions|Elementary Functions]]
# [[Results of Gamma Function|Gamma Function]]
# [[Results of Exponential, Logarithmic, Sine, and Cosine Integrals|Exponential, Logarithmic, Sine, and Cosine Integrals]]
# [[Results of Error Functions, Dawson’s and Fresnel Integrals|Error Functions, Dawson’s and Fresnel Integrals]]
# [[Results of Incomplete Gamma and Related Functions|Incomplete Gamma and Related Functions]]
# [[Results of Airy and Related Functions|Airy and Related Functions]]
# [[Results of Bessel Functions|Bessel Functions]]
# [[Results of Struve and Related Functions|Struve and Related Functions]]
# [[Results of Parabolic Cylinder Functions|Parabolic Cylinder Functions]]
# [[Results of Confluent Hypergeometric Functions|Confluent Hypergeometric Functions]]
# [[Results of Legendre and Related Functions|Legendre and Related Functions]]
# [[Results of Hypergeometric Function|Hypergeometric Function]]
# [[Results of Generalized Hypergeometric Functions and Meijer G-Function|Generalized Hypergeometric Functions and Meijer ''G''-Function]]
# [[Results of q-Hypergeometric and Related Functions|''q''-Hypergeometric and Related Functions]]
# [[Results of Orthogonal Polynomials|Orthogonal Polynomials]]
# [[Results of Elliptic Integrals|Elliptic Integrals]]
# [[Results of Theta Functions|Theta Functions]]
# [[Results of Multidimensional Theta Functions|Multidimensional Theta Functions]]
# [[Results of Jacobian Elliptic Functions|Jacobian Elliptic Functions]]
# [[Results of Weierstrass Elliptic and Modular Functions|Weierstrass Elliptic and Modular Functions]]
# [[Results of Bernoulli and Euler Polynomials|Bernoulli and Euler Polynomials]]
# [[Results of Zeta and Related Functions|Zeta and Related Functions]]
# [[Results of Combinatorial Analysis|Combinatorial Analysis]]
# [[Results of Functions of Number Theory|Functions of Number Theory]]
# [[Results of Mathieu Functions and Hill’s Equation|Mathieu Functions and Hill’s Equation]]
# [[Results of Lamé Functions|Lamé Functions]]
# [[Results of Spheroidal Wave Functions|Spheroidal Wave Functions]]
# [[Results of Heun Functions|Heun Functions]]
# [[Results of Painlevé Transcendents|Painlevé Transcendents]]
# [[Results of Coulomb Functions|Coulomb Functions]]
# [[Results of 3j,6j,9j Symbols|''3j,6j,9j'' Symbols]]
# [[Results of Functions of Matrix Argument|Functions of Matrix Argument]]
# [[Results of Integrals with Coalescing Saddles|Integrals with Coalescing Saddles]]
</div>

Latest revision as of 15:17, 19 January 2020