1 / 434
文档名称:

Cambridge.University.Press-Numerical.Methods.in.Engineering.with.Python.2010.pdf

格式:pdf   页数:434
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Cambridge.University.Press-Numerical.Methods.in.Engineering.with.Python.2010.pdf

上传人:kuo08091 2014/9/3 文件大小:0 KB

下载得到文件列表

Cambridge.University.Press-Numerical.Methods.in.Engineering.with.Python.2010.pdf

文档介绍

文档介绍:P1: PHB
CUUS884-Kiusalaas CUUS884-FM 978 0 521 19132 6 December 16, 2009 15:4
This page intentionally left blank
ii
P1: PHB
CUUS884-Kiusalaas CUUS884-FM 978 0 521 19132 6 December 16, 2009 15:4
Numerical Methods in Engineering with Python
Second Edition
Numerical Methods in Engineering with Python, Second Edition,isa
text for engineering students and a reference for practicing engineers,
especially those who wish to explore Python. This new edition fea-
tures 18 additional exercises and the addition of rational function in-
terpolation. Brent’s method of root finding was replaced by Ridder’s
method, and the Fletcher–Reeves method of optimization was dropped
in favor of the downhill simplex method. Each numerical method is
explained in detail, and its ings are pointed out. The ex-
amples that follow individual topics fall into two categories: hand
computations that illustrate the inner workings of the method and
small programs that show how puter code is utilized in solv-
ing a problem. This second edition also includes more -
puter code with each method, which is available on the book Web site
(salaaspython). This code is made simple and
easy to understand by plex bookkeeping schemes, while
maintaining the essential features of the method.
Jaan Kiusalaas is a Professor Emeritus in the Department of Engineer-
ing Science and Mechanics at Pennsylvania State University. He has
puter methods, including finite element and boundary el-
ement methods, for more than 30 years. He is also the co-author of four
other books – Engineering Mechanics: Statics, Engineering Mechanics:
Dynamics, Mechanics of Materials, and an alternate version of this work

with MATLAB R code.
i
P1: PHB
CUUS884-Kiusalaas CUUS884-FM 978 0 521 19132 6 December 16, 2009 15:4
ii
P1: PHB
CUUS884-Kiusalaas CUUS884-FM 978 0 521 19132 6 December 16, 2009 15:4
NUMERICAL
METHODS IN
ENGINEERING
WITH PYTHON
Second Edition
Jaan Kiusalaa