The First Kind: Difference between revisions

From Semantic Math
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 16: Line 16:
         of the Airy Bi function
         of the Airy Bi function
</pre>
</pre>
* http://en.wikipedia.org/wiki/Airy_function
* http://dlmf.nist.gov/9
* http://www.encyclopediaofmath.org/index.php/Airy_functions
* http://mathworld.wolfram.com/AiryFunctions.html

Revision as of 03:03, 12 August 2020

${\rm Ai}(z)$ --- note this is the single-variable case

This module implements Airy functions and their generalized derivatives. It supports symbolic functionality through Maxima and numeric evaluation through mpmath and scipy.

Airy functions are solutions to the differential equation f″(x)−xf(x)=0

Four global function symbols are immediately available, please see
    airy_ai(): for the Airy Ai function
    airy_ai_prime(): for the first differential of the Airy Ai function
    airy_bi(): for the Airy Bi function

    airy_bi_prime(): for the first differential
        of the Airy Bi function