Airy
Airy function (wiki)
Syntax
| Airy(x) | x is a real scalar or a real row/column vector | Return a scalar or vector which is the airy function of x | 
| Airy(x, n) | x is a real scalar or a real row/column vector n = 0, 1, 2, or 3 | Airy(x, 0) à Ai(x); Airy(x, 1) à Ai’(x); Airy(x, 2) à Bi(x); Airy(x, 3) à Bi’(x) | 
Example
| Input | Output | 
| airy(7.4) | 
 | 
| airy(7.4, 0) | 
 | 
| airy(7.4, 1) | 
 | 
| airy(7.4, 2) | 
 | 
| airy(7.4, 3) | 
 | 
| airy([2.5;-2.9;4.0;-0.2;11.3]) | 
 | 
| airy([2.5;-2.9;4.0;-0.2;11.3], 0) | 
 | 
| airy([2.5;-2.9;4.0;-0.2;11.3], 1) | 
 | 
| airy([2.5;-2.9;4.0;-0.2;11.3], 2) | 
 | 
| airy([2.5;-2.9;4.0;-0.2;11.3], 3) | 
 | 
Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad