hide long namesshow long names
hide short namesshow short names
Integer type:  int32  int64  nag_int  show int32  show int32  show int64  show int64  show nag_int  show nag_int

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

NAG Toolbox: nag_specfun_bessel_y_complex (s17dc)

 Contents

    1  Purpose
    2  Syntax
    7  Accuracy
    9  Example

Purpose

nag_specfun_bessel_y_complex (s17dc) returns a sequence of values for the Bessel functions Yν+nz for complex z, non-negative ν and n=0,1,,N-1, with an option for exponential scaling.

Syntax

[cy, nz, ifail] = s17dc(fnu, z, n, scal)
[cy, nz, ifail] = nag_specfun_bessel_y_complex(fnu, z, n, scal)

Description

nag_specfun_bessel_y_complex (s17dc) evaluates a sequence of values for the Bessel function Yνz, where z is complex, -π<argzπ, and ν is the real, non-negative order. The N-member sequence is generated for orders ν, ν+1,,ν+N-1. Optionally, the sequence is scaled by the factor e-Imz.
Note:  although the function may not be called with ν less than zero, for negative orders the formula Y-νz=Yνzcosπν+Jνzsinπν may be used (for the Bessel function Jνz, see nag_specfun_bessel_j_complex (s17de)).
The function is derived from the function CBESY in Amos (1986). It is based on the relation Yνz= Hν 1 z-Hν 2 z 2i , where Hν 1 z and Hν 2 z are the Hankel functions of the first and second kinds respectively (see nag_specfun_hankel_complex (s17dl)).
When N is greater than 1, extra values of Yνz are computed using recurrence relations.
For very large z or ν+N-1, argument reduction will cause total loss of accuracy, and so no computation is performed. For slightly smaller z or ν+N-1, the computation is performed but results are accurate to less than half of machine precision. If z is very small, near the machine underflow threshold, or ν+N-1 is too large, there is a risk of overflow and so no computation is performed. In all the above cases, a warning is given by the function.

References

Abramowitz M and Stegun I A (1972) Handbook of Mathematical Functions (3rd Edition) Dover Publications
Amos D E (1986) Algorithm 644: A portable package for Bessel functions of a complex argument and non-negative order ACM Trans. Math. Software 12 265–273

Parameters

Compulsory Input Parameters

1:     fnu – double scalar
ν, the order of the first member of the sequence of functions.
Constraint: fnu0.0.
2:     z – complex scalar
z, the argument of the functions.
Constraint: z0.0,0.0.
3:     n int64int32nag_int scalar
N, the number of members required in the sequence Yνz,Yν+1z,,Yν+N-1z.
Constraint: n1.
4:     scal – string (length ≥ 1)
The scaling option.
scal='U'
The results are returned unscaled.
scal='S'
The results are returned scaled by the factor e-Imz.
Constraint: scal='U' or 'S'.

Optional Input Parameters

None.

Output Parameters

1:     cyn – complex array
The N required function values: cyi contains Y ν+i-1 z , for i=1,2,,N.
2:     nz int64int32nag_int scalar
The number of components of cy that are set to zero due to underflow. The positions of such components in the array cy are arbitrary.
3:     ifail int64int32nag_int scalar
ifail=0 unless the function detects an error (see Error Indicators and Warnings).

Error Indicators and Warnings

Errors or warnings detected by the function:

Cases prefixed with W are classified as warnings and do not generate an error of type NAG:error_n. See nag_issue_warnings.

   ifail=1
On entry,fnu<0.0,
orz=0.0,0.0,
orn>1,
orscal'U' or 'S'.
   ifail=2
No computation has been performed due to the likelihood of overflow, because absz is less than a machine-dependent threshold value.
   ifail=3
No computation has been performed due to the likelihood of overflow, because fnu+n-1 is too large – how large depends on z as well as the overflow threshold of the machine.
W  ifail=4
The computation has been performed, but the errors due to argument reduction in elementary functions make it likely that the results returned by nag_specfun_bessel_y_complex (s17dc) are accurate to less than half of machine precision. This error exit may occur if either absz or fnu+n-1 is greater than a machine-dependent threshold value.
   ifail=5
No computation has been performed because the errors due to argument reduction in elementary functions mean that all precision in results returned by nag_specfun_bessel_y_complex (s17dc) would be lost. This error exit may occur if either absz or fnu+n-1 is greater than a machine-dependent threshold value.
   ifail=6
No results are returned because the algorithm termination condition has not been met. This may occur because the arguments supplied to nag_specfun_bessel_y_complex (s17dc) would have caused overflow or underflow.
   ifail=-99
An unexpected error has been triggered by this routine. Please contact NAG.
   ifail=-399
Your licence key may have expired or may not have been installed correctly.
   ifail=-999
Dynamic memory allocation failed.

Accuracy

All constants in nag_specfun_bessel_y_complex (s17dc) are given to approximately 18 digits of precision. Calling the number of digits of precision in the floating-point arithmetic being used t, then clearly the maximum number of correct digits in the results obtained is limited by p=mint,18. Because of errors in argument reduction when computing elementary functions inside nag_specfun_bessel_y_complex (s17dc), the actual number of correct digits is limited, in general, by p-s, where smax1,,, log10z, log10ν  represents the number of digits lost due to the argument reduction. Thus the larger the values of z and ν, the less the precision in the result. If nag_specfun_bessel_y_complex (s17dc) is called with n>1, then computation of function values via recurrence may lead to some further small loss of accuracy.
If function values which should nominally be identical are computed by calls to nag_specfun_bessel_y_complex (s17dc) with different base values of ν and different n, the computed values may not agree exactly. Empirical tests with modest values of ν and z have shown that the discrepancy is limited to the least significant 3 – 4 digits of precision.

Further Comments

The time taken for a call of nag_specfun_bessel_y_complex (s17dc) is approximately proportional to the value of n, plus a constant. In general it is much cheaper to call nag_specfun_bessel_y_complex (s17dc) with n greater than 1, rather than to make N separate calls to nag_specfun_bessel_y_complex (s17dc).
Paradoxically, for some values of z and ν, it is cheaper to call nag_specfun_bessel_y_complex (s17dc) with a larger value of n than is required, and then discard the extra function values returned. However, it is not possible to state the precise circumstances in which this is likely to occur. It is due to the fact that the base value used to start recurrence may be calculated in different regions for different n, and the costs in each region may differ greatly.
Note that if the function required is Y0x or Y1x, i.e., ν=0.0 or 1.0, where x is real and positive, and only a single unscaled function value is required, then it may be much cheaper to call nag_specfun_bessel_y0_real (s17ac) or nag_specfun_bessel_y1_real (s17ad) respectively.

Example

This example prints a caption and then proceeds to read sets of data from the input data stream. The first datum is a value for the order fnu, the second is a complex value for the argument, z, and the third is a character value to set the argument scal. The program calls the function with n=2 to evaluate the function for orders fnu and fnu+1, and it prints the results. The process is repeated until the end of the input data stream is encountered.
function s17dc_example


fprintf('s17dc example results\n\n');

n  = int64(2);
nu = [0             2.3       2.12      1.58          1.58];
z  = [0.3 + 0.4i;   2 + 0i;  -1 + 0i;  -2.3 + 5.6i;  -2.3 + 5.6i];
scal = {'U';        'U';      'U';      'U';          'S'};

fprintf('   nu           z         scaled?');
fprintf('     Y_{nu+%d}(z) ',[0:n-1]);
fprintf('   nz\n');
for i=1:numel(nu)

  [cy, nz, ifail] = s17dc(nu(i), complex(z(i)), n, scal{i});

  fprintf('%7.3f  %7.3f%+7.3fi', nu(i), real(z(i)), imag(z(i)));
  if scal{i} == 'U'
     fprintf('  unscaled');
  else
     fprintf('    scaled');
  end
  for j = 1:n
    fprintf(' %7.3f%+8.3fi', real(cy(j)), imag(cy(j)));
  end
  fprintf('%3d\n',nz);
end


s17dc example results

   nu           z         scaled?     Y_{nu+0}(z)      Y_{nu+1}(z)    nz
  0.000    0.300 +0.400i  unscaled  -0.498  +0.670i  -1.015  +0.949i  0
  2.300    2.000 +0.000i  unscaled  -0.740  +0.000i  -1.412  +0.000i  0
  2.120   -1.000 +0.000i  unscaled  -1.728  +0.860i   6.533  -2.615i  0
  1.580   -2.300 +5.600i  unscaled  36.476  -1.552i  -2.679 +25.911i  0
  1.580   -2.300 +5.600i    scaled   0.135  -0.006i  -0.010  +0.096i  0

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015