The First Kind

From Semantic Math
Revision as of 02:41, 12 August 2020 by SemanticMathAdmin (talk | contribs) (Start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

${\rm Ai}(z)$

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