SciPy.jl logo
SciPy.jl
  • Home
  • Tips
  • Examples
    • cluster
    • constants
    • fft
    • interpolate
    • io
    • linalg
    • ndimage
    • odr
    • optimize
    • signal
    • sparse
    • spatial
    • special
      • airy
    • stats
  • API References
Version
  • Examples
  • special
  • special
Edit on GitHub

scipy.spetial

scipy.spetial module

  • Special functions (scipy.special) Reference Guide

airy

scipy.special.airy Reference Guide

x = range(-15, stop=5, length=201)
ai, aip, bi, bip = SciPy.special.airy(x)
plot(x, ai, "r", label="Ai(x)")
plot(x, bi, "b--", label="Bi(x)")
ylim(-0.5, 1.0)
grid()
legend(loc="upper left")

« spatialstats »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.23 on Sunday 4 December 2022. Using Julia version 1.8.3.