1 / 51

Numerical Analysis in the Digital Library of Mathematical Functions

Numerical Analysis in the Digital Library of Mathematical Functions. http://dlmf.nist.gov. Dan Lozier Math and Computational Sciences Division National Institute of Standards and Technology Gaithersburg, MD 20899-8910 USA. daniel.lozier@nist.gov. Outline. Introduction: The DLMF Project

cgrasso
Télécharger la présentation

Numerical Analysis in the Digital Library of Mathematical Functions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Numerical Analysisin the Digital Library of Mathematical Functions http://dlmf.nist.gov Dan Lozier Math and Computational Sciences Division National Institute of Standards and Technology Gaithersburg, MD 20899-8910 USA daniel.lozier@nist.gov ICNAAM, September 2008, Kos

  2. Outline • Introduction: The DLMF Project • Part I: The Hardcopy DLMF • Part II: The Online DLMF • Part III: The Chapter on Numerical Methods • Closing Remarks ICNAAM, September 2008, Kos

  3. Introduction The DLMF Project ICNAAM, September 2008, Kos

  4. Digital Library of Math Functions • A new reference work: • For scientists and mathematicians • Notation, definitions, graphics, special values • Differential equations, integrals, series, sums • Recurrence relations, generating functions • Continued fractions, integral representations • Analytic continuation, zeros, limiting forms • Approximations, methods of computation • References to proofs or proof hints • And more … ICNAAM, September 2008, Kos

  5. Frank Olver Editor-in-Chief Mathematics Editor ICNAAM, September 2008, Kos

  6. Nico Temme Author, Num. Meth. Assoc. Editor Frank Olver Editor-in-Chief Mathematics Editor ICNAAM, September 2008, Kos

  7. Part I The Hardcopy DLMF ICNAAM, September 2008, Kos

  8. ICNAAM, September 2008, Kos

  9. ICNAAM, September 2008, Kos

  10. Annual Citations 1974-1995 Blue: 1964 NBS Handbook Red: Total SCI (normalized) ICNAAM, September 2008, Kos

  11. Impending Publication • Complete replacement for the old NBS Handbook • Twice as many formulas • Almost no tables • 1000 pages • Publisher to be announced at Joint Math Meetings, Washington, DC, January 2009 ICNAAM, September 2008, Kos

  12. Part II The Online DLMF ICNAAM, September 2008, Kos

  13. The DLMF Web Site • Math search • Interactive graphics • Links • Within DLMF (cross-references) • External (articles, math reviews, software) • Basis for further math-on-the-web work • Extend search & graphics beyond DLMF • Support “interoperability” (communication among computer algebra systems, for example) ICNAAM, September 2008, Kos

  14. ICNAAM, September 2008, Kos

  15. Math Search ICNAAM, September 2008, Kos

  16. ICNAAM, September 2008, Kos

  17. ICNAAM, September 2008, Kos

  18. ICNAAM, September 2008, Kos

  19. Interactive Graphics ICNAAM, September 2008, Kos

  20. ICNAAM, September 2008, Kos

  21. ICNAAM, September 2008, Kos

  22. Links from the Software Section of the Chapter on Airy Functions ICNAAM, September 2008, Kos

  23. ICNAAM, September 2008, Kos

  24. ICNAAM, September 2008, Kos

  25. Part III Numerical Methods ICNAAM, September 2008, Kos

  26. ICNAAM, September 2008, Kos

  27. Quadrature ICNAAM, September 2008, Kos

  28. ICNAAM, September 2008, Kos

  29. ICNAAM, September 2008, Kos

  30. ICNAAM, September 2008, Kos

  31. ICNAAM, September 2008, Kos

  32. Here, complex gauss quadrature is useless when λ is large (due to massive cancellation). Another approach is to deform the path into a steepest descent path passing through a saddle point, and then to choose an effective quadrature rule. This approach has been used successfully to compute special functions, for example Scorer (or inhomogenous Airy) functions. ICNAAM, September 2008, Kos

  33. ICNAAM, September 2008, Kos

  34. ICNAAM, September 2008, Kos

  35. Stable Computation of Solutions Forward recurrence from two consecutive starting values is stable if w grows as rapidly as any other solution. Backward recurrence is stable if w grows as rapidly as any other solution in the backward direction. Here the starting values might come from an asymptotic approximation. Instead of backward recurrence, Miller’s algorithm is often used. Here purely arbitrary starting values are taken. Using them, a trial solution is computed by backward recurrence. This is normalized using the value of computed, for example, by the Maclaurin series. (Other normalizations, e.g. summation formulas, are also possible and often superior.) ICNAAM, September 2008, Kos

  36. ICNAAM, September 2008, Kos

  37. Complementary solutions are the Bessel functions The Weber function grows much more slowly than one of these Bessel functions, and much faster than the other, so forward and backward recurrence are both very unstablefor its computation. ICNAAM, September 2008, Kos

  38. Stable Computation of an Intermediate Solution Assume there exist complementary solutions such that so neither forward nor backward recurrence is a stable for . But a stable computation is possible with a boundary-value method. It leads to a sequence of tridiagonal linear systems. ICNAAM, September 2008, Kos

  39. The Boundary Value Problem ICNAAM, September 2008, Kos

  40. Olver’s Algorithm Advantage: Combines the tridiagonal solution with the optimal determination of N. calculate Formulation: Given ICNAAM, September 2008, Kos

  41. 3.6.9 ICNAAM, September 2008, Kos

  42. (Continued) The results of this computation are shown on the next slide. ICNAAM, September 2008, Kos

  43. ICNAAM, September 2008, Kos

  44. ICNAAM, September 2008, Kos

  45. are analytic functions, and for applications to special functions they are often simple rational functions. By repeated differentiation, all derivatives are expressed as where are generated by simple recurrences. We wish to integrate along a finite path from a to b. We partition the path by successive points and use Taylor series to advance from point to point. ICNAAM, September 2008, Kos

  46. Taylor series formulation: where A is a 2 by 2 matrix and b is a2-vector. Stability: It is stable if w grows in magnitude at least as fast as all other solutions of the differential equation. Parallelizability: The A’s and b’s can be computed in parallel, and the product of matrices by cascading. ICNAAM, September 2008, Kos

  47. The previous method solves an initial-value problem, and it is stable for recessive or dominant solutions. It can be reformulated as a boundary-value problem in terms of a linear system of order 2P+2. The matrix is a block band matrix with 2 by 2 blocks (which are A matrices as before) on the diagonal and 2 by 2 identity matrices on the superdiagonal. The system is solved by transforming into tridiagonal form and applying Olver’s algorithm. This process is stable for intermediate solutions. ICNAAM, September 2008, Kos

  48. Closing Remarks ICNAAM, September 2008, Kos

  49. The DLMF is a resource for applications of math in science and engineering. • It is also an experiment in support of math on the Web. • The Numerical Methods chapter is oriented toward computation of special functions. • All methods discussed have been applied successfully to computation of complex-valued special functions. • Other methods, e.g. using continued fractions, have also been applied successfully. ICNAAM, September 2008, Kos

  50. Thanks to • National Science Foundation • NIST Manufacturing Engineering Laboratory • NIST Physics Laboratory • NIST Standard Reference Data Program • NIST Information Technology Laboratory for financial support. ICNAAM, September 2008, Kos

More Related