did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9783540346586

Numerical Mathematics

by ; ;
  • ISBN13:

    9783540346586

  • ISBN10:

    3540346589

  • Edition: 2nd
  • Format: Hardcover
  • Copyright: 2006-12-04
  • Publisher: SPRINGER VERLAG
  • Purchase Benefits
  • Free Shipping Icon Free Shipping On Orders Over $35!
    Your order must be $35 or more to qualify for free economy shipping. Bulk sales, PO's, Marketplace items, eBooks and apparel do not qualify for this offer.
  • eCampus.com Logo Get Rewarded for Ordering Your Textbooks! Enroll Now
List Price: $109.99

Summary

Numerical mathematics proposes, develops, analyzes and applies methods from scientific computing to several fields including analysis, linear algebra, geometry, approximation theory, functional equations, optimization and differential equations.This book provides the mathematical foundations of numerical methods and demonstrate their performance on examples, exercises and real-life applications. This is done using the MATLAB software environment, which allows an easy implementation and testing of the algorithms for any specific class of problems.The book is addressed to students in Engineering, Mathematics, Physics and Computer Sciences. The attention to applications and software development makes it valuable also for users in a wide variety of professional fields.In this second edition, the readability of pictures, tables and program headings has been improved. Several changes in the chapters on iterative methods and on polynomial approximation have also been added.

Author Biography

Alfio Quarteroni (see http://www.cirs-tm.org/researchers/researchers.php?id=319):Author of a huge amount of booksProfessor and Chair of Modelling and Scientific Computing (CMCS) at the Institute of Analysis and Scientific Computing of EPFL, Lausanne (Switzerland), since 1998. Professor of Numerical Analysis at the Politecnico di Milano (Italy) since 1989 and Scientific Director of MOX, since 2002. Research Interests :His current research involves computational fluid dynamics, modelling and simulation of haemodynamics, numerical analysis of domain decomposition methods with application to multi-physics problems. Awards and Honors :NASA Group Achievement Award for the pioneering work in Computational Fluid Dynamics as a member of the ICASE numerical analysis and algorithms group, 1992. Member of the Lombard Academy of Science (Istituto Lombardo di Scienze e Lettere) (since 1995). Chairman of the Mathematics and Computer Science RTN evaluation panel of the E.U., 1999. Co-chairman (with P.L.Lions) of the AMIF research programme of the European Science Foundation (1996-2001). Recipient of the Galileian Chair, Scuola Normale Superiore, Pisa, Italy (2001). Premio Agrumello 2003. Laurea Honoris Causa in Naval Engineering , University of Trieste, Italy, October 2003. Recipient of one of the SIAM Outstanding Paper Prize 2004 (for a paper in collaboration with A. Veneziani and P. Zunino). IACM (International Association for Computational Mechanics), Fellow Award, 2004. Member of Accademia Nazionale dei Lincei, (Italian National Academy of Sciences) 2004. President of the Evaluation Panel "Mathematics and Computer Sciences" of CIVR, 2005.

Table of Contents

Getting Started
Foundations of Matrix Analysisp. 3
Vector Spacesp. 3
Matricesp. 5
Operations with Matricesp. 6
Inverse of a Matrixp. 7
Matrices and Linear Mappingsp. 8
Operations with Block-Partitioned Matricesp. 9
Trace and Determinant of a Matrixp. 10
Rank and Kernel of a Matrixp. 11
Special Matricesp. 12
Block Diagonal Matricesp. 12
Trapezoidal and Triangular Matricesp. 12
Banded Matricesp. 13
Eigenvalues and Eigenvectorsp. 13
Similarity Transformationsp. 15
The Singular Value Decomposition (SVD)p. 17
Scalar Product and Norms in Vector Spacesp. 18
Matrix Normsp. 22
Relation between Norms and the Spectral Radius of a Matrixp. 25
Sequences and Series of Matricesp. 26
Positive Definite, Diagonally Dominant and M-matricesp. 27
Exercisesp. 30
Principles of Numerical Mathematicsp. 33
Well-posedness and Condition Number of a Problemp. 33
Stability of Numerical Methodsp. 37
Relations between Stability and Convergencep. 40
A priori and a posteriori Analysisp. 42
Sources of Error in Computational Modelsp. 43
Machine Representation of Numbersp. 45
The Positional Systemp. 45
The Floating-point Number Systemp. 46
Distribution of Floating-point Numbersp. 49
IEC/IEEE Arithmeticp. 49
Rounding of a Real Number in its Machine Representationp. 50
Machine Floating-point Operationsp. 52
Exercisesp. 54
Numerical Linear Algebra
Direct Methods for the Solution of Linear Systemsp. 59
Stability Analysis of Linear Systemsp. 60
The Condition Number of a Matrixp. 60
Forward a priori Analysisp. 62
Backward a priori Analysisp. 65
A posteriori Analysisp. 65
Solution of Triangular Systemsp. 66
Implementation of Substitution Methodsp. 67
Rounding Error Analysisp. 69
Inverse of a Triangular Matrixp. 70
The Gaussian Elimination Method (GEM) and LU Factorizationp. 70
GEM as a Factorization Methodp. 73
The Effect of Rounding Errorsp. 78
Implementation of LU Factorizationp. 78
Compact Forms of Factorizationp. 80
Other Types of Factorizationp. 81
LDM[superscript T] Factorizationp. 81
Symmetric and Positive Definite Matrices: The Cholesky Factorizationp. 82
Rectangular Matrices: The QR Factorizationp. 84
Pivotingp. 87
Computing the Inverse of a Matrixp. 91
Banded Systemsp. 92
Tridiagonal Matricesp. 93
Implementation Issuesp. 94
Block Systemsp. 96
Block LU Factorizationp. 97
Inverse of a Block-partitioned Matrixp. 97
Block Tridiagonal Systemsp. 98
Sparse Matricesp. 99
The Cuthill-McKee Algorithmp. 102
Decomposition into Substructuresp. 103
Nested Dissectionp. 105
Accuracy of the Solution Achieved Using GEMp. 106
An Approximate Computation of K(A)p. 108
Improving the Accuracy of GEMp. 112
Scalingp. 112
Iterative Refinementp. 113
Undetermined Systemsp. 114
Applicationsp. 117
Nodal Analysis of a Structured Framep. 117
Regularization of a Triangular Gridp. 120
Exercisesp. 123
Iterative Methods for Solving Linear Systemsp. 125
On the Convergence of Iterative Methodsp. 125
Linear Iterative Methodsp. 128
Jacobi, Gauss-Seidel and Relaxation Methodsp. 128
Convergence Results for Jacobi and Gauss-Seidel Methodsp. 130
Convergence Results for the Relaxation Methodp. 132
A priori Forward Analysisp. 133
Block Matricesp. 134
Symmetric Form of the Gauss-Seidel and SOR Methodsp. 135
Implementation Issuesp. 137
Stationary and Nonstationary Iterative Methodsp. 138
Convergence Analysis of the Richardson Methodp. 139
Preconditioning Matricesp. 141
The Gradient Methodp. 148
The Conjugate Gradient Methodp. 152
The Preconditioned Conjugate Gradient Methodp. 158
The Alternating-Direction Methodp. 160
Methods Based on Krylov Subspace Iterationsp. 160
The Arnoldi Method for Linear Systemsp. 164
The GMRES Methodp. 167
The Lanczos Method for Symmetric Systemsp. 168
The Lanczos Method for Unsymmetric Systemsp. 170
Stopping Criteriap. 173
A Stopping Test Based on the Incrementp. 174
A Stopping Test Based on the Residualp. 175
Applicationsp. 175
Analysis of an Electric Networkp. 176
Finite Difference Analysis of Beam Bendingp. 178
Exercisesp. 180
Approximation of Eigenvalues and Eigenvectorsp. 183
Geometrical Location of the Eigenvaluesp. 183
Stability and Conditioning Analysisp. 186
A priori Estimatesp. 187
A posteriori Estimatesp. 190
The Power Methodp. 192
Approximation of the Eigenvalue of Largest Modulep. 192
Inverse Iterationp. 195
Implementation Issuesp. 196
The QR Iterationp. 199
The Basic QR Iterationp. 201
The QR Method for Matrices in Hessenberg Formp. 203
Householder and Givens Transformation Matricesp. 203
Reducing a Matrix in Hessenberg Formp. 207
QR Factorization of a Matrix in Hessenberg Formp. 209
The Basic QR Iteration Starting from Upper Hessenberg Formp. 209
Implementation of Transformation Matricesp. 212
The QR Iteration with Shifting Techniquesp. 214
The QR Method with Single Shiftp. 215
The QR Method with Double Shiftp. 217
Computing the Eigenvectors and the SVD of a Matrixp. 220
The Hessenberg Inverse Iterationp. 220
Computing the Eigenvectors from the Schur Form of a Matrixp. 221
Approximate Computation of the SVD of a Matrixp. 222
The Generalized Eigenvalue Problemp. 223
Computing the Generalized Real Schur Formp. 224
Generalized Real Schur Form of Symmetric-Definite Pencilsp. 225
Methods for Eigenvalues of Symmetric Matricesp. 226
The Jacobi Methodp. 226
The Method of Sturm Sequencesp. 229
The Lanczos Methodp. 233
Applicationsp. 236
Analysis of the Buckling of a Beamp. 236
Free Dynamic Vibration of a Bridgep. 238
Exercisesp. 240
Around Functions and Functionals
Rootfinding for Nonlinear Equationsp. 247
Conditioning of a Nonlinear Equationp. 248
A Geometric Approach to Rootfindingp. 250
The Bisection Methodp. 250
The Methods of Chord, Secant and Regula Falsi and Newton's Methodp. 253
The Dekker-Brent Methodp. 259
Fixed-point Iterations for Nonlinear Equationsp. 260
Convergence Results for Some Fixed-point Methodsp. 263
Zeros of Algebraic Equationsp. 264
The Horner Method and Deflationp. 265
The Newton-Horner Methodp. 266
The Muller Methodp. 269
Stopping Criteriap. 273
Post-processing Techniques for Iterative Methodsp. 275
Aitken's Accelerationp. 275
Techniques for Multiple Rootsp. 278
Applicationsp. 280
Analysis of the State Equation for a Real Gasp. 280
Analysis of a Nonlinear Electrical Circuitp. 281
Exercisesp. 283
Nonlinear Systems and Numerical Optimizationp. 285
Solution of Systems of Nonlinear Equationsp. 286
Newton's Method and Its Variantsp. 286
Modified Newton's Methodsp. 288
Quasi-Newton Methodsp. 292
Secant-like Methodsp. 292
Fixed-point Methodsp. 295
Unconstrained Optimizationp. 298
Direct Search Methodsp. 300
Descent Methodsp. 305
Line Search Techniquesp. 307
Descent Methods for Quadratic Functionsp. 309
Newton-like Methods for Function Minimizationp. 311
Quasi-Newton Methodsp. 312
Secant-like methodsp. 313
Constrained Optimizationp. 315
Kuhn-Tucker Necessary Conditions for Nonlinear Programmingp. 318
The Penalty Methodp. 319
The Method of Lagrange Multipliersp. 321
Applicationsp. 325
Solution of a Nonlinear System Arising from Semiconductor Device Simulationp. 325
Nonlinear Regularization of a Discretization Gridp. 328
Exercisesp. 330
Polynomial Interpolationp. 333
Polynomial Interpolationp. 333
The Interpolation Errorp. 335
Drawbacks of Polynomial Interpolation on Equally Spaced Nodes and Runge's Counterexamplep. 336
Stability of Polynomial Interpolationp. 337
Newton Form of the Interpolating Polynomialp. 339
Some Properties of Newton Divided Differencesp. 341
The Interpolation Error Using Divided Differencesp. 343
Barycentric Lagrange Interpolationp. 344
Piecewise Lagrange Interpolationp. 346
Hermite-Birkoff Interpolationp. 349
Extension to the Two-Dimensional Casep. 351
Polynomial Interpolationp. 351
Piecewise Polynomial Interpolationp. 352
Approximation by Splinesp. 355
Interpolatory Cubic Splinesp. 357
B-splinesp. 361
Splines in Parametric Formp. 365
Bezier Curves and Parametric B-splinesp. 367
Applicationsp. 370
Finite Element Analysis of a Clamped Beamp. 370
Geometric Reconstruction Based on Computer Tomographiesp. 374
Exercisesp. 375
Numerical Integrationp. 379
Quadrature Formulaep. 379
Interpolatory Quadraturesp. 381
The Midpoint or Rectangle Formulap. 381
The Trapezoidal Formulap. 383
The Cavalieri-Simpson Formulap. 385
Newton-Cotes Formulaep. 386
Composite Newton-Cotes Formulaep. 392
Hermite Quadrature Formulaep. 394
Richardson Extrapolationp. 396
Romberg Integrationp. 397
Automatic Integrationp. 400
Nonadaptive Integration Algorithmsp. 400
Adaptive Integration Algorithmsp. 402
Singular Integralsp. 406
Integrals of Functions with Finite Jump Discontinuitiesp. 406
Integrals of Infinite Functionsp. 407
Integrals over Unbounded Intervalsp. 409
Multidimensional Numerical Integrationp. 411
The Method of Reduction Formulap. 411
Two-Dimensional Composite Quadraturesp. 413
Monte Carlo Methods for Numerical Integrationp. 416
Applicationsp. 417
Computation of an Ellipsoid Surfacep. 417
Computation of the Wind Action on a Sailboat Mastp. 418
Exercisesp. 421
Transforms, Differentiation and Problem Discretization
Orthogonal Polynomials in Approximation Theoryp. 425
Approximation of Functions by Generalized Fourier Seriesp. 425
The Chebyshev Polynomialsp. 427
The Legendre Polynomialsp. 428
Gaussian Integration and Interpolationp. 429
Chebyshev Integration and Interpolationp. 433
Legendre Integration and Interpolationp. 436
Gaussian Integration over Unbounded Intervalsp. 438
Programs for the Implementation of Gaussian Quadraturesp. 439
Approximation of a Function in the Least-Squares Sensep. 441
Discrete Least-Squares Approximationp. 442
The Polynomial of Best Approximationp. 443
Fourier Trigonometric Polynomialsp. 445
The Gibbs Phenomenonp. 449
The Fast Fourier Transformp. 450
Approximation of Function Derivativesp. 452
Classical Finite Difference Methodsp. 452
Compact Finite Differencesp. 454
Pseudo-Spectral Derivativep. 458
Transforms and Their Applicationsp. 460
The Fourier Transformp. 460
(Physical) Linear Systems and Fourier Transformp. 463
The Laplace Transformp. 465
The Z-Transformp. 467
The Wavelet Transformp. 468
The Continuous Wavelet Transformp. 468
Discrete and Orthonormal Waveletsp. 471
Applicationsp. 472
Numerical Computation of Blackbody Radiationp. 472
Numerical Solution of Schrodinger Equationp. 474
Exercisesp. 476
Numerical Solution of Ordinary Differential Equationsp. 479
The Cauchy Problemp. 479
One-Step Numerical Methodsp. 482
Analysis of One-Step Methodsp. 483
The Zero-Stabilityp. 484
Convergence Analysisp. 486
The Absolute Stabilityp. 489
Difference Equationsp. 492
Multistep Methodsp. 497
Adams Methodsp. 500
BDF Methodsp. 502
Analysis of Multistep Methodsp. 502
Consistencyp. 502
The Root Conditionsp. 504
Stability and Convergence Analysis for Multistep Methodsp. 505
Absolute Stability of Multistep Methodsp. 509
Predictor-Corrector Methodsp. 511
Runge-Kutta (RK) Methodsp. 518
Derivation of an Explicit RK Methodp. 521
Stepsize Adaptivity for RK Methodsp. 521
Implicit RK Methodsp. 523
Regions of Absolute Stability for RK Methodsp. 525
Systems of ODEsp. 526
Stiff Problemsp. 528
Applicationsp. 530
Analysis of the Motion of a Frictionless Pendulump. 531
Compliance of Arterial Wallsp. 532
Exercisesp. 536
Two-Point Boundary Value Problemsp. 539
A Model Problemp. 539
Finite Difference Approximationp. 541
Stability Analysis by the Energy Methodp. 542
Convergence Analysisp. 546
Finite Differences for Two-Point Boundary Value Problems with Variable Coefficientsp. 548
The Spectral Collocation Methodp. 550
The Galerkin Methodp. 552
Integral Formulation of Boundary Value Problemsp. 552
A Quick Introduction to Distributionsp. 554
Formulation and Properties of the Galerkin Methodp. 555
Analysis of the Galerkin Methodp. 556
The Finite Element Methodp. 558
Implementation Issuesp. 564
Spectral Methodsp. 566
Advection-Diffusion Equationsp. 568
Galerkin Finite Element Approximationp. 569
The Relationship between Finite Elements and Finite Differences; the Numerical Viscosityp. 572
Stabilized Finite Element Methodsp. 574
A Quick Glance at the Two-Dimensional Casep. 580
Applicationsp. 583
Lubrication of a Sliderp. 583
Vertical Distribution of Spore Concentration over Wide Regionsp. 584
Exercisesp. 586
Parabolic and Hyperbolic Initial Boundary Value Problemsp. 589
The Heat Equationp. 589
Finite Difference Approximation of the Heat Equationp. 591
Finite Element Approximation of the Heat Equationp. 593
Stability Analysis of the [theta]-Methodp. 595
Space-Time Finite Element Methods for the Heat Equationp. 601
Hyperbolic Equations: A Scalar Transport Problemp. 604
Systems of Linear Hyperbolic Equationsp. 607
The Wave Equationp. 608
The Finite Difference Method for Hyperbolic Equationsp. 609
Discretization of the Scalar Equationp. 610
Analysis of Finite Difference Methodsp. 611
Consistencyp. 612
Stabilityp. 612
The CFL Conditionp. 613
Von Neumann Stability Analysisp. 615
Dissipation and Dispersionp. 618
Equivalent Equationsp. 619
Finite Element Approximation of Hyperbolic Equationsp. 624
Space Discretization with Continuous and Discontinuous Finite Elementsp. 625
Time Discretizationp. 627
Applicationsp. 630
Heat Conduction in a Barp. 630
A Hyperbolic Model for Blood Flow Interaction with Arterial Wallsp. 630
Exercisesp. 632
Referencesp. 635
Index of MATLAB Programsp. 645
Indexp. 649
Table of Contents provided by Ingram. All Rights Reserved.

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Rewards Program