Abstract
Abstract This chapter discusses the numerous applications of numerical quadrature (integration) in classical mechanics, in semiclassical approaches to quantum mechanics, and in statistical mechanics; and then describes several ways of implementing integration in C++, for both proper and improper integrals. Various algorithms are described and analyzed, including simple classical quadrature algorithms as well as those enhanced with speedups and convergence tests. Classical orthogonal polynomials, whose properties are reviewed, are the basis of a sophisticated technique known as Gaussian integration. Practical implementations require the roots of these polynomials, so an algorithm for finding them from three-term recurrence relations is presented. On the computational side, the concept of polymorphism is introduced and exploited (prior to the detailed treatment later in the text). The nondimensionalization of physical problems, which is a common and important means of simplifying a problem, is discussed using Compton scattering and the Schrödinger equation as an example.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.