首页 | 官方网站   微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 31 毫秒
1.
A new method of computing integral order Bessel functions of the first kind Jn(z) when either the absolute value of the real part or the imaginary part of the argument z = x + iy is small, is described. This method is based on computing the Bessel functions from asymptotic expressions when x∼ 0 (or y ∼ 0). These expansions are derived from the integral definition of Bessel functions. This method is necessary because some existing algorithms and methods fail to give correct results for small x small y. In addition, our overall method of computing Bessel functions of any order and argument is discussed and the logarithmic derivative is used in computing these functions. The starting point of the backward recurrence relations needed to evaluate the Bessel function and their logarithmic derivatives are investigated in order to obtain accurate numerical results. Our numerical method, together with established techniques of computing the Bessel functions, is easy to implement, efficient, and produces reliable results for all z.  相似文献   

2.
Rational functions are frequently used as efficient yet accurate numerical approximations for real and complex valued special functions. For the complex error function w(x+iy), whose real part is the Voigt function K(x,y), the rational approximation developed by Hui, Armstrong, and Wray [Rapid computation of the Voigt and complex error functions, J. Quant. Spectrosc. Radiat. Transfer 19 (1978) 509-516] is investigated. Various optimizations for the algorithm are discussed. In many applications, where these functions have to be calculated for a large x grid with constant y, an implementation using real arithmetic and factorization of invariant terms is especially efficient.  相似文献   

3.
Algorithms for computing Coulomb-Bessel functions are considered, with emphasis on obtaining accurate values when the argument x is inside the classical turning point xλ. Algorithms of Barnett et al. for the generalized Coulomb functions and their derivatives are discussed in the context of the phase integral formalism. Modified or alternative algorithms are considered that are designed to be valid for all values of argument x and index λ for the functions Fλ(x), Gλ(x). An algorithm for a ccelerating convergence of a power series by conversion to a continued fraction is presented, and is applied to the evaluation of spherical Bessel functions. An explicit formula for the integrand of the phase integral is presented for spherical Bessel functions. The methods considered need to be augmented by an efficient algorithm for computing the logarithmic derivative of G0 + iF0 for Coulomb functions when x is smaller than the charge parameter η.  相似文献   

4.
This paper presents a novel approach to the fast computation of Zernike moments from a digital image. Most existing fast methods for computing Zernike moments have focused on the reduction of the computational complexity of the Zernike 1-D radial polynomials by introducing their recurrence relations. Instead, in our proposed method, we focus on the reduction of the complexity of the computation of the 2-D Zernike basis functions. As Zernike basis functions have specific symmetry or anti-symmetry about the x-axis, the y-axis, the origin, and the straight line y=x, we can generate the Zernike basis functions by only computing one of their octants. As a result, the proposed method makes the computation time eight times faster than existing methods. The proposed method is applicable to the computation of an individual Zernike moment as well as a set of Zernike moments. In addition, when computing a series of Zernike moments, the proposed method can be used with one of the existing fast methods for computing Zernike radial polynomials. This paper also presents an accurate form of Zernike moments for a discrete image function. In the experiments, results show the accuracy of the form for computing discrete Zernike moments and confirm that the proposed method for the fast computation of Zernike moments is much more efficient than existing fast methods in most cases.  相似文献   

5.
We describe an algorithm to evaluate a wide class of functions and their derivatives, to extreme precision (25–30S) if required, which does not use any function calls other than square root. The functions are the Coulomb functions of positive argument (Fλ(x, η), Gλ(x, η), x > 0, η, λ real) and hence, as special cases with η = 0, the cylindrical Bessel functions (Jμ(x), Yμ(x), x > 0, μ real), the spherical Bessel functions (iλ(x), yλ(x), x > 0, λ real), Airy functions of negative argument Ai(-x), Bi(-x) and others. The present method has a number of attractive features: both the regular and irregular solution are calculated, all others of the functions can be produced from a specified minimum (not necessarily zero) to a specified maximum, functions of a single order can be found without all of the orders from zero, the derivatives of the functions arise naturally in the solution and are readily available, the results are available to different precisions from the same subroutine (in contrast to rational approximation techniques) and the methods can be used for estimating final accuracies. In addition, the sole constant required in the algorithm is π, no precalculated arrays of coefficients are needed, and the final accuracy is not dependent on that of other subroutines. The method works most efficiently in the region x ≈ 0.5 to x ≈ 1000 but outside this region the results are still reliable, even though the number of iterations within the subroutine rises. Even in these more asymptotic regions the unchanged algorithm can be used with known accuracy to test other specific subroutines more appropriate to these regions. The algorithm uses the recursion relations satisfied by the Coulomb functions and contains a significant advance over Miller's method for evaluating the ratio of successive minimal solutions (Fλ+1/Fλ). It relies on the evaluation of two continued fractions and no infinite series is required for normalisation: instead the Wronskian is used.  相似文献   

6.
We construct quadrature rules for the efficient computation of the integral of a product of two oscillatory functions y1(x) and y2(x), where , and the functions fi,j(x) are smooth. The weights are evaluated by the exponential fitting technique of Ixaru [Comput. Phys. Comm. 105 (1997) 1-19], which is now extended to cover the case of two frequencies. We give a numerical illustration on how the new rules compare for accuracy with the one-frequency dependent rules and with the classical ones.  相似文献   

7.
A Maple algorithm for the computation of the zeros of orthogonal polynomials (OPs) and special functions (SFs) in a given interval [x1,x2] is presented. The program combines symbolic and numerical calculations and it is based on fixed point iterations. The program uses as inputs the analytic expressions for the coefficients of the three-term recurrence relation and a difference-differential relation satisfied by the set of OPs or SFs. The performance of the method is illustrated with several examples: Hermite, Chebyshev, Legendre, Jacobi and Gegenbauer polynomials, Bessel, Coulomb and Conical functions.  相似文献   

8.
In many real-life situations, we have the following problem: we want to know the value of some characteristicy that is difficult to measure directly (e.g., lifetime of a pavement, efficiency of an engine, etc.). To estimatey, we must know the relationship betweeny and some directly measurable physical quantitiesx 1,...,x n . From this relationship, we extract an algorithmf that allows us, givenx i , to computey: y=f(x 1, ...,x n ). So, we measurex i , apply an algorithmf, and get the desired estimate. Existing algorithms for error estimate (interval mathematics, Monte-Carlo methods, numerical differentiation, etc.) require computation time that is several times larger than the time necessary to computey=f(x 1, ...,x n ). So, if an algorithmf is already time-consuming, error estimates will take too long. In many cases, this algorithmf consists of two parts: first, we usex i to determine the parametersz k of a model that describes the measured object, and second, we use these parameters to estimatey. The most time-consuming part is findingz k ; this is done by solving a system of non-linear equations; usually least squares method is used. We show that for suchf, one can estimate errors repeating this time-consuming part off only once. So, we can compute bothy and an error estimate fory with practically no increase in total computation time. As an example of this methodology, we give pavement lifetime estimates.  相似文献   

9.
The problem of locating local maxima and minima of a function from approximate measurement results is vital for many physical applications: inspectral analysis, chemical species are identified by locating local maxima of the spectra; inradioastronomy, sources of celestial radio emission, and their subcomponents, are identified by locating local maxima of the measured brightness of the radio sky;elementary particles are identified by locating local maxima of the experimental curves. Since measurements are never absolutely precise, as a result of the measurements, we have aclass of possible functions. If we measuref(x i ) with interval uncertainty, this class consists of all functionsf for whichf(x i ) ε [y i ??, y i +?], wherey i are the results of measuringf(x i ), andε is the measurement accuracy. For this class, in [2], a linear-time algorithm was described. In real life, a measuring instrument can sometimes malfunction, leading to the so-calledoutliers, i.e., measurementsy i that can be way offf(x i ) (and thus do not restrict the actual valuesf(x i ) at all). In this paper, we describerobust algorithms, i.e., algorithms that find the number of local extrema in the presence of possible outliers. These algorithms solve an important practical problem, but they are not based on any new mathematical results: they simply use algorithms from [2] and [3].  相似文献   

10.
In the present paper a new method is given for the numerical treatment of the initial problemsy (n)=f(x,y,y′, ...,y (n?1),y (i) (x o )=y o (i) , i=0, 1, ...,n?1. This method is an one-step process of order four. For a class of linear differential equations the exact solution is obtained. Moreover some numerical results are presented.  相似文献   

11.
The conventional numerical solution of an implicit function f(x, y) = 0 is substantially complicated for calculating by any computer. We propose a new method representing the argument of the implicit function as a unary function of a parameter, t, if the continuous and unique solution of f(x, y) = 0 exists. The total differential dfdt constitutes simultaneous differential equations of which the solution about x and y is unique. The Newton-Raphson method must be used to calculate the values near singular points of an implicit function and then the sign of dt has to be decided according to four special cases. Incremental computers are suitable for curve generation of implicit functions by the new method, because the incremental computer can perform more complex algorithms than the analog computer and can calculate faster than the digital computer. This method is easily applicable to curve generation in three-dimensional space.  相似文献   

12.
Indium oxide (In2O3) doped with 0.5-5 at.% of Ba was examined for their response towards trace levels of NOx in the ambient. Crystallographic phase studies, electrical conductivity and sensor studies for NOx with cross interference for hydrogen, petroleum gas (PG) and ammonia were carried out. Bulk compositions with x ≤ 1 at.% of Ba exhibited high response towards NOx with extremely low cross interference for hydrogen, PG and ammonia, offering high selectivity. Thin films of 0.5 at.% Ba doped In2O3 were deposited using pulsed laser deposition technique using an excimer laser (KrF) operating at a wavelength of (λ) 248 nm with a fluence of ∼3 J/cm2 and pulsed at 10 Hz. Thin film sensors exhibited better response towards 3 ppm NOx quite reliably and reproducibly and offer the potential to develop NOx sensors (Threshold limit value of NO2 and NO is 3 and 25 ppm, respectively).  相似文献   

13.
The effects of K-substitution at La-site of La1−xKxCo0.3Fe0.7O3-δ perovskite on its structure and humidity sensing properties were studied in detail. The XRD, SEM-EDS, N2 adsorption-desorption measurements (BET), ICP-AES and XPS were used to characterize the microstructure of La1−xKxCo0.3Fe0.7O3−δ perovskite. The results show that the partial substitution of K at La-site has no obvious effect on the crystal phase, morphology and surface area of samples, but leads to the increased oxygen vacancies and surface enriched K+. The sensitivity of humidity sensor based on all samples was evaluated by measuring the impedance response to the humidity changes. The partial substitution of K at La-site significantly enhanced the humidity sensitivity of La1−xKxCo0.3Fe0.7O3−δ perovskite at low relative humidity (RH). By correlating the structure of material with its sensing properties, the probable reasons that lead to the remarkable sensitivity enhancement of the K-substitution samples compared with the unsubstituted sample (LaCo0.3Fe0.7O3−δ) were given; moreover, the sensing mechanism was also discussed by the complex impedance spectra in detail.  相似文献   

14.
In this paper we describe a generalisation and adaptation of Kedlaya’s algorithm for computing the zeta-function of a hyperelliptic curve over a finite field of odd characteristic that the author used for the implementation of the algorithm in the Magma library. We generalise the algorithm to the case of an even degree model. We also analyse the adaptation of working with the xidx/y3 rather than the xidx/y differential basis. This basis has the computational advantage of always leading to an integral transformation matrix whereas the latter fails to in small genus cases. There are some theoretical subtleties that arise in the even degree case where the two differential bases actually lead to different redundant eigenvalues that must be discarded.  相似文献   

15.
《国际计算机数学杂志》2012,89(10):1287-1293
A class of numerical methods is proposed for solving general third-order ordinary differential equations directly by collocation at the grid points x = x n+j , i = 0(1)k and at an off grid point x = x n+u , where k is the step number of the method and u is an arbitrary rational number in (x n , x n+k ). A predictor of order 2k ? 1 is also proposed to cater for y n+k in the main method. Taylor series expansion is employed for the calculation of y n+1, y n+2, y n+u and their higher derivatives. Evaluation of the resulting method at x = x n+k for any value of u in the specified open interval yields a particular discrete scheme as a special case of the method. The efficiency of the method is tested on some general initial value problems of third-order ordinary differential equations.  相似文献   

16.
This paper presents an approach for designing stable MIMO H and H2 controllers by directly computing the norm-constrained stable transfer matrices Q in the H and H2 suboptimal controller parameterizations. This is done by first converting the H2 and H strong stabilization problems into some nonlinear unconstrained optimization problems through explicit parameterization of the norm-constrained Q's for any fixed order. Then, a two-stage numerical search is carried out by using a combination of a genetic algorithm and a quasi-Newton algorithm in order to reach an optimal solution. The effectiveness of the proposed algorithms is illustrated through some benchmark numerical examples.  相似文献   

17.
In this paper we present a new kind of discretization scheme for solving a two-dimensional time-independent Schrödinger equation. The scheme uses a symmetrical multi-point difference formula to represent the partial differentials of the two-dimensional variables, which can improve the accuracy of the numerical solutions to the order of Δx2Nq+2 when a (2Nq+1)-point formula is used for any positive integer Nq with Δxy, while Nq=1 equivalent to the traditional scheme. On the other hand, the new scheme keeps the same form of the traditional matrix equation so that the standard algebraic eigenvalue algorithm with a real, symmetric, large sparse matrix is still applicable. Therefore, for the same dimension, only a little more CPU time than the traditional one should be used for diagonalizing the matrix. The numerical examples of the two-dimensional harmonic oscillator and the two-dimensional Henon-Heiles potential demonstrate that by using the new method, the error in the numerical solutions can be reduced steadily and extensively through the increase of Nq, which is more efficient than the traditional methods through the decrease of the step size.  相似文献   

18.
Y. Ling 《Computing》1997,58(3):295-301
In this paper an improved Moore test for the coupled system:f(x, y)=0,g(x, y)=0 is described: x+ is calculated from x and y in a forward-substep, and we use x+ and y to compute y+ in a backward-substep. It is shown that, if x+ ? x, y+ ? y, then a solution of the coupled system (x*,y*) ∈ (x+, y+) exists. On this foundation, we prove convergence of a point iterative algorithm for solving coupled systems.  相似文献   

19.
The intent of this work is to look at the effects of varying the La2CuO4 electrode area and the asymmetry between the sensing and counter electrode in a solid state potentiometric sensor with respect to NOx sensitivity. NO2 sensitivity was observed at 500-600 °C with a maximum sensitivity of ∼22 mV/decade [NO2] observed at 500 °C for the sensor with a La2CuO4 electrode area of ∼30 mm2. The relationship between NO2 sensitivity and area is nearly parabolic at 500 °C, decreases linearly with increasing electrode area at 600 °C, and was a mixture of parabolic and linear behavior 550 °C. NO sensitivity varied non-linearly with electrode area with a minima (maximum sensitivity) of ∼−22 mV/decade [NO] at 450 °C for the sensor with a La2CuO4 electrode area of 16 mm2. The behavior at 400 °C was similar to that of 450 °C, but with smaller sensitivities due to a saturation effect. At 500 °C, NO sensitivity decreases linearly with area.We also used electrochemical impedance spectroscopy (EIS) to investigate the electrochemical processes that are affected when the sensing electrode area is changed. Changes in impedance with exposure to NOx were attributed to either changes in La2CuO4 conductivity due to gas adsorption (high frequency impedance) or electrocatalysis occurring at the electrode/electrolyte interface (total electrode impedance). NO2 caused a decrease in high frequency impedance while NO caused an increase. In contrast, NO2 and NO both caused a decrease in the total electrode impedance. The effect of area on both the potentiometric and impedance responses show relationships that can be explained through the mechanistic contributions included in differential electrode equilibria.  相似文献   

20.
在一般支持向量机中,训练集的每个元素(xi,yi),i=1,2,…,l,对输入xi有确定的类别标号yi 。而在许多实际问题中,xi的类别往往是不确定的,常常是以概率zi+属于正类的概率zi-属于负类。针对这种实际情况,改造训练集,把原来的yi,用zi+,zi-代替,然后建立分类最优先模型,构建不确定中心支持向量机。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司    京ICP备09084417号-23

京公网安备 11010802026262号