A Software Repository for Gaussian Quadratures and Christoffel Functions

A Software Repository for Gaussian Quadratures and Christoffel Functions
Author: Walter Gautschi
Publisher: SIAM
Total Pages: 152
Release: 2020-10-30
Genre: Mathematics
ISBN: 1611976359

Download A Software Repository for Gaussian Quadratures and Christoffel Functions Book in PDF, Epub and Kindle

This companion piece to the author’s 2018 book, A Software Repository for Orthogonal Polynomials, focuses on Gaussian quadrature and the related Christoffel function. The book makes Gauss quadrature rules of any order easily accessible for a large variety of weight functions and for arbitrary precision. It also documents and illustrates known as well as original approximations for Gauss quadrature weights and Christoffel functions. The repository contains 60+ datasets, each dealing with a particular weight function. Included are classical, quasi-classical, and, most of all, nonclassical weight functions and associated orthogonal polynomials. Scientists, engineers, applied mathematicians, and statisticians will find the book of interest.

Numerical Methods for Scientific Computing

Numerical Methods for Scientific Computing
Author: Kyle Novak
Publisher: Equal Share Press
Total Pages: 710
Release: 2022-03-13
Genre: Mathematics
ISBN:

Download Numerical Methods for Scientific Computing Book in PDF, Epub and Kindle

A comprehensive guide to the theory, intuition, and application of numerical methods in linear algebra, analysis, and differential equations. With extensive commentary and code for three essential scientific computing languages: Julia, Python, and Matlab.

A Software Repository for Orthogonal Polynomials

A Software Repository for Orthogonal Polynomials
Author: Walter Gautschi
Publisher: SIAM
Total Pages: 60
Release: 2018
Genre: Science
ISBN: 1611975220

Download A Software Repository for Orthogonal Polynomials Book in PDF, Epub and Kindle

A Software Repository for Orthogonal Polynomials is the first book that provides graphs and references to online datasets that enable the generation of a large number of orthogonal polynomials with classical, quasi-classical, and nonclassical weight functions. Useful numerical tables are also included. The book will be of interest to scientists, engineers, applied mathematicians, and statisticians.

Theory and Applications of Gaussian Quadrature Methods

Theory and Applications of Gaussian Quadrature Methods
Author: Narayan Kovvali
Publisher: Morgan & Claypool Publishers
Total Pages: 67
Release: 2011-10-10
Genre: Technology & Engineering
ISBN: 1608457540

Download Theory and Applications of Gaussian Quadrature Methods Book in PDF, Epub and Kindle

Gaussian quadrature is a powerful technique for numerical integration that falls under the broad category of spectral methods. The purpose of this work is to provide an introduction to the theory and practice of Gaussian quadrature. We study the approximation theory of trigonometric and orthogonal polynomials and related functions and examine the analytical framework of Gaussian quadrature. We discuss Gaussian quadrature for bandlimited functions, a topic inspired by some recent developments in the analysis of prolate spheroidal wave functions. Algorithms for the computation of the quadrature nodes and weights are described. Several applications of Gaussian quadrature are given, ranging from the evaluation of special functions to pseudospectral methods for solving differential equations. Software realization of select algorithms is provided. Table of Contents: Introduction / Approximating with Polynomials and Related Functions / Gaussian Quadrature / Applications / Links to Mathematical Software

IMSL MATH/LIBRARY.

IMSL MATH/LIBRARY.
Author:
Publisher:
Total Pages: 680
Release: 1994
Genre: FORTRAN (Computer program language)
ISBN:

Download IMSL MATH/LIBRARY. Book in PDF, Epub and Kindle

Calculation of Special Functions

Calculation of Special Functions
Author: C. G. van der Laan
Publisher:
Total Pages: 250
Release: 1984
Genre: Error functions
ISBN:

Download Calculation of Special Functions Book in PDF, Epub and Kindle

PETSc for Partial Differential Equations: Numerical Solutions in C and Python

PETSc for Partial Differential Equations: Numerical Solutions in C and Python
Author: Ed Bueler
Publisher: SIAM
Total Pages: 407
Release: 2020-10-22
Genre: Mathematics
ISBN: 1611976316

Download PETSc for Partial Differential Equations: Numerical Solutions in C and Python Book in PDF, Epub and Kindle

The Portable, Extensible Toolkit for Scientific Computation (PETSc) is an open-source library of advanced data structures and methods for solving linear and nonlinear equations and for managing discretizations. This book uses these modern numerical tools to demonstrate how to solve nonlinear partial differential equations (PDEs) in parallel. It starts from key mathematical concepts, such as Krylov space methods, preconditioning, multigrid, and Newton’s method. In PETSc these components are composed at run time into fast solvers. Discretizations are introduced from the beginning, with an emphasis on finite difference and finite element methodologies. The example C programs of the first 12 chapters, listed on the inside front cover, solve (mostly) elliptic and parabolic PDE problems. Discretization leads to large, sparse, and generally nonlinear systems of algebraic equations. For such problems, mathematical solver concepts are explained and illustrated through the examples, with sufficient context to speed further development. PETSc for Partial Differential Equations addresses both discretizations and fast solvers for PDEs, emphasizing practice more than theory. Well-structured examples lead to run-time choices that result in high solver performance and parallel scalability. The last two chapters build on the reader’s understanding of fast solver concepts when applying the Firedrake Python finite element solver library. This textbook, the first to cover PETSc programming for nonlinear PDEs, provides an on-ramp for graduate students and researchers to a major area of high-performance computing for science and engineering. It is suitable as a supplement for courses in scientific computing or numerical methods for differential equations.

Orthogonal Polynomials

Orthogonal Polynomials
Author: Walter Gautschi
Publisher: OUP Oxford
Total Pages: 312
Release: 2004-04-29
Genre: Mathematics
ISBN: 0191545058

Download Orthogonal Polynomials Book in PDF, Epub and Kindle

This is the first book on constructive methods for, and applications of orthogonal polynomials, and the first available collection of relevant Matlab codes. The book begins with a concise introduction to the theory of polynomials orthogonal on the real line (or a portion thereof), relative to a positive measure of integration. Topics which are particularly relevant to computation are emphasized. The second chapter develops computational methods for generating the coefficients in the basic three-term recurrence relation. The methods are of two kinds: moment-based methods and discretization methods. The former are provided with a detailed sensitivity analysis. Other topics addressed concern Cauchy integrals of orthogonal polynomials and their computation, a new discussion of modification algorithms, and the generation of Sobolev orthogonal polynomials. The final chapter deals with selected applications: the numerical evaluation of integrals, especially by Gauss-type quadrature methods, polynomial least squares approximation, moment-preserving spline approximation, and the summation of slowly convergent series. Detailed historic and bibliographic notes are appended to each chapter. The book will be of interest not only to mathematicians and numerical analysts, but also to a wide clientele of scientists and engineers who perceive a need for applying orthogonal polynomials.

Numerical Recipes in C++

Numerical Recipes in C++
Author: William H. Press
Publisher:
Total Pages: 0
Release: 2002
Genre: Computers
ISBN: 9788175960961

Download Numerical Recipes in C++ Book in PDF, Epub and Kindle

Now the acclaimed Second Edition of Numerical Recipes is available in the C++ object-oriented programming language. Including and updating the full mathematical and explanatory contents of Numerical Recipes in C, this new version incorporates completely new C++ versions of the more than 300 Numerical Recipes routines that are widely recognized as the most accessible and practical basis for scientific computing. The product of a unique collaboration among four leading scientists in academic research and industry, Numerical Recipes is a complete text and reference book on scientific computing. In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. Highlights include linear algebra, interpolation, special functions, random numbers, nonlinear sets of equations, optimization, eigensystems, Fourier methods and wavelets, statistical tests, ODEs and PDEs, integral equations and inverse theory. The authors approach to C++ preserves the efficient execution that C users expect, while simultaneously employing a clear, object-oriented interface to the routines. Tricks and tips for scientific computing in C++ are liberally included. The routines, in ANSI/ISO C++ source code, can thus be used with almost any existing C++ vector/matrix class library, according to user preference. A simple class library for stand-alone use is also included in the book. Both scientific programmers new to C++, and experienced C++ programmers who need access to the Numerical Recipes routines, can benefit from this important new version of an invaluable, classic text.