Here is a book that lives up to its description: Numerical Methods in Engineering with Python is a text for engineering students and a reference for practicing engineers, especially those who wish to explore the power and efficiency of Python. Examples and applications were chosen for their relevanc
Numerical Methods in Engineering with Python
β Scribed by Jaan Kiusalaas
- Publisher
- Cambridge University Press
- Year
- 2005
- Tongue
- English
- Leaves
- 433
- Edition
- illustrated edition
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Here is a book that lives up to its description:Numerical Methods in Engineering with Python is a text for engineering students and a reference for practicing engineers, especially those who wish to explore the power and efficiency of Python. Examples and applications were chosen for their relevance to real world problems, and where numerical solutions are most efficient. If you have a background in Numerical Methods and you have experience with Python then you are good to go, but don't expect the book to teach you either. It doesn't say it will do that and it does not do that. The python intro is highly simplified and has some carless mistakes. The numerical methods used via python assume that you know your numerical methods and how, where, when and why to use them.Great book, just be sure you know what you are getting into.
β¦ Table of Contents
Cover......Page 1
Numerical Methods in Engineering with Python......Page 2
Title......Page 4
Contents......Page 6
Preface......Page 8
1.1 General Information......Page 10
1.2 Core Python......Page 13
1.3 Functions and Modules......Page 25
1.4 Mathematics Modules......Page 26
1.5 numarray Module......Page 28
1.6 Scoping of Variables......Page 32
1.7 Writing and Running Programs......Page 34
2.1 Introduction......Page 36
2.2 Gauss Elimination Method......Page 43
2.3 LU Decomposition Methods......Page 50
2.4 Symmetric and Banded Coefficient Matrices......Page 65
2.5 Pivoting......Page 76
β2.6 Matrix Inversion......Page 91
β2.7 Iterative Methods......Page 94
β2.8 Other Methods......Page 110
3.1 Introduction......Page 112
3.2 Polynomial Interpolation......Page 113
3.3 Interpolation with Cubic Spline......Page 124
3.4 Least-Squares Fit......Page 134
3.5 Other Methods......Page 150
4.1 Introduction......Page 151
4.2 Incremental Search Method......Page 152
4.3 Method of Bisection......Page 154
4.4 Brentβs Method......Page 157
4.5 NewtonβRaphson Method......Page 163
4.6 Systems of Equations......Page 167
β4.7 Zeroes of Polynomials......Page 179
4.8 Other Methods......Page 188
5.1 Introduction......Page 190
5.2 Finite Difference Approximations......Page 191
5.3 Richardson Extrapolation......Page 196
5.4 Derivatives by Interpolation......Page 199
6.1 Introduction......Page 207
6.2 NewtonβCotes Formulas......Page 208
6.3 Romberg Integration......Page 216
6.4 Gaussian Integration......Page 225
β6.5 Multiple Integrals......Page 242
7.1 Introduction......Page 257
7.2 Taylor Series Method......Page 258
7.3 RungeβKutta Methods......Page 264
7.4 Stability and Stiffness......Page 281
7.5 Adaptive RungeβKutta Method......Page 284
7.6 BulirschβStoer Method......Page 292
7.7 Other Methods......Page 303
8.1 Introduction......Page 304
8.2 Shooting Method......Page 305
8.3 Finite Difference Method......Page 319
9.1 Introduction......Page 333
9.2 Jacobi Method......Page 335
9.3 Inverse Power and Power Methods......Page 352
9.4 Householder Reduction to Tridiagonal Form......Page 367
9.5 Eigenvalues of Symmetric Tridiagonal Matrices......Page 374
9.6 Other Methods......Page 389
10.1 Introduction......Page 390
10.2 Minimization Along a Line......Page 392
10.3 Conjugate Gradient Methods......Page 398
10.4 Other Methods......Page 416
Appendices......Page 418
Index......Page 428
π SIMILAR VOLUMES
Here is a book that lives up to its description: Numerical Methods in Engineering with Python is a text for engineering students and a reference for practicing engineers, especially those who wish to explore the power and efficiency of Python. Examples and applications were chosen for their relevanc
Being familiar with python is necessary for this volume, but the concepts used are simple. The description of the numerical methods is complete, but a comparison of methods is not always present leaving an inexperienced analyst to wonder which method is the best for a given situation. Python is al
Numerical Methods in Engineering with Python is a text for engineering students and a reference for practicing engineers, especially those who wish to explore the power and efficiency of Python. Examples and applications were chosen for their relevance to real world problems, and where numerical sol
<h3>Γber das Produkt</h3><p>Numerical Methods in Engineering with Python, 2nd Edition is intended for engineering students and as a reference for practising engineers interested in exploring Python. This new edition features 18 more exercises, more robust computer codes, and the addition of rational
Numerical Methods in Engineering with Python, 2nd Edition is intended for engineering students and as a reference for practicing engineers interested in exploring Python. This new edition features 18 more exercises, more robust computer codes, and the addition of rational function interpolation, Rid