C++ Toolbox for Verified Computing I Basic Numerical Problems Theory, Algorithms, and Programs

This C++ Toolbox for Verified Computing presents an extensive set of sophisticated tools for solving basic numerical problems with verification of the results. It is the C++ edition of the Numerical Toolbox for Verified Computing which was based on the computer language PASCAL-XSC. The sources of th...

Full description

Bibliographic Details
Main Authors: Hammer, Rolf, Hocks, Matthias (Author), Kulisch, Ulrich (Author), Ratz, Dietmar (Author)
Format: eBook
Language:English
Published: Berlin, Heidelberg Springer Berlin Heidelberg 1995, 1995
Edition:1st ed. 1995
Subjects:
Online Access:
Collection: Springer Book Archives -2004 - Collection details see MPG.ReNa
Table of Contents:
  • 1 Introduction
  • 1.1 Advice for Quick Reading
  • 1.2 Structure of the Book
  • 1.3 Typography
  • 1.4 Algorithmic Notation
  • 1.5 Implementation
  • 1.6 Computational Environment
  • 1.7 Why Numerical Result Verification?
  • I Preliminaries
  • 2 The Features of C-XSC
  • 3 Mathematical Preliminaries
  • II One-Dimensional Problems
  • 4 Evaluation of Polynomials
  • 5 Automatic Differentiation
  • 6 Nonlinear Equations in One Variable
  • 7 Global Optimization
  • 8 Evaluation of Arithmetic Expressions
  • 9 Zeros of Complex Polynomials
  • III Multi-Dimensional Problems
  • 10 Linear Systems of Equations
  • 11 Linear Optimization
  • 12 Automatic Differentiation for Gradients, Jacobians, and Hessians
  • 13 Nonlinear Systems of Equations
  • 14 Global Optimization
  • A Utility Modules
  • A.1 Module r_util
  • A.2 Module i_util
  • A.3 Module ci_util
  • A.4 Module mv_util
  • A.5 Module mvi_util
  • B Alphabetical List of Modules
  • C List of Special Symbols