|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r83412 - trunk/libs/math/doc/sf_and_dist
From: pbristow_at_[hidden]
Date: 2013-03-12 12:38:50
Author: pbristow
Date: 2013-03-12 12:38:49 EDT (Tue, 12 Mar 2013)
New Revision: 83412
URL: http://svn.boost.org/trac/boost/changeset/83412
Log:
Chris's edits email 11 Mar12
Text files modified:
trunk/libs/math/doc/sf_and_dist/bessel_jy.qbk | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
Modified: trunk/libs/math/doc/sf_and_dist/bessel_jy.qbk
==============================================================================
--- trunk/libs/math/doc/sf_and_dist/bessel_jy.qbk (original)
+++ trunk/libs/math/doc/sf_and_dist/bessel_jy.qbk 2013-03-12 12:38:49 EDT (Tue, 12 Mar 2013)
@@ -372,7 +372,13 @@
returns the first zero of Bessel J.
-Passing an index of zero results in a `std::domain_error` being raised.
+Passing an `start_index <= 0` results in a `std::domain_error` being raised.
+
+For certain parameters, however, the zero'th root is defined and
+it has a value of zero. For example, the zero'th root
+of `J[sub v](x)` is defined and it has a value of zero for all
+values of `v > 0` and for negative integer values of `v = -n`.
+Similar cases are described in the implementation details below.
The order `v` of `J` can be positive, negative and zero for the `cyl_bessel_j`
and `cyl_neumann` functions, but not infinite nor NaN.
@@ -500,7 +506,7 @@
for asymptotic expansion of zeros.
The latter two equations are expressed for argument ['(x)] greater than one.
(Olver also gives the series form of the equations in
-[@http://dlmf.nist.gov/10.21#vi [sect]10.21(vi) McMahon's Asymptotic Expansions for Large Zeros] - using slightly difference variable names).
+[@http://dlmf.nist.gov/10.21#vi [sect]10.21(vi) McMahon's Asymptotic Expansions for Large Zeros] - using slightly different variable names).
In summary,
@@ -526,7 +532,7 @@
[emquad] ['b[sub 0](-[zeta]) = -5/(48[zeta][sup2]) + 1/(-[zeta])[super [frac12]] [sdot] { 5/(24(x[super 2]-1)[super 3/2]) + 1/(8(x[super 2]-1)[super [frac12])]}]
When solving for ['x(-[zeta])] in Eq. 7 above,
-the right-hand-side is expanded to order -['x[sup2]] in
+the right-hand-side is expanded to order 2 in
a Taylor series for large ['x]. This results in
[emquad] ['[frac23](-[zeta])[super 3/2] [approx] x + 1/2x - [pi]/2]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk