NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING

Similar documents
Introduction to Numerical Analysis

Applied Numerical Analysis

NUMERICAL METHODS FOR ENGINEERING APPLICATION

APPLIED NUMERICAL LINEAR ALGEBRA

Numerical Analysis. A Comprehensive Introduction. H. R. Schwarz University of Zürich Switzerland. with a contribution by

Numerical Methods for Engineers. and Scientists. Applications using MATLAB. An Introduction with. Vish- Subramaniam. Third Edition. Amos Gilat.

Preface. 2 Linear Equations and Eigenvalue Problem 22

Numerical Mathematics

Numerical Methods for Engineers and Scientists

NUMERICAL MATHEMATICS AND COMPUTING

Introduction to Numerical Analysis

Applied Linear Algebra

Contents. Preface to the Third Edition (2007) Preface to the Second Edition (1992) Preface to the First Edition (1985) License and Legal Information

Introduction. Finite and Spectral Element Methods Using MATLAB. Second Edition. C. Pozrikidis. University of Massachusetts Amherst, USA

Math 411 Preliminaries

1 Number Systems and Errors 1

NUMERICAL METHODS USING MATLAB

Numerical Methods in Matrix Computations

Introduction to Applied Linear Algebra with MATLAB

Numerical Methods for Engineers

A THEORETICAL INTRODUCTION TO NUMERICAL ANALYSIS

BASIC EXAM ADVANCED CALCULUS/LINEAR ALGEBRA

Numerical Solution of partial differential equations

Numerical Methods with MATLAB

Computational Methods

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9

Fundamental Numerical Methods for Electrical Engineering

MATHEMATICAL METHODS INTERPOLATION

Department of Mathematics California State University, Los Angeles Master s Degree Comprehensive Examination in. NUMERICAL ANALYSIS Spring 2015

Numerical Methods. Scientists. Engineers

Math 411 Preliminaries

PARTIAL DIFFERENTIAL EQUATIONS

Third Edition. William H. Press. Raymer Chair in Computer Sciences and Integrative Biology The University of Texas at Austin. Saul A.

MA3025 Course Prerequisites

ADVANCED ENGINEERING MATHEMATICS

Numerical Data Fitting in Dynamical Systems

Preface to Second Edition... vii. Preface to First Edition...

Mathematics for Chemists

Numerical Analysis for Engineers and Scientists

Contents. Preface... xi. Introduction...

GAME PHYSICS SECOND EDITION. дяййтаййг 1 *

Linear algebra & Numerical Analysis

Numerical Recipes. in Fortran 77. The Art of Scientific Computing Second Edition. Volume 1 of Fortran Numerical Recipes. William H.

Matrix Algorithms. Volume II: Eigensystems. G. W. Stewart H1HJ1L. University of Maryland College Park, Maryland

Index. higher order methods, 52 nonlinear, 36 with variable coefficients, 34 Burgers equation, 234 BVP, see boundary value problems

Contents. I Basic Methods 13

Numerical Methods - Numerical Linear Algebra

FINITE-DIMENSIONAL LINEAR ALGEBRA

Mathematics for Engineers and Scientists

Numerical Recipes in C visit

6. Iterative Methods for Linear Systems. The stepwise approach to the solution...

Index. C 2 ( ), 447 C k [a,b], 37 C0 ( ), 618 ( ), 447 CD 2 CN 2

Mathematical Methods for Engineers and Scientists 1

AIMS Exercise Set # 1

Introduction to Mathematical Physics

x x2 2 + x3 3 x4 3. Use the divided-difference method to find a polynomial of least degree that fits the values shown: (b)

MATHEMATICS. Course Syllabus. Section A: Linear Algebra. Subject Code: MA. Course Structure. Ordinary Differential Equations

THE QR METHOD A = Q 1 R 1

MATHEMATICAL FORMULAS AND INTEGRALS

CONTENTS. ABOUTTHEAUTHORS xviii PART ONE MODELING, COMPUTERS, AND ERROR ANALYSIS 3

Preface. Figures Figures appearing in the text were prepared using MATLAB R. For product information, please contact:

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn

CAM Ph.D. Qualifying Exam in Numerical Analysis CONTENTS

Exact and Approximate Numbers:

ECE 595, Section 10 Numerical Simulations Lecture 7: Optimization and Eigenvalues. Prof. Peter Bermel January 23, 2013

TEACHING NUMERICAL LINEAR ALGEBRA AT THE UNDERGRADUATE LEVEL by Biswa Nath Datta Department of Mathematical Sciences Northern Illinois University

Iterative Methods. Splitting Methods

Numerical Analysis. Introduction to. Rostam K. Saeed Karwan H.F. Jwamer Faraidun K. Hamasalh

Contents. Preface for the Instructor. Preface for the Student. xvii. Acknowledgments. 1 Vector Spaces 1 1.A R n and C n 2

ENGINEERING MATHEMATICS I. CODE: 10 MAT 11 IA Marks: 25 Hrs/Week: 04 Exam Hrs: 03 PART-A

Table 1 Principle Matlab operators and functions Name Description Page reference

Algebra C Numerical Linear Algebra Sample Exam Problems

METHODS FOR SOLVING MATHEMATICAL PHYSICS PROBLEMS

The Conjugate Gradient Method

Differential Equations with Mathematica

Applied Linear Algebra in Geoscience Using MATLAB

Preface to the Second Edition. Preface to the First Edition

An Introduction to Numerical Analysis

CN - Numerical Computation

Lecture Notes for Inf-Mat 3350/4350, Tom Lyche

Scientific Computing with Case Studies SIAM Press, Lecture Notes for Unit VII Sparse Matrix

LECTURES IN BASIC COMPUTATIONAL NUMERICAL ANALYSIS

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MATHEMATICS ACADEMIC YEAR / EVEN SEMESTER QUESTION BANK

Advanced. Engineering Mathematics

Section 4.5 Eigenvalues of Symmetric Tridiagonal Matrices

Lecture 18 Classical Iterative Methods

Numerical Analysis of Electromagnetic Fields

Roundoff Error. Monday, August 29, 11

Data Fitting and Uncertainty

MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS

Table of Contents. Foreword... Introduction...

Polynomials. p n (x) = a n x n + a n 1 x n 1 + a 1 x + a 0, where

NUMERICAL METHODS. lor CHEMICAL ENGINEERS. Using Excel', VBA, and MATLAB* VICTOR J. LAW. CRC Press. Taylor & Francis Group

Contents. Preface. Notation

NORCO COLLEGE SLO to PLO MATRIX

EIGENVALUE PROBLEMS. EIGENVALUE PROBLEMS p. 1/4

JACOBI S ITERATION METHOD

(Linear equations) Applied Linear Algebra in Geoscience Using MATLAB

Numerical Programming I (for CSE)

Index. for generalized eigenvalue problem, butterfly form, 211

Transcription:

NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING C. Pozrikidis University of California, San Diego New York Oxford OXFORD UNIVERSITY PRESS 1998

CONTENTS Preface ix Pseudocode Language Commands xi 1 Numerical Computation 1 1.1 Analytical and numerical computation 1 1.2 Hardware and software 4 1.3 Computer arithmetic and round-off error 11 1.4 Algorithms 19 1.5 Computer simulation 31 1.6 Systematic error and its reduction 42 1.7 Iterations, numerical sequences, and their convergence 47 References 50 2 Numerical Matrix Algebra and Matrix Calculus 52 2.1 Matrix algebra 52 2.2 Square matrices 63 2.3 Inverse of a matrix, cofactors, and the determinant 71 2.4 Computation of the determinant 79 2.5 Computation of the inverse 83 2.6 Xt/and.LDI/decompositions 86 2.7 QR decomposition 93 2.8 Systems of linear algebraic equations 98 2.9 Eigenvalues and eigenvectors 101 2.10 Wielandt's deflation 112 2.11 Successive linear mappings 115 2.12 Functions of matrices 118 References 120 3 Linear Algebraic Equations 122 3.1 Significance and applications 122

3.2 Diagonal and triangular systems 130 3.3 General procedures and overview 133 3.4 Tridiagonal, pentadiagonal, and sparse systems 141 3.5 Gauss elimination and related methods 151 3.6 Iterative methods 159 3.7 Jacobi, Gauss-Seidel, and the SOR method 163 3.8 Acceleration of iterative methods by deflation 168 3.9 Minimization and conjugate-gradients methods 172 3.10 Overdetermined systems 178 References 178 4 Nonlinear Algebraic Equations 179 4.1 Mathematical and physical context 179 4.2 Bracketing methods 186 4.3 One-point iterations 188 4.4 Newton's and higher-order methods for one equation 197 4.5 Newton's method for a system of equations 204 4.6 Modified Newton methods 207 4.7 Zeros of polynomials 213 4.8 Estimating the location of a root 219 4.9 Difficult problems, continuation, and embedding 221 References 223 5 Eigenvalues of Matrices 224 5.1 Mathematical and physical context 224 5.2 Complex matrices, generalized, and nonlinear eigenvalue problems 230 5.3 Analytical results for diagonal, triangular, and tridiagonal matrices; circulants 235 5.4 Computing the roots of the characteristic polynomial 240 5.5 The power method 243 5.6 Methods for computing all eigenvalues by similarity transformations 250 5.7 Transforming a symmetric matrix to a simpler one 252 5.8 Transforming an arbitrary matrix to a tridiagonal or Hessenberg matrix 258 References 261 6 Function Interpolation and Differentiation 262 6.1 Interpolation and extrapolation 262 6.2 The interpolating polynomial and its computation 264

vii 6.3 Error and convergence of polynomial interpolation 275 6.4 Optimal positioning of data points 279 6.5 Selection of the interpolating variable 284 6.6 Piecewise polynomial interpolation and splines 285 6.7 Hermite interpolation 291 6.8 Parametric description of lines 296 6.9 Interpolation of a function of two variables 301 6.10 Parametric description of surfaces 308 6.11 Numerical differentiation of a function of one variable 312 6.12 Numerical differentiation of a function of two variables 321 References 326 7 Numerical Integration 327 7.1 Computation of one-dimensional integrals 327 7.2 Integration by local polynomial interpolation: Newton Cotes rules 333 7.3 Optimal distribution of base points, and the Gauss Legendre quadrature 345 7.4 Singular integrands 351 7.5 Integrals over infinite domains 363 7.6 Rapidly varying and oscillatory integrands 368 7.7 Area, surface, and multidimensional integrals 370 7.8 Numerical solution of Fredholm integral equations 378 References 388 8 Approximation of Functions, Lines, and Surfaces 390 8.1 Problem statement and significance 390 8.2 Polynomial function approximation 391 8.3 Bezier representation of lines and surfaces 400 8.4 S-spline approximation and representation of lines and surfaces 403 8.5 Pade approximation 412 8.6 Trigonometric approximation and interpolation 415 8.7 Fast Fourier transform 425 8.8 Trigonometric approximation of a function of two variables 432 References 435 9 Ordinary Differential Equations; Initial-Value Problems 436 9.1 Problem formulation and physical context 436

9.2 Lnear autonomous systems 448 9.3 Explicit and implicit methods for nonlinear systems 458 9.4 Predictor-corrector methods 466 9.5 Error estimate and adaptive step-size control 475 9.6 Stiff problems 479 References 481 10 Ordinary Differential Equations; Boundary-Value, Eigenvalue, and Free-Boundary Problems 482 10.1 Two-point boundary-value problems 482 10.2 The shooting method 487 10.3 Finite-difference and finite-volume methods 494 10.4 Finite-element methods 498 10.5 Weighted-residual methods 507 10.6 Eigenvalue problems 515 10.7 Free-boundary problems 522 References 524 11 Finite-Difference Methods for Partial-Differential Equations 526 11.1 Introduction and procedures 526 11.2 One-dimensional unsteady diffusion 534 11.3 Unsteady diffusion in two and three dimensions 545 11.4 Poisson and Laplace equations 550 11.5 One-dimensional convection 555 11.6 Convection in two and three dimensions 567 11.7 Convection diffusion in one dimension 569 11.8 Convection-diffusion in two and three dimensions 577 References 579 Appendix A: Calculus Refresher 581 Appendix B: Orthogonal Polynomials 586 Appendix C: UNIX Primer 604 Appendix D: FORTRAN Primer 611 Appendix E: FORTRAN Programs 615 Index 619