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
NAG[s18cfc] NAG[nag_bessel_i1_scaled] - Scaled modified Bessel function
Calling Sequence
s18cfc(x)
nag_bessel_i1_scaled(. . .)
Parameters
x - float;
On entry: the argument of the function.
Description
Purpose
nag_bessel_i1_scaled (s18cfc) returns a value of the scaled modified Bessel function .
nag_bessel_i1_scaled (s18cfc) evaluates an approximation to , where is a modified Bessel function of the first kind. The scaling factor removes most of the variation in .
The function uses the same Chebyshev expansions as s18afc (nag_bessel_i1), which returns the unscaled value of .
Error Indicators and Warnings
None.
Accuracy
Relative errors in the argument are attenuated when propagated into the function value. When the accuracy of the argument is essentially limited by the machine precision, the accuracy of the function value will be similarly limited by at most a small multiple of the machine precision.
Further Comments
Examples
x := Vector[row](7,[0.5,1.0,3.0,6.0,10.0,1000.0,-1.0],datatype=float[8]): Vector[row](7,datatype=float[8]): for i from 1 to 7 do nag_result[i] := NAG:-s18cfc(x[i]): end do:
See Also
Abramowitz M and Stegun I A (1972) Handbook of Mathematical Functions (3rd Edition) Dover Publications
s Chapter Introduction.
NAG Toolbox Overview.
NAG Web Site.
Download Help Document