Details

An Introduction to Numerical Analysis for Electrical and Computer Engineers


An Introduction to Numerical Analysis for Electrical and Computer Engineers


1. Aufl.

von: Christopher J. Zarowski

195,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 13.05.2004
ISBN/EAN: 9780471650409
Sprache: englisch
Anzahl Seiten: 604

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<ul> <li>This book is an introduction to numerical analysis and intends to strike a balance between analytical rigor and the treatment of particular methods for engineering problems</li> <li>Emphasizes the earlier stages of numerical analysis for engineers with real-life problem-solving solutions applied to computing and engineering</li> <li>Includes MATLAB oriented examples</li> </ul> <p>An Instructor's Manual presenting detailed solutions to all the problems in the book is available from the Wiley editorial department.</p>
<p>Preface xiii</p> <p><b>1 Functional Analysis Ideas 1</b></p> <p>1.1 Introduction 1</p> <p>1.2 Some Sets 2</p> <p>1.3 Some Special Mappings: Metrics, Norms, and Inner Products 4</p> <p>1.3.1 Metrics and Metric Spaces 6</p> <p>1.3.2 Norms and Normed Spaces 8</p> <p>1.3.3 Inner Products and Inner Product Spaces 14</p> <p>1.4 The Discrete Fourier Series (DFS) 25</p> <p>Appendix 1.A Complex Arithmetic 28</p> <p>Appendix 1.B Elementary Logic 31</p> <p>References 32</p> <p>Problems 33</p> <p><b>2 Number Representations 38</b></p> <p>2.1 Introduction 38</p> <p>2.2 Fixed-Point Representations 38</p> <p>2.3 Floating-Point Representations 42</p> <p>2.4 Rounding Effects in Dot Product Computation 48</p> <p>2.5 Machine Epsilon 53</p> <p>Appendix 2.A Review of Binary Number Codes 54</p> <p>References 59</p> <p>Problems 59</p> <p><b>3 Sequences and Series 63</b></p> <p>3.1 Introduction 63</p> <p>3.2 Cauchy Sequences and Complete Spaces 63</p> <p>3.3 Pointwise Convergence and Uniform Convergence 70</p> <p>3.4 Fourier Series 73</p> <p>3.5 Taylor Series 78</p> <p>3.6 Asymptotic Series 97</p> <p>3.7 More on the Dirichlet Kernel 103</p> <p>3.8 Final Remarks 107</p> <p>Appendix 3.A COordinate Rotation DIgital Computing (CORDIC) 107</p> <p>3.A.1 Introduction 107</p> <p>3.A.2 The Concept of a Discrete Basis 108</p> <p>3.A.3 Rotating Vectors in the Plane 112</p> <p>3.A.4 Computing Arctangents 114</p> <p>3.A.5 Final Remarks 115</p> <p>Appendix 3.B Mathematical Induction 116</p> <p>Appendix 3.C Catastrophic Cancellation 117</p> <p>References 119</p> <p>Problems 120</p> <p><b>4 Linear Systems of Equations 127</b></p> <p>4.1 Introduction 127</p> <p>4.2 Least-Squares Approximation and Linear Systems 127</p> <p>4.3 Least-Squares Approximation and Ill-Conditioned Linear Systems 132</p> <p>4.4 Condition Numbers 135</p> <p>4.5 LU Decomposition 148</p> <p>4.6 Least-Squares Problems and QR Decomposition 161</p> <p>4.7 Iterative Methods for Linear Systems 176</p> <p>4.8 Final Remarks 186</p> <p>Appendix 4.A Hilbert Matrix Inverses 186</p> <p>Appendix 4.B SVD and Least Squares 191</p> <p>References 193</p> <p>Problems 194</p> <p><b>5 Orthogonal Polynomials 207</b></p> <p>5.1 Introduction 207</p> <p>5.2 General Properties of Orthogonal Polynomials 207</p> <p>5.3 Chebyshev Polynomials 218</p> <p>5.4 Hermite Polynomials 225</p> <p>5.5 Legendre Polynomials 229</p> <p>5.6 An Example of Orthogonal Polynomial Least-Squares Approximation 235</p> <p>5.7 Uniform Approximation 238</p> <p>References 241</p> <p>Problems 241</p> <p><b>6 Interpolation 251</b></p> <p>6.1 Introduction 251</p> <p>6.2 Lagrange Interpolation 252</p> <p>6.3 Newton Interpolation 257</p> <p>6.4 Hermite Interpolation 266</p> <p>6.5 Spline Interpolation 269</p> <p>References 284</p> <p>Problems 285</p> <p><b>7 Nonlinear Systems of Equations 290</b></p> <p>7.1 Introduction 290</p> <p>7.2 Bisection Method 292</p> <p>7.3 Fixed-Point Method 296</p> <p>7.4 Newton–Raphson Method 305</p> <p>7.4.1 The Method 305</p> <p>7.4.2 Rate of Convergence Analysis 309</p> <p>7.4.3 Breakdown Phenomena 311</p> <p>7.5 Systems of Nonlinear Equations 312</p> <p>7.5.1 Fixed-Point Method 312</p> <p>7.5.2 Newton–Raphson Method 318</p> <p>7.6 Chaotic Phenomena and a Cryptography Application 323</p> <p>References 332</p> <p>Problems 333</p> <p><b>8 Unconstrained Optimization 341</b></p> <p>8.1 Introduction 341</p> <p>8.2 Problem Statement and Preliminaries 341</p> <p>8.3 Line Searches 345</p> <p>8.4 Newton’s Method 353</p> <p>8.5 Equality Constraints and Lagrange Multipliers 357</p> <p>Appendix 8.A MATLAB Code for Golden Section Search 362</p> <p>References 364</p> <p>Problems 364</p> <p><b>9 Numerical Integration and Differentiation 369</b></p> <p>9.1 Introduction 369</p> <p>9.2 Trapezoidal Rule 371</p> <p>9.3 Simpson’s Rule 378</p> <p>9.4 Gaussian Quadrature 385</p> <p>9.5 Romberg Integration 393</p> <p>9.6 Numerical Differentiation 401</p> <p>References 406</p> <p>Problems 406</p> <p><b>10 Numerical Solution of Ordinary Differential Equations 415</b></p> <p>10.1 Introduction 415</p> <p>10.2 First-Order ODEs 421</p> <p>10.3 Systems of First-Order ODEs 442</p> <p>10.4 Multistep Methods for ODEs 455</p> <p>10.4.1 Adams–Bashforth Methods 459</p> <p>10.4.2 Adams–Moulton Methods 461</p> <p>10.4.3 Comments on the Adams Families 462</p> <p>10.5 Variable-Step-Size (Adaptive) Methods for ODEs 464</p> <p>10.6 Stiff Systems 467</p> <p>10.7 Final Remarks 469</p> <p>Appendix 10.A MATLAB Code for Example 10.8 469</p> <p>Appendix 10.B MATLAB Code for Example 10.13 470</p> <p>References 472</p> <p>Problems 473</p> <p><b>11 Numerical Methods for Eigenproblems 480</b></p> <p>11.1 Introduction 480</p> <p>11.2 Review of Eigenvalues and Eigenvectors 480</p> <p>11.3 The Matrix Exponential 488</p> <p>11.4 The Power Methods 498</p> <p>11.5 QR Iterations 508</p> <p>References 518</p> <p>Problems 519</p> <p><b>12 Numerical Solution of Partial Differential Equations 525</b></p> <p>12.1 Introduction 525</p> <p>12.2 A Brief Overview of Partial Differential Equations 525</p> <p>12.3 Applications of Hyperbolic PDEs 528</p> <p>12.3.1 The Vibrating String 528</p> <p>12.3.2 Plane Electromagnetic Waves 534</p> <p>12.4 The Finite-Difference (FD) Method 545</p> <p>12.5 The Finite-Difference Time-Domain (FDTD) Method 550</p> <p>Appendix 12.A MATLAB Code for Example 12.5 557</p> <p>References 560</p> <p>Problems 561</p> <p><b>13 An Introduction to MATLAB 565</b></p> <p>13.1 Introduction 565</p> <p>13.2 Startup 565</p> <p>13.3 Some Basic Operators, Operations, and Functions 566</p> <p>13.4 Working with Polynomials 571</p> <p>13.5 Loops 572</p> <p>13.6 Plotting and M-Files 573</p> <p>References 577</p> <p>Index 579</p>
"Zarkowski (Univ. of Alberta) offers this book as a general, advanced undergraduate work in numerical analysis, containing all of the usual topics." (<i>CHOICE</i>, October 2004)
<p><strong>Christopher?J. Zarowski</strong>, PhD,?is an associate professor?in the? Department of Electrical and Computer Engineering at the ?University of Alberta, Canada. His research areas include digital communications applications (wireless, wireline, optical fiber), biomedical applications (e.g., circadian rhythm parameter estimation), structured matrix algebra, wavelet methods, signal detection and parameter estimation, computationally efficient and numerically reliable algorithms, and parallel processing algorithms. He has authored over 100 journal articles and conference papers, and?is a senior member of the IEEE.
<p><b>An Engineer's Guide to Numerical Analysis</b></p> <p>To properly function in today's work environment, engineers require a working familiarity with numerical analysis. This book provides that necessary background, striking a balance between analytical rigor and an applied approach focusing on methods particular to the solving of engineering problems.</p> <p><i>An Introduction to Numerical Analysis for Electrical and Computer Engineers</i> gives electrical and computer engineering students their first exposure to numerical analysis and serves as a refresher for professionals as well. Emphasizing the earlier stages of numerical analysis for engineers with real-life solutions for computing and engineering applications, the book:</p> <ul> <li>Forms a logical bridge between first courses in matrix/linear algebra and the more sophisticated methods of signal processing and control system courses</li> <li>Includes MATLAB<sup>®</sup>-oriented examples, with a quick introduction to MATLAB for those who need it</li> <li>Provides detailed proofs and derivations for many key results</li> </ul> <p>Specifically tailored to the needs of computer and electrical engineers, this is the resource engineers have long needed in order to master an area of mathematics critical to their profession.</p>

Diese Produkte könnten Sie auch interessieren:

DCC for Railway Modellers
DCC for Railway Modellers
von: Fiona Forty
EPUB ebook
22,49 €
Ground Penetrating Radar
Ground Penetrating Radar
von: Mohammed Serhir, Dominique Lesselier
EPUB ebook
142,99 €