搜索附件  
头雁微网 附件中心 后勤保障 档案室 An Introduction to Numerical Analysis for Electrical and Computer Engineers: An introduction to numerical analysis for electrical and computer engineers.rar
板块导航
附件中心&附件聚合2.0
For Discuz! X3.5 © hgcad.com

An Introduction to Numerical Analysis for Electrical and Computer Engineers: An introduction to numerical analysis for electrical and computer engineers.rar

 

An Introduction to Numerical Analysis for Electrical and Computer Engineers:
An Introduction to Numerical Analysis for Electrical and Computer Engineers
By Christopher J. Zarowski


Publisher:   Wiley-Interscience
Number Of Pages:   608
Publication Date:   2004-04-13
Sales Rank:   2211935
ISBN / ASIN:   0471467375
EAN:   9780471467373
Binding:   Hardcover
Manufacturer:   Wiley-Interscience
Studio:   Wiley-Interscience

Book Description:

* 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
* Emphasizes the earlier stages of numerical analysis for engineers with real-life problem-solving solutions applied to computing and engineering
* Includes MATLAB oriented examples
*An Instructor's Manual presenting detailed solutions to all the problems in the book is available from the Wiley editorial department.
CONTENTS
Preface xiii
1 Functional Analysis Ideas 1
1.1 Introduction 1
1.2 Some Sets 2
1.3 Some Special Mappings: Metrics, Norms, and Inner Products 4
1.3.1 Metrics and Metric Spaces 6
1.3.2 Norms and Normed Spaces 8
1.3.3 Inner Products and Inner Product Spaces 14
1.4 The Discrete Fourier Series (DFS) 25
Appendix 1.A Complex Arithmetic 28
Appendix 1.B Elementary Logic 31
References 32
Problems 33
2 Number Representations 38
2.1 Introduction 38
2.2 Fixed-Point Representations 38
2.3 Floating-Point Representations 42
2.4 Rounding Effects in Dot Product Computation 48
2.5 Machine Epsilon 53
Appendix 2.A Review of Binary Number Codes 54
References 59
Problems 59
3 Sequences and Series 63
3.1 Introduction 63
3.2 Cauchy Sequences and Complete Spaces 63
3.3 Pointwise Convergence and Uniform Convergence 70
3.4 Fourier Series 73
3.5 Taylor Series 78
vii
TLFeBOOK
viii CONTENTS
3.6 Asymptotic Series 97
3.7 More on the Dirichlet Kernel 103
3.8 Final Remarks 107
Appendix 3.A COordinate Rotation DI gital Computing
(CORDIC) 107
3.A.1 Introduction 107
3.A.2 The Concept of a Discrete Basis 108
3.A.3 Rotating Vectors in the Plane 112
3.A.4 Computing Arctangents 114
3.A.5 Final Remarks 115
Appendix 3.B Mathematical Induction 116
Appendix 3.C Catastrophic Cancellation 117
References 119
Problems 120
4 Linear Systems of Equations 127
4.1 Introduction 127
4.2 Least-Squares Approximation and Linear Systems 127
4.3 Least-Squares Approximation and Ill-Conditioned Linear
Systems 132
4.4 Condition Numbers 135
4.5 LU Decomposition 148
4.6 Least-Squares Problems and QR Decomposition 161
4.7 Iterative Methods for Linear Systems 176
4.8 Final Remarks 186
Appendix 4.A Hilbert Matrix Inverses 186
Appendix 4.B SVD and Least Squares 191
References 193
Problems 194
5 Orthogonal Polynomials 207
5.1 Introduction 207
5.2 General Properties of Orthogonal Polynomials 207
5.3 Chebyshev Polynomials 218
5.4 Hermite Polynomials 225
5.5 Legendre Polynomials 229
5.6 An Example of Orthogonal Polynomial Least-Squares
Approximation 235
5.7 Uniform Approximation 238
TLFeBOOK
CONTENTS ix
References 241
Problems 241
6 Interpolation 251
6.1 Introduction 251
6.2 Lagrange Interpolation 252
6.3 Newton Interpolation 257
6.4 Hermite Interpolation 266
6.5 Spline Interpolation 269
References 284
Problems 285
7 Nonlinear Systems of Equations 290
7.1 Introduction 290
7.2 Bisection Method 292
7.3 Fixed-Point Method 296
7.4 Newton–Raphson Method 305
7.4.1 The Method 305
7.4.2 Rate of Convergence Analysis 309
7.4.3 Breakdown Phenomena 311
7.5 Systems of Nonlinear Equations 312
7.5.1 Fixed-Point Method 312
7.5.2 Newton–Raphson Method 318
7.6 Chaotic Phenomena and a Cryptography Application 323
References 332
Problems 333
8 Unconstrained Optimization 341
8.1 Introduction 341
8.2 Problem Statement and Preliminaries 341
8.3 Line Searches 345
8.4 Newton’s Method 353
8.5 Equality Constraints and Lagrange Multipliers 357
Appendix 8.A MATLAB Code for Golden Section Search 362
References 364
Problems 364
9 Numerical Integration and Differentiation 369
9.1 Introduction 369
TLFeBOOK
x CONTENTS
9.2 Trapezoidal Rule 371
9.3 Simpson’s Rule 378
9.4 Gaussian Quadrature 385
9.5 Romberg Integration 393
9.6 Numerical Differentiation 401
References 406
Problems 406
10 Numerical Solution of Ordinary Differential Equations 415
10.1 Introduction 415
10.2 First-Order ODEs 421
10.3 Systems of First-Order ODEs 442
10.4 Multistep Methods for ODEs 455
10.4.1 Adams–Bashforth Methods 459
10.4.2 Adams–Moulton Methods 461
10.4.3 Comments on the Adams Families 462
10.5 Variable-Step-Size (Adaptive) Methods for ODEs 464
10.6 Stiff Systems 467
10.7 Final Remarks 469
Appendix 10.A MATLAB Code for Example 10.8 469
Appendix 10.B MATLAB Code for Example 10.13 470
References 472
Problems 473
11 Numerical Methods for Eigenproblems 480
11.1 Introduction 480
11.2 Review of Eigenvalues and Eigenvectors 480
11.3 The Matrix Exponential 488
11.4 The Power Methods 498
11.5 QR Iterations 508
References 518
Problems 519
12 Numerical Solution of Partial Differential Equations 525
12.1 Introduction 525
12.2 A Brief Overview of Partial Differential Equations 525
12.3 Applications of Hyperbolic PDEs 528
12.3.1 The Vibrating String 528
12.3.2 Plane Electromagnetic Waves 534
TLFeBOOK
CONTENTS xi
12.4 The Finite-Difference (FD) Method 545
12.5 The Finite-Difference Time-Domain (FDTD) Method 550
Appendix 12.A MATLAB Code for Example 12.5 557
References 560
Problems 561
13 An Introduction to MATLAB 565
13.1 Introduction 565
13.2 Startup 565
13.3 Some Basic Operators, Operations, and Functions 566
13.4 Working with Polynomials 571
13.5 Loops 572
13.6 Plotting and M-Files 573
References 577
Index 579
An introduction to numerical analysis for electrical and computer engineers

ص



[ 本帖最后由 drjiachen 于 2008-12-9 15:25 编辑 ]
楼主的书价格实惠量又足,买着放心,看着舒心@#¥%……&*
:30bb :30bb :30bb
真是好啊,今天一来,就看到如此多的好书
thanks very much!!!!!!!!!!!!!!!!!!!!!
谢谢 谢谢:11bb :11bb
:27bb :27bb :27bb :30bb :30bb :30bb
很好的参考书!!!!!!!!!!!!!
感谢楼主分享
:11bb :11bb :11bb :11bb
真是好啊,今天一来,就看到如此多的好书
谢谢。。。。
:31bb :31bb :31bb
不錯ㄋ
謝謝芬想囉
下再來看看:11bb
好书不吝分享的精神值得赞扬:22bb
感谢!好书总是可以在微网上找到!
本人对数值计算感兴趣,有机会请站内信交流!
An Introduction to Numerical Analysis for Electrical and Computer Engineers is classical book ,thank you for sharing
think you very much!
谢谢,正需要这本书,找了很久都没找到
Ding!Ding!!!!!!!!!!!!!!
Thank you very much!!!
好书,谢谢楼主!
:27bb 3# drjiachen
好书不吝分享的精神值得赞扬

信息来源:微网社区-微波技术门户网站 http://bbs.mwtee.com
原文链接:http://bbs.mwtee.com/thread-15892-1-1.html
好书  下下来学习下!!!好书  下下来学习下!!!
好书 谢谢先!!!!!!
希望大家一起学习讨论。
信息来源:微网社区-微波技术门户网站 http://bbs.mwtee.com
原文链接:http://bbs.mwtee.com/thread-16804-1-1.html
真好呀:9de
:11bb:11bb:11bb
真是好啊,今天一来,就看到如此多的好书
真是好啊,今天一来,就看到如此多的好书
谢谢,正需要这本书,找了很久都没找到
{:6_944:}
{:7_1234:}
谢谢楼主分享~
楼主的书好
谢谢楼主,正在找类似的书籍
謝謝分享
今天一早,就看到好书,谢谢!
Thanks!!!!
thankyou very much
{:7_1235:}{:7_1235:}{:7_1235:}
{:7_1234:}
好书,谢谢楼主
好书,看看。。。
好东西,要顶。
好书啊
先看看这些东西,补充不从
很不错
goooood  thx  alot
谢谢楼主
不错咯,嘿嘿。
good thanks a lot
感謝分享!{:soso_e100:}
xiexie louzhu ! wo kan lkan!
呵呵呵呵呵呵呵呵呵呵呵
谢谢!非常有用!
GOOD~~
Wonderful
thanks
Thanks for your sharing.
研究一下吧
谢谢                                                
thanks!!!!!!!!!!!!!!!!!!!!{:7_1243:}
好书,好人品!
客服中心 搜索
关于我们
关于我们
关注我们
联系我们
帮助中心
资讯中心
企业生态
社区论坛
服务支持
资源下载
售后服务
推广服务
关注我们
官方微博
官方空间
官方微信
返回顶部