Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
AiryAiZeros - Real zeros of the Airy Ai function
AiryBiZeros - Real zeros of the Airy Bi function
Calling Sequence
AiryAiZeros(n)
AiryAiZeros(n1..n2)
AiryBiZeros(n)
AiryBiZeros(n1..n2)
Parameters
n
-
algebraic expression (the index of a zero)
n1, n2
algebraic expressions (a range n1..n2 of indices for consecutive zeros)
Description
AiryAiZeros(n) denotes the n-th negative real root of the AiryAi function.
If n is numeric, then it must be a positive integer. In this case, a numerical approximation can be computed using the evalf procedure.
AiryAiZeros(n1..n2) represents the sequence of consecutive zeros with index from n1 to n2.
AiryBiZeros(n) and AiryBiZeros(n1..n2) correspond to the zeros of the AiryBi function.
These functions may use fsolve to find a floating point approximation for the zeros. To solve ill-conditioned problems, it is convenient to assign the name 'fulldigits' to the environment variable _Envfulldigits.
Examples
See Also
Airy, inifcns
Download Help Document