Detailansicht

Numerical Mathematics

Undergraduate Texts in Mathematics - Readings in Mathematics
ISBN/EAN: 9780387974941
Umbreit-Nr.: 1529273

Sprache: Englisch
Umfang: xii, 425 S.
Format in cm:
Einband: kartoniertes Buch

Erschienen am 09.01.1991
€ 53,49
(inklusive MwSt.)
Lieferbar innerhalb 1 - 2 Wochen
  • Zusatztext
    • "In truth, it is not knowledge, but learning, not possessing, but production, not being there, but travelling there, which provides the greatest pleasure. When I have completely understood something, then I turn away and move on into the dark; indeed, so curious is the insatiable man, that when he has completed one house, rather than living in it peacefully, he starts to build another. " Letter from C. F. Gauss to W. Bolyai on Sept. 2, 1808 This textbook adds a book devoted to applied mathematics to the series "Grundwissen Mathematik. " Our goals, like those of the other books in the series, are to explain connections and common viewpoints between various mathematical areas, to emphasize the motivation for studying certain prob lem areas, and to present the historical development of our subject. Our aim in this book is to discuss some of the central problems which arise in applications of mathematics, to develop constructive methods for the numerical solution of these problems, and to study the associated questions of accuracy. In doing so, we also present some theoretical results needed for our development, especially when they involve material which is beyond the scope of the usual beginning courses in calculus and linear algebra. This book is based on lectures given over many years at the Universities of Freiburg, Munich, Berlin and Augsburg.
  • Kurztext
    • A textbook for a course on numerical analysis at the advanced undergraduate or beginning graduate level. Translated from the German edition (1989), it covers the usual classical topics of the subject, and such recent developments as a new treatment of splines, linear optimization methods, and multidimensional numerical analysis. Annotation copyrigh
  • Autorenportrait
    • Inhaltsangabe1 Computing.- <br />1. Numbers and Their Representation.- 1.1 Representing numbers in arbitrary bases.- 1.2 Analog and digital computing machines.- 1.3 Binary arithmetic.- 1.4 Fixed-point arithmetic.- 1.5 Floating-point arithmetic.- 1.6 Problems.- <br />2. Floating Point Arithmetic.- 2.1 The roundoff rule.- 2.2 Combining floating point numbers.- 2.3 Numerically stable vs. unstable evaluation of formulae.- 2.4 Problems.- <br />3. Error Analysis.- 3.1 The condition of a problem.- 3.2 Forward error analysis.- 3.3 Backward error analysis.- 3.4 Interval arithmetic.- 3.5 Problems.- <br />4. Algorithms.- 4.1 The Euclidean algorithm.- 4.2 Evaluation of algorithms.- 4.3 Complexity of algorithms.- 4.4 The complexity of some algorithms.- 4.5 Divide and conquer.- 4.6 Fast matrix multiplication.- 4.7 Problems.- 2. Linear Systems of Equations.- <br />1. Gauss Elimination.- 1.1 Notation and statement of the problem.- 1.2 The elimination method.- 1.3 Triangular decomposition by Gauss elimination.- 1.4 Some special matrices.- 1.5 On pivoting.- 1.6 Complexity of Gauss elimination.- 1.7 Problems.- <br />2. The Cholesky Decomposition.- 2.1 Review of positive definite matrices.- 2.2 The Cholesky decomposition.- 2.3 Complexity of the Cholesky decomposition.- 2.4 Problems.- <br />3. The QR Decomposition of Householder.- 3.1 Householder matrices.- 3.2 The basic problem.- 3.3 The Householder algorithm.- 3.4 Complexity of the QR decomposition.- 3.5 Problems.- <br />4. Vector Norms and Norms of Matrices.- 4.1 Norms on vector spaces.- 4.2 The natural norm of a matrix.- 4.3 Special norms of matrices.- 4.4 Problems.- <br />5. Error Bounds.- 5.1 Condition of a matrix.- 5.2 An error bound for perturbed matrices.- 5.3 Acceptability of solutions.- 5.4 Problems.- <br />6. III-Conditioned Problems.- 6.1 The singular-value decomposion of a matrix.- 6.2 Pseudo-normal solutions of linear systems of equations.- 6.3 The pseudo-inverse of a matrix.- 6.4 More on linear systems of equations.- 6.5 Improving the condition and regularization of a linear system of equations.- 6.6 Problems.- 3. Eigenvalues.- <br />1. Reduction to Tridiagonal or Hessenberg Form.- 1.1 The Householder method.- 1.2 Computation of the eigenvalues of tridiagonal matrices.- 1.3 Computation of the eigenvalues of Hessenberg matrices.- 1.4 Problems.- <br />2. The Jacobi Rotation and Eigenvalue Estimates.- 2.1 The Jacobi method.- 2.2 Estimating eigenvalues.- 2.3 Problems.- <br />3. The Power Method.- 3.1 An iterative method.- 3.2 Computation of eigenvectors and further eigenvalues.- 3.3 The Rayleigh quotient.- 3.4 Problems.- <br />4. The QR Algorithm.- 4.1 Convergence of the QR algorithm.- 4.2 Remarks on the LR algorithm.- 4.3 Problems.- 4. Approximation.- <br />1. Preliminaries.- 1.1 Normed linear spaces.- 1.2 Banach spaces.- 1.3 Hilbert spaces and pre-Hilbert spaces.- 1.4 The spaces Lp[a, b].- 1.5 Linear operators.- 1.6 Problems.- <br />2. The Approximation Theorems of Weierstrass.- 2.1 Approximation by polynomials.- 2.2 The approximation theorem for continuous functions.- 2.3 The Korovkin approach.- 2.4 Applications of Theorem 2.3.- 2.5 Approximation error.- 2.6 Problems.- <br />3. The General Approximation Problem.- 3.1 Best approximations.- 3.2 Existence of a best approximation.- 3.3 Uniqueness of a best approximation.- 3.4 Linear approximation.- 3.5 Uniqueness in finite dimensional linear subspaces.- 3.6 Problems.- <br />4. Uniform Approximation.- 4.1 Approximation by polynomials.- 4.2 Haar spaces.- 4.3 The alternation theorem.- 4.4 Uniqueness.- 4.5 An error bound.- 4.6 Computation of the best approximation.- 4.7 Chebyshev polynomials of the first kind.- 4.8 Expansions in Chebyshev polynomials.- 4.9 Convergence of best approximations.- 4.10 Nonlinear approximation.- 4.11 Remarks on approximation in (C[a, b], - 1).- 4.12 Problems.- <br />5. Approximation in Pre-Hilbert Spaces.- 5.1 Characterization of the best approximation.- 5.2 The normal equations.- 5.3 Orthonormal systems.- 5.4 The Legendre polynomials.- 5.5 Properties of orthonormal polynomials.- 5.6 Convergence in C[a, b].- 5.7 A