📖 Overview
Approximation Theory and Approximation Practice is a mathematics textbook focused on the approximation of functions using polynomials, rational functions, and interpolation methods. The book covers core concepts like Chebyshev polynomials, interpolation theory, and numerical integration.
The text consists of 28 chapters that build from fundamental principles to advanced applications in numerical analysis and scientific computing. Each chapter includes MATLAB exercises and code examples that allow readers to implement the mathematical concepts.
The material emphasizes practical computational methods while maintaining mathematical rigor through theorems and proofs. Topics range from basic polynomial approximation to specialized techniques like barycentric interpolation and rational approximations.
This work bridges theoretical mathematics and practical computing, making complex approximation concepts accessible to students and practitioners. The combination of classical theory with modern computational methods reflects the evolving nature of applied mathematics in the digital age.
👀 Reviews
Readers note this textbook's focus on practical implementation using MATLAB/Chebfun code examples. Mathematics professor Chris Beattie says it "succeeds in making approximation theory accessible and computationally relevant."
Liked:
- Clear explanations of complex concepts
- Exercises that build practical skills
- Free online version with code samples
- Graphics and visualizations aid understanding
- Modern computational approach
Disliked:
- Requires strong math prerequisites
- Some find MATLAB dependency limiting
- Print version price ($65+)
- Later chapters increase rapidly in difficulty
Ratings:
Goodreads: 4.5/5 (12 ratings)
Amazon: 4.7/5 (15 reviews)
A graduate student on Math Stack Exchange noted: "The programming exercises helped me grasp the theory much better than traditional textbooks." Multiple reviewers mentioned the book works well for self-study due to its step-by-step explanations and included solutions.
Several readers suggest first completing courses in advanced calculus and linear algebra before attempting this text.
📚 Similar books
Chebyshev and Fourier Spectral Methods by John P. Boyd
This text explores spectral methods through the lens of orthogonal polynomials with applications to differential equations.
Spectral Methods in MATLAB by Lloyd N. Trefethen The book presents implementations of spectral methods through MATLAB code with focus on practical computation.
Theory of Approximation of Functions of a Real Variable by Vladimir Alexandrovich Popov This work covers classical approximation theory from first principles to advanced concepts with rigorous mathematical foundations.
Numerical Analysis: Mathematics of Scientific Computing by David Kincaid and Ward Cheney The text connects theoretical approximation concepts to computational methods used in scientific applications.
Introduction to Approximation Theory by Elliott Ward Cheney This book develops the fundamental concepts of approximation theory through polynomial interpolation and uniform approximation.
Spectral Methods in MATLAB by Lloyd N. Trefethen The book presents implementations of spectral methods through MATLAB code with focus on practical computation.
Theory of Approximation of Functions of a Real Variable by Vladimir Alexandrovich Popov This work covers classical approximation theory from first principles to advanced concepts with rigorous mathematical foundations.
Numerical Analysis: Mathematics of Scientific Computing by David Kincaid and Ward Cheney The text connects theoretical approximation concepts to computational methods used in scientific applications.
Introduction to Approximation Theory by Elliott Ward Cheney This book develops the fundamental concepts of approximation theory through polynomial interpolation and uniform approximation.
🤔 Interesting facts
🔹 The author, Lloyd N. Trefethen, is a Professor of Numerical Analysis at Oxford University and a Fellow of the Royal Society, who revolutionized the field by developing the Chebfun software system for numerical computing.
🔹 The book primarily uses Chebyshev polynomials, which were named after Russian mathematician Pafnuty Chebyshev and have a remarkable connection to the simple motion of a pendulum.
🔹 Unlike traditional textbooks, this work is written in a laboratory style with 36 independent chapters, each designed to be read in about an hour.
🔹 The concepts in this book are essential to modern data compression, including JPEG image compression and MP3 audio compression, which use similar approximation techniques.
🔹 The book comes with MATLAB codes that readers can download and experiment with, making it one of the first modern approximation theory texts to fully embrace computational methods.